Searched refs:CX_CUR (Results 1 – 15 of 15) sorted by relevance
216 PERL_CONTEXT *cx = CX_CUR(); in PP()1770 PERL_CONTEXT *cx = CX_CUR(); in Perl_dounwind()2042 cx = CX_CUR(); in Perl_die_unwind()2365 rpp_popfree_to_NN(PL_stack_base + CX_CUR()->blk_oldsp); in PP()2462 cx = CX_CUR(); in PP()2654 cx = CX_CUR(); in PP()2694 cx = CX_CUR(); in PP()3015 cx = CX_CUR(); in PP()3033 cx = CX_CUR(); in PP()3243 cx = CX_CUR(); in PP()[all …]
854 #define CX_CUR() (&cxstack[cxstack_ix]) macro865 assert(CX_CUR() == cx); \1076 # define CX_PUSHSUBST(cx) CXINC, cx = CX_CUR(), \1411 cx = CX_CUR(); \1431 PERL_CONTEXT *cx = CX_CUR(); \
260 if(LIKELY(CxTYPE(CX_CUR()) == CXt_SUB)) in PP()261 curcv = CX_CUR()->blk_sub.cv; in PP()
235 rpp_popfree_to_NN(PL_stack_base + CX_CUR()->blk_oldsp); in PP()530 cx = CX_CUR(); in PP()531 rpp_popfree_to_NN(PL_stack_base + CX_CUR()->blk_oldsp); in PP()4870 PERL_CONTEXT *cx = CX_CUR(); in PP()6116 cx = CX_CUR(); in PP()
974 cx = CX_CUR(); in PP()
7096 if (CX_CUR()->cx_type & CXp_HASARGS) { in S_maybe_unwind_defav()7097 PERL_CONTEXT *cx = CX_CUR(); in S_maybe_unwind_defav()7143 SP = PL_stack_base + CX_CUR()->blk_oldsp;
3578 cx = CX_CUR(); in Perl_cx_pushblock()
1710 GV * const gv = CX_CUR()->blk_format.gv; in PP()1791 cx = CX_CUR(); in PP()
3260 assert(CxTYPE(CX_CUR()) == CXt_EVAL); in Perl_call_sv()
4689 cx = CX_CUR(); in Perl_newPROG()5067 assert(CxTYPE(CX_CUR()) == CXt_EVAL); in S_fold_constants()5179 assert(CxTYPE(CX_CUR()) == CXt_EVAL); in S_gen_constant_list()
8291 CX_CUR()->blk_oldsaveix = orig_savestack_ix; in S_regmatch()
11148 PERL_CONTEXT * const cx = CX_CUR(); in S_scan_heredoc()
5 CX_CUR # Z added by devel/scanprov
1556 CX_CUR(), CX_LEAVE_SCOPE(), CX_POP()
4218 cx = CX_CUR(); /* and get the address of new frame */4322 cx = CX_CUR();4341 =for apidoc Cmh||CX_CUR