Home
last modified time | relevance | path

Searched refs:old_savestack_ix (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/
Dpp_sort.c915 I32 old_savestack_ix = PL_savestack_ix; in PP() local
946 cx = cx_pushblock(CXt_NULL, gimme, PL_stack_base, old_savestack_ix); in PP()
Dpp_ctl.c4474 I32 old_savestack_ix; in S_require_file() local
5206 old_savestack_ix = PL_savestack_ix; in S_require_file()
5227 cx = cx_pushblock(CXt_EVAL, gimme, PL_stack_sp, old_savestack_ix); in S_require_file()
5296 I32 old_savestack_ix; in PP() local
5354 old_savestack_ix = PL_savestack_ix; in PP()
5389 gimme, PL_stack_sp, old_savestack_ix); in PP()
Dpp_hot.c6182 I32 old_savestack_ix; in PP() local
6218 old_savestack_ix = PL_savestack_ix; in PP()
6262 old_savestack_ix = PL_savestack_ix; in PP()
6360 cx = cx_pushblock(CXt_SUB, gimme, MARK, old_savestack_ix); in PP()
6425 PL_scopestack[PL_scopestack_ix - 1] = old_savestack_ix; in PP()