Home
last modified time | relevance | path

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

/dports/lang/perl5.34/perl-5.34.0/
H A Dregcomp.c13090 SV * substitute_parse = NULL; in S_grok_bslash_N() local
13285 substitute_parse = newSVpvs("?:"); in S_grok_bslash_N()
13286 sv_catsv(substitute_parse, value_sv); in S_grok_bslash_N()
13287 sv_catpv(substitute_parse, ")"); in S_grok_bslash_N()
13378 if (node_p && ! substitute_parse) { in S_grok_bslash_N()
13389 sv_catpvs(substitute_parse, "}"); in S_grok_bslash_N()
13406 sv_catpvs(substitute_parse, ")"); in S_grok_bslash_N()
13437 SvREFCNT_dec_NN(substitute_parse); in S_grok_bslash_N()
18690 sv_catpvs(substitute_parse, "(?:"); in S_regclass()
18724 sv_catpvs(substitute_parse, "|"); in S_regclass()
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dregcomp.c13164 SV * substitute_parse = NULL; in S_grok_bslash_N() local
13359 substitute_parse = newSVpvs("?:"); in S_grok_bslash_N()
13360 sv_catsv(substitute_parse, value_sv); in S_grok_bslash_N()
13361 sv_catpv(substitute_parse, ")"); in S_grok_bslash_N()
13452 if (node_p && ! substitute_parse) { in S_grok_bslash_N()
13463 sv_catpvs(substitute_parse, "}"); in S_grok_bslash_N()
13480 sv_catpvs(substitute_parse, ")"); in S_grok_bslash_N()
13511 SvREFCNT_dec_NN(substitute_parse); in S_grok_bslash_N()
18764 sv_catpvs(substitute_parse, "(?:"); in S_regclass()
18798 sv_catpvs(substitute_parse, "|"); in S_regclass()
[all …]
/dports/lang/perl5.32/perl-5.32.1/
H A Dregcomp.c12964 SV * substitute_parse = NULL; in S_grok_bslash_N() local
13149 substitute_parse = newSVpvs("?:"); in S_grok_bslash_N()
13150 sv_catsv(substitute_parse, value_sv); in S_grok_bslash_N()
13151 sv_catpv(substitute_parse, ")"); in S_grok_bslash_N()
13241 if (node_p && ! substitute_parse) { in S_grok_bslash_N()
13252 sv_catpvs(substitute_parse, "}"); in S_grok_bslash_N()
13269 sv_catpvs(substitute_parse, ")"); in S_grok_bslash_N()
13300 SvREFCNT_dec_NN(substitute_parse); in S_grok_bslash_N()
18551 sv_catpvs(substitute_parse, "(?:"); in S_regclass()
18585 sv_catpvs(substitute_parse, "|"); in S_regclass()
[all …]
/dports/lang/perl5.30/perl-5.30.3/
H A Dregcomp.c12867 SV * substitute_parse = NULL; in S_grok_bslash_N() local
13054 substitute_parse = newSVpvs("?:"); in S_grok_bslash_N()
13055 sv_catsv(substitute_parse, value_sv); in S_grok_bslash_N()
13056 sv_catpv(substitute_parse, ")"); in S_grok_bslash_N()
13176 sv_catpvs(substitute_parse, "}"); in S_grok_bslash_N()
13193 sv_catpvs(substitute_parse, ")"); in S_grok_bslash_N()
13229 SvREFCNT_dec_NN(substitute_parse); in S_grok_bslash_N()
17949 sv_catpvs(substitute_parse, "(?:"); in S_regclass()
17981 sv_catpvs(substitute_parse, "|["); in S_regclass()
17988 sv_catpvs(substitute_parse, "]"); in S_regclass()
[all …]