Home
last modified time | relevance | path

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

/dports/lang/perl5.34/perl-5.34.0/
H A Dpp_ctl.c3868 SV ** svp_cached = NULL; in S_require_file() local
3882 svp_cached = hv_fetch(GvHVn(PL_incgv), (char*) name, len, 0); in S_require_file()
3883 if ( svp_cached && (SvGETMAGIC(*svp_cached), SvOK(*svp_cached)) ) RETPUSHYES; in S_require_file()
3926 …SV * const * const svp = svp_cached ? svp_cached : hv_fetch(GvHVn(PL_incgv), unixname, unixlen, 0); in S_require_file()
3929 if (!svp_cached) in S_require_file()
/dports/lang/perl5.32/perl-5.32.1/
H A Dpp_ctl.c3853 SV ** svp_cached = NULL; in S_require_file() local
3867 svp_cached = hv_fetch(GvHVn(PL_incgv), (char*) name, len, 0); in S_require_file()
3868 if ( svp_cached && (SvGETMAGIC(*svp_cached), SvOK(*svp_cached)) ) RETPUSHYES; in S_require_file()
3911 SV * const * const svp = svp_cached ? svp_cached : hv_fetch(GvHVn(PL_incgv), unixname, unixlen, 0); in S_require_file()
3914 if (!svp_cached) in S_require_file()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dpp_ctl.c3889 SV ** svp_cached = NULL; in S_require_file() local
3903 svp_cached = hv_fetch(GvHVn(PL_incgv), (char*) name, len, 0); in S_require_file()
3904 if ( svp_cached && (SvGETMAGIC(*svp_cached), SvOK(*svp_cached)) ) RETPUSHYES; in S_require_file()
3947 …SV * const * const svp = svp_cached ? svp_cached : hv_fetch(GvHVn(PL_incgv), unixname, unixlen, 0); in S_require_file()
3950 if (!svp_cached) in S_require_file()
/dports/lang/perl5.30/perl-5.30.3/
H A Dpp_ctl.c3829 SV ** svp_cached = NULL; in S_require_file() local
3843 svp_cached = hv_fetch(GvHVn(PL_incgv), (char*) name, len, 0); in S_require_file()
3844 if ( svp_cached && *svp_cached != &PL_sv_undef ) RETPUSHYES; in S_require_file()
3887 SV * const * const svp = svp_cached ? svp_cached : hv_fetch(GvHVn(PL_incgv), unixname, unixlen, 0); in S_require_file()