Home
last modified time | relevance | path

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

/dports/lang/perl5.30/perl-5.30.3/
H A Dregcomp.c23224 SV ** saved_user_prop_ptr; /* Hash entry for this property */ in Perl_parse_uniprop_string() local
23308 saved_user_prop_ptr = hv_fetch(PL_user_def_props, in Perl_parse_uniprop_string()
23310 if (saved_user_prop_ptr) { in Perl_parse_uniprop_string()
23314 if (is_invlist(*saved_user_prop_ptr)) { in Perl_parse_uniprop_string()
23315 prop_definition = *saved_user_prop_ptr; in Perl_parse_uniprop_string()
23328 if (SvPOK(*saved_user_prop_ptr)) { in Perl_parse_uniprop_string()
23330 sv_catsv(msg, *saved_user_prop_ptr); in Perl_parse_uniprop_string()
23339 assert(SvIOK(*saved_user_prop_ptr)); in Perl_parse_uniprop_string()
23345 if (SvIV(*saved_user_prop_ptr) != PTR2IV(CUR_CONTEXT)) { in Perl_parse_uniprop_string()
/dports/lang/perl5.34/perl-5.34.0/
H A Dregcomp.c24514 SV ** saved_user_prop_ptr; /* Hash entry for this property */ in S_parse_uniprop_string() local
24598 saved_user_prop_ptr = hv_fetch(PL_user_def_props, in S_parse_uniprop_string()
24600 if (saved_user_prop_ptr) { in S_parse_uniprop_string()
24604 if (is_invlist(*saved_user_prop_ptr)) { in S_parse_uniprop_string()
24605 prop_definition = *saved_user_prop_ptr; in S_parse_uniprop_string()
24618 if (SvPOK(*saved_user_prop_ptr)) { in S_parse_uniprop_string()
24620 sv_catsv(msg, *saved_user_prop_ptr); in S_parse_uniprop_string()
24629 assert(SvIOK(*saved_user_prop_ptr)); in S_parse_uniprop_string()
24635 if (SvIV(*saved_user_prop_ptr) != PTR2IV(CUR_CONTEXT)) { in S_parse_uniprop_string()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dregcomp.c24622 SV ** saved_user_prop_ptr; /* Hash entry for this property */ in S_parse_uniprop_string() local
24706 saved_user_prop_ptr = hv_fetch(PL_user_def_props, in S_parse_uniprop_string()
24708 if (saved_user_prop_ptr) { in S_parse_uniprop_string()
24712 if (is_invlist(*saved_user_prop_ptr)) { in S_parse_uniprop_string()
24713 prop_definition = *saved_user_prop_ptr; in S_parse_uniprop_string()
24726 if (SvPOK(*saved_user_prop_ptr)) { in S_parse_uniprop_string()
24728 sv_catsv(msg, *saved_user_prop_ptr); in S_parse_uniprop_string()
24737 assert(SvIOK(*saved_user_prop_ptr)); in S_parse_uniprop_string()
24743 if (SvIV(*saved_user_prop_ptr) != PTR2IV(CUR_CONTEXT)) { in S_parse_uniprop_string()
/dports/lang/perl5.32/perl-5.32.1/
H A Dregcomp.c24389 SV ** saved_user_prop_ptr; /* Hash entry for this property */ in S_parse_uniprop_string() local
24473 saved_user_prop_ptr = hv_fetch(PL_user_def_props, in S_parse_uniprop_string()
24475 if (saved_user_prop_ptr) { in S_parse_uniprop_string()
24479 if (is_invlist(*saved_user_prop_ptr)) { in S_parse_uniprop_string()
24480 prop_definition = *saved_user_prop_ptr; in S_parse_uniprop_string()
24493 if (SvPOK(*saved_user_prop_ptr)) { in S_parse_uniprop_string()
24495 sv_catsv(msg, *saved_user_prop_ptr); in S_parse_uniprop_string()
24504 assert(SvIOK(*saved_user_prop_ptr)); in S_parse_uniprop_string()
24510 if (SvIV(*saved_user_prop_ptr) != PTR2IV(CUR_CONTEXT)) { in S_parse_uniprop_string()