Home
last modified time | relevance | path

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

/dports/lang/perl5.30/perl-5.30.3/
H A Dregcomp.c22858 const char * pos_in_brackets; in Perl_parse_uniprop_string() local
22873 pos_in_brackets = strchr("([<)]>)]>", open); in Perl_parse_uniprop_string()
22874 close = (pos_in_brackets) ? pos_in_brackets[3] : open; in Perl_parse_uniprop_string()
/dports/lang/perl5.34/perl-5.34.0/
H A Dregcomp.c23994 const char * pos_in_brackets; in S_parse_uniprop_string() local
24010 pos_in_brackets = memCHRs("([<)]>)]>", open); in S_parse_uniprop_string()
24011 close = (pos_in_brackets) ? pos_in_brackets[3] : open; in S_parse_uniprop_string()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dregcomp.c24102 const char * pos_in_brackets; in S_parse_uniprop_string() local
24118 pos_in_brackets = memCHRs("([<)]>)]>", open); in S_parse_uniprop_string()
24119 close = (pos_in_brackets) ? pos_in_brackets[3] : open; in S_parse_uniprop_string()
/dports/lang/perl5.32/perl-5.32.1/
H A Dregcomp.c23869 const char * pos_in_brackets; in S_parse_uniprop_string() local
23885 pos_in_brackets = memCHRs("([<)]>)]>", open); in S_parse_uniprop_string()
23886 close = (pos_in_brackets) ? pos_in_brackets[3] : open; in S_parse_uniprop_string()