Searched refs:substitute_parse (Results 1 – 1 of 1) sorted by relevance
5080 SV * substitute_parse = NULL; in S_grok_bslash_N() local5274 substitute_parse = newSVpvs("?:"); in S_grok_bslash_N()5275 sv_catsv(substitute_parse, value_sv); in S_grok_bslash_N()5276 sv_catpv(substitute_parse, ")"); in S_grok_bslash_N()5366 if (node_p && ! substitute_parse) { in S_grok_bslash_N()5367 substitute_parse = newSVpvs("?:"); in S_grok_bslash_N()5374 sv_catpvs(substitute_parse, "\\x{"); in S_grok_bslash_N()5375 sv_catpvn(substitute_parse, start_digit, in S_grok_bslash_N()5377 sv_catpvs(substitute_parse, "}"); in S_grok_bslash_N()5394 sv_catpvs(substitute_parse, ")"); in S_grok_bslash_N()[all …]