Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/
Dpp_ctl.c4477 SV ** svp_cached = NULL; in S_require_file() local
4538 svp_cached = hv_fetch(GvHVn(PL_incgv), (char*) name, len, 0); in S_require_file()
4539 if (svp_cached && in S_require_file()
4540 (SvGETMAGIC(*svp_cached), SvOK(*svp_cached))) in S_require_file()
4588 …SV * const * const svp = svp_cached ? svp_cached : hv_fetch(GvHVn(PL_incgv), unixname, unixlen, 0); in S_require_file()
4591 if (!svp_cached) in S_require_file()