Lines Matching defs:retop
2053 restartop = cx->blk_eval.retop;
2261 cx->blk_sub.retop, TRUE);
2692 OP *retop;
2779 retop = cx->blk_sub.retop;
2782 return retop;
3165 OP *retop = NULL;
3361 retop = cx->blk_sub.retop;
3446 retop = CvSTART(cv);
3532 retop = dofindlabel(gotoprobe, label, label_len, label_flags,
3534 if (retop)
3540 retop = dofindlabel(sibl2,
3543 if (retop)
3551 if (!retop)
3607 if (!retop) retop = PL_main_start;
3609 PL_restartop = retop;
3620 return retop;
5442 OP *retop;
5529 retop = cx->blk_eval.retop;
5552 return retop;
5633 Perl_create_eval_scope(pTHX_ OP *retop, SV **sp, U32 flags)
5642 cx_pusheval(cx, retop, NULL);
5656 OP *retop = cLOGOP->op_other->op_next;
5670 create_eval_scope(retop, PL_stack_sp, 0);
5683 OP *retop;
5702 retop = CxTRY(cx) ? PL_op->op_next : cx->blk_eval.retop;
5706 return retop;