Searched refs:cxstack_ix (Results 1 – 18 of 18) sorted by relevance
854 #define CX_CUR() (&cxstack[cxstack_ix])866 cxstack_ix--; \869 # define CX_POP(cx) cxstack_ix--;1031 (long)cxstack_ix, \1191 #define CXINC (cxstack_ix < cxstack_max ? ++cxstack_ix : (cxstack_ix = cxinc()))1291 #define cxstack_ix (PL_curstackinfo->si_cxix) macro
1769 while (cxstack_ix > cxix) { in Perl_dounwind()1783 cxstack_ix--; in Perl_dounwind()1818 cxstack_ix--; in Perl_dounwind()2797 assert(cxstack_ix >= 0); in PP()2798 if (cxix < cxstack_ix) { in PP()2968 if (cxix < cxstack_ix) { in S_unwind_loop()3032 cxstack_ix++; in PP()3578 if (ix < cxstack_ix) { in PP()6313 assert(cxix < cxstack_ix); in PP()6343 if (cxix < cxstack_ix) in PP()[all …]
1303 if (cxstack_ix != -1) in perl_destruct()1305 (long)cxstack_ix + 1); in perl_destruct()1888 cxstack_ix = -1; /* start label stack again */ in perl_parse()2778 cxstack_ix = -1; /* start context stack again */ in perl_run()3209 old_cxix = cxstack_ix; in Perl_call_sv()3258 if (cxstack_ix > old_cxix) { in Perl_call_sv()3259 assert(cxstack_ix == old_cxix + 1); in Perl_call_sv()5496 if (cxstack_ix >= 0) { in S_my_exit_jump()
120 return cxstack_ix + 1; in Perl_cxinc()
2885 CV * const cv = deb_curcv(cxstack_ix); in S_deb_padvar()3201 SVfARG(multideref_stringify(o, deb_curcv(cxstack_ix)))); in Perl_debop()
5009 old_cxix = cxstack_ix; in S_fold_constants()5065 if (cxstack_ix > old_cxix) { in S_fold_constants()5066 assert(cxstack_ix == old_cxix + 1); in S_fold_constants()5130 old_cxix = cxstack_ix; in S_gen_constant_list()5177 if (cxstack_ix > old_cxix) { in S_gen_constant_list()5178 assert(cxstack_ix == old_cxix + 1); in S_gen_constant_list()
3583 assert(cxstack_ix <= 0 in Perl_cx_pushblock()
11264 if (cxstack_ix >= 0 in S_scan_heredoc()
17646 else if (PL_curstackinfo->si_type == PERLSI_SORT && cxstack_ix == 0)
50 (char *)&cxstack[cxstack_ix].blk_sub.retop, sizeof(OP *)
79 I32 cxix = DPPP_dopoptosub_at(cxstack, cxstack_ix);
468 I32 cxix = cxstack_ix;
112 return cxstack_ix + 1; in my_cxinc()
46 cxstack_ix # Z added by devel/scanprov
4162 C<cxstack_ix> is the index of the current frame within that stack.4166 =for apidoc Cmnh|I32|cxstack_ix4217 CXINC; /* cxstack_ix++ (grow if necessary) */4373 other alternative, of decrementing C<cxstack_ix> I<before> processing the
1547 C<cxstack_ix>. The ordering of the steps in the C<pp_leave*> functions
16549 I32 cxix = DPPP_dopoptosub_at(cxstack, cxstack_ix); in DPPP_()
4234 if (cxstack_ix >= 0) {