Home
last modified time | relevance | path

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

/dports/lang/perl5.30/perl-5.30.3/
H A Dregcomp.c14031 bool next_is_quantifier; in S_regatom() local
14419 next_is_quantifier = LIKELY(p < RExC_end) in S_regatom()
14422 if (next_is_quantifier && LIKELY(len)) { in S_regatom()
14603 if (next_is_quantifier) { in S_regatom()
/dports/lang/perl5.34/perl-5.34.0/
H A Dregcomp.c14216 bool next_is_quantifier; in S_regatom() local
14643 next_is_quantifier = LIKELY(p < RExC_end) in S_regatom()
14646 if (next_is_quantifier && LIKELY(len)) { in S_regatom()
14880 if (next_is_quantifier) { in S_regatom()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dregcomp.c14290 bool next_is_quantifier; in S_regatom() local
14717 next_is_quantifier = LIKELY(p < RExC_end) in S_regatom()
14720 if (next_is_quantifier && LIKELY(len)) { in S_regatom()
14954 if (next_is_quantifier) { in S_regatom()
/dports/lang/perl5.32/perl-5.32.1/
H A Dregcomp.c14088 bool next_is_quantifier; in S_regatom() local
14515 next_is_quantifier = LIKELY(p < RExC_end) in S_regatom()
14518 if (next_is_quantifier && LIKELY(len)) { in S_regatom()
14737 if (next_is_quantifier) { in S_regatom()