Searched refs:inc_idx_sv (Results 1 – 1 of 1) sorted by relevance
4739 SV * inc_idx_sv = save_scalar(PL_incgv); in S_require_file() local4740 sv_setiv(inc_idx_sv,inc_idx); in S_require_file()4850 inc_idx_sv = GvSVn(PL_incgv); in S_require_file()4851 incdir_continue_inc_idx = SvOK(inc_idx_sv) in S_require_file()4852 ? SvIV(inc_idx_sv) : -1; in S_require_file()4948 inc_idx_sv = GvSVn(PL_incgv); in S_require_file()4949 inc_idx = SvOK(inc_idx_sv) ? SvIV(inc_idx_sv) : -1; in S_require_file()