Searched refs:blk_oldsaveix (Results 1 – 6 of 6) sorted by relevance
858 #define CX_LEAVE_SCOPE(cx) LEAVE_SCOPE(cx->blk_oldsaveix)1020 #define blk_oldsaveix cx_u.cx_blk.blku_oldsaveix macro1037 (long)(cx->blk_oldsaveix), \1077 cx->blk_oldsaveix = oldsave, \
3581 cx->blk_oldsaveix = saveix; in Perl_cx_pushblock()3615 || PL_savestack_ix == cx->blk_oldsaveix); in Perl_cx_popblock()
1761 PerlIO_printf(Perl_debug_log, "BLK_OLDSAVEIX = %ld\n", (long)cx->blk_oldsaveix); in Perl_cx_dump()
8291 CX_CUR()->blk_oldsaveix = orig_savestack_ix; in S_regmatch()
2 blk_oldsaveix # Z added by devel/scanprov
4222 cx->blk_oldsaveix = old_ss_ix;4367 defined as C<< LEAVE_SCOPE(cx->blk_oldsaveix) >>. Note that during the