| /openbsd/src/usr.bin/ssh/ |
| D | bitmap.c | 115 retop(struct bitmap *b) in retop() function 135 retop(b); in bitmap_clear_bit() 144 retop(b); in bitmap_nbits() 210 retop(b); in bitmap_from_string()
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | deb.c | 372 const OP * const retop = cx->blk_sub.retop; in Perl_deb_stack_all() local 375 retop ? OP_NAME(retop) : "(null)" in Perl_deb_stack_all()
|
| D | pp_ctl.c | 2053 restartop = cx->blk_eval.retop; in Perl_die_unwind() 2261 cx->blk_sub.retop, TRUE); 2692 OP *retop; in PP() local 2779 retop = cx->blk_sub.retop; in PP() 2782 return retop; in PP() 3165 OP *retop = NULL; in PP() local 3361 retop = cx->blk_sub.retop; in PP() 3446 retop = CvSTART(cv); in PP() 3532 retop = dofindlabel(gotoprobe, label, label_len, label_flags, in PP() 3534 if (retop) in PP() [all …]
|
| D | inline.h | 3640 Perl_cx_pushsub(pTHX_ PERL_CONTEXT *cx, CV *cv, OP *retop, bool hasargs) in Perl_cx_pushsub() argument 3653 cx->blk_sub.retop = retop; in Perl_cx_pushsub() 3721 Perl_cx_pushformat(pTHX_ PERL_CONTEXT *cx, CV *cv, OP *retop, GV *gv) in Perl_cx_pushformat() argument 3728 cx->blk_format.retop = retop; in Perl_cx_pushformat() 3765 Perl_push_evalortry_common(pTHX_ PERL_CONTEXT *cx, OP *retop, SV *namesv) in Perl_push_evalortry_common() argument 3767 cx->blk_eval.retop = retop; in Perl_push_evalortry_common() 3780 Perl_cx_pusheval(pTHX_ PERL_CONTEXT *cx, OP *retop, SV *namesv) in Perl_cx_pusheval() argument 3784 Perl_push_evalortry_common(aTHX_ cx, retop, namesv); in Perl_cx_pusheval() 3791 Perl_cx_pushtry(pTHX_ PERL_CONTEXT *cx, OP *retop) in Perl_cx_pushtry() argument 3795 Perl_push_evalortry_common(aTHX_ cx, retop, NULL); in Perl_cx_pushtry()
|
| D | cop.h | 829 OP * retop; /* op to execute on exit from sub */ member 842 OP * retop; /* op to execute on exit from sub */ member 905 OP * retop; /* op to execute on exit from eval */ member
|
| D | class.c | 1022 OP *retop; in apply_field_attribute_reader() local 1032 retop = newLISTOP(OP_RETURN, 0, in apply_field_attribute_reader() 1040 retop, in apply_field_attribute_reader()
|
| D | scope.c | 1795 PTR2UV(cx->blk_format.retop)); in Perl_cx_dump() 1806 PTR2UV(cx->blk_sub.retop)); in Perl_cx_dump() 1820 PTR2UV(cx->blk_eval.retop)); in Perl_cx_dump()
|
| D | pp_sys.c | 1640 S_doform(pTHX_ CV *cv, GV *gv, OP *retop) in S_doform() argument 1651 cx_pushformat(cx, cv, retop, gv); in S_doform() 1715 OP *retop; in PP() local 1797 retop = cx->blk_sub.retop; in PP() 1831 return retop; in PP()
|
| D | pp_hot.c | 6114 OP *retop; in PP() local 6137 retop = cx->blk_sub.retop; in PP() 6140 return retop; in PP()
|
| D | proto.h | 607 Perl_create_eval_scope(pTHX_ OP *retop, SV **sp, U32 flags) 8084 S_doform(pTHX_ CV *cv, GV *gv, OP *retop); 10166 Perl_cx_pusheval(pTHX_ PERL_CONTEXT *cx, OP *retop, SV *namesv); 10171 Perl_cx_pushformat(pTHX_ PERL_CONTEXT *cx, CV *cv, OP *retop, GV *gv); 10191 Perl_cx_pushsub(pTHX_ PERL_CONTEXT *cx, CV *cv, OP *retop, bool hasargs); 10196 Perl_cx_pushtry(pTHX_ PERL_CONTEXT *cx, OP *retop);
|
| D | embed.fnc | 848 |NULLOK OP *retop \ 5077 |NULLOK OP *retop 6087 |NULLOK OP *retop \ 6091 |NULLOK OP *retop \ 6102 |NULLOK OP *retop \ 6105 |NULLOK OP *retop
|
| /openbsd/src/gnu/usr.bin/perl/ext/File-DosGlob/ |
| D | DosGlob.xs | 50 (char *)&cxstack[cxstack_ix].blk_sub.retop, sizeof(OP *)
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/ |
| D | multicall.h | 110 # define PUSHSUB_RETSTACK(cx) cx->blk_sub.retop = Nullop;
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlinterp.pod | 350 retop=leave 353 retop=(null) 355 retop=nextstate 369 retop=leave 372 retop=(null)
|
| D | perlguts.pod | 4203 OP *retop = PL_op->op_next; 4236 cx_pushsub(cx, cv, retop, hasargs); 4243 cx->blk_sub.retop = retop; 4320 OP *retop; 4335 retop = cx->blk_sub.retop; 4338 return retop; 4420 we grab C<blk_sub.retop> I<before> calling C<CX_POP>.
|
| /openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/ |
| D | APItest.xs | 1155 OP *retop = NULL, *listop, *sigop = parse_subsignature(0); in THX_parse_keyword_subsignature() local 1182 retop = op_append_list(OP_LIST, retop, newSVOP(OP_CONST, 0, in THX_parse_keyword_subsignature() 1189 retop = op_append_list(OP_LIST, retop, newSVOP(OP_CONST, 0, in THX_parse_keyword_subsignature() 1199 retop = op_append_list(OP_LIST, retop, newSVOP(OP_CONST, 0, in THX_parse_keyword_subsignature() 1210 return newANONLIST(retop); in THX_parse_keyword_subsignature()
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
| D | embed.fnc | 691 px |void |create_eval_scope|NULLOK OP *retop|U32 flags 3102 S |OP* |doform |NN CV *cv|NN GV *gv|NULLOK OP *retop 3706 |NULLOK OP *retop|bool hasargs 3711 |NULLOK OP *retop|NULLOK GV *gv 3714 |NULLOK OP *retop|NULLOK SV *namesv 3715 Cixp |void |cx_pushtry |NN PERL_CONTEXT *cx|NULLOK OP *retop
|