Searched defs:retop (Results 1 – 8 of 8) sorted by relevance
/openbsd-src/gnu/usr.bin/perl/ |
H A D | deb.c | 344 const OP * const retop = cx->blk_sub.retop; Perl_deb_stack_all() local
|
H A D | inline.h | 2807 Perl_cx_pushsub(pTHX_ PERL_CONTEXT * cx,CV * cv,OP * retop,bool hasargs) Perl_cx_pushsub() argument 2885 Perl_cx_pushformat(pTHX_ PERL_CONTEXT * cx,CV * cv,OP * retop,GV * gv) Perl_cx_pushformat() argument 2929 Perl_push_evalortry_common(pTHX_ PERL_CONTEXT * cx,OP * retop,SV * namesv) Perl_push_evalortry_common() argument 2944 Perl_cx_pusheval(pTHX_ PERL_CONTEXT * cx,OP * retop,SV * namesv) Perl_cx_pusheval() argument 2955 Perl_cx_pushtry(pTHX_ PERL_CONTEXT * cx,OP * retop) Perl_cx_pushtry() argument [all...] |
H A D | pp_ctl.c | 2496 OP *retop; PP() local 2958 OP *retop = NULL; PP() local 5175 OP *retop; PP() local 5369 Perl_create_eval_scope(pTHX_ OP * retop,U32 flags) Perl_create_eval_scope() argument 5390 OP *retop = cLOGOP->op_other->op_next; PP() local 5417 OP *retop; PP() local [all...] |
H A D | cop.h | 825 OP * retop; /* op to execute on exit from sub */ global() member 838 OP * retop; /* op to execute on exit from sub */ global() member 899 OP * retop; /* op to execute on exit from eval */ global() member
|
H A D | pp_sys.c | 1426 S_doform(pTHX_ CV * cv,GV * gv,OP * retop) S_doform() argument 1492 OP *retop; PP() local
|
H A D | pp_hot.c | 5207 OP *retop; PP() local
|
/openbsd-src/usr.bin/ssh/ |
H A D | bitmap.c | 115 retop(struct bitmap *b) in retop() function
|
/openbsd-src/gnu/usr.bin/perl/ext/XS-APItest/ |
H A D | APItest.xs | 1111 OP *retop = NULL, *listop, *sigop = parse_subsignature(0); THX_parse_keyword_subsignature() local
|