Home
last modified time | relevance | path

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

/dports/textproc/p5-CSS-Sass/CSS-Sass-3.6.4/
H A DSass.xs152 SV** value_svp = av_fetch((AV*)sv, 0, false); in sv_to_sass_value() local
153 has_msg = value_svp && *value_svp && SvOK(*value_svp); in sv_to_sass_value()
154 return sass_make_error(has_msg ? SvPV_nolen(*value_svp) : "error"); in sv_to_sass_value()
210 SV** value_svp = av_fetch(av, i, false); in sv_to_sass_value() local
211 SV* value_sv = value_svp ? *value_svp : &PL_sv_undef; in sv_to_sass_value()
/dports/lang/perl5.30/perl-5.30.3/
H A Dregcomp.c12959 SV ** value_svp; in S_grok_bslash_N() local
12975 if ((value_svp = hv_fetch(RExC_unlexed_names, RExC_parse, in S_grok_bslash_N()
12978 value_sv = *value_svp; in S_grok_bslash_N()
/dports/lang/perl5.34/perl-5.34.0/
H A Dregcomp.c13190 SV ** value_svp; in S_grok_bslash_N() local
13206 if ((value_svp = hv_fetch(RExC_unlexed_names, RExC_parse, in S_grok_bslash_N()
13209 value_sv = *value_svp; in S_grok_bslash_N()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dregcomp.c13264 SV ** value_svp; in S_grok_bslash_N() local
13280 if ((value_svp = hv_fetch(RExC_unlexed_names, RExC_parse, in S_grok_bslash_N()
13283 value_sv = *value_svp; in S_grok_bslash_N()
/dports/lang/perl5.32/perl-5.32.1/
H A Dregcomp.c13054 SV ** value_svp; in S_grok_bslash_N() local
13070 if ((value_svp = hv_fetch(RExC_unlexed_names, RExC_parse, in S_grok_bslash_N()
13073 value_sv = *value_svp; in S_grok_bslash_N()