Searched refs:PUSHBLOCK (Results 1 – 8 of 8) sorted by relevance
| /mirbsd/src/gnu/usr.bin/perl/ext/List/Util/ |
| D | multicall.h | 137 PUSHBLOCK(cx, CXt_SUB, PL_stack_sp); \
|
| /mirbsd/src/gnu/usr.bin/perl/ext/B/ramblings/ |
| D | runtime.porting | 184 enter 10 3 cxstack, ENTER, SAVETMPS, PUSHBLOCK
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | pp_ctl.c | 1680 PUSHBLOCK(cx, CXt_SUB, SP); in PP() 1741 PUSHBLOCK(cx, cxtype, SP); in PP() 1802 PUSHBLOCK(cx, CXt_LOOP, SP); in PP() 2763 PUSHBLOCK(cx, CXt_EVAL|(IN_PERL_COMPILETIME ? 0 : CXp_REAL), SP); in Perl_sv_compile_2op() 3409 PUSHBLOCK(cx, CXt_EVAL, SP); in PP() 3511 PUSHBLOCK(cx, (CXt_EVAL|CXp_REAL), SP); in PP() 3613 PUSHBLOCK(cx, (CXt_EVAL|CXp_TRYBLOCK), SP); in PP()
|
| D | cop.h | 324 #define PUSHBLOCK(cx,t,sp) CXINC, cx = &cxstack[cxstack_ix], \ macro
|
| D | pp_sort.c | 1664 PUSHBLOCK(cx, CXt_NULL, PL_stack_base); in PP()
|
| D | pp_hot.c | 1697 PUSHBLOCK(cx, CXt_BLOCK, SP); in PP() 2896 PUSHBLOCK(cx, CXt_SUB, MARK); in PP()
|
| D | perl.c | 2625 PUSHBLOCK(cx, (CXt_EVAL|CXp_TRYBLOCK), PL_stack_sp);
|
| D | pp_sys.c | 1276 PUSHBLOCK(cx, CXt_FORMAT, PL_stack_sp); in S_doform()
|