Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/
Dpp_ctl.c4739 SV * inc_idx_sv = save_scalar(PL_incgv); in S_require_file() local
4740 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()