Searched refs:has_plural_match (Results 1 – 3 of 3) sorted by relevance
582 unsigned int has_plural_match : 1; member
1121 if ((!preg->no_sub && preg->re_nsub > 0 && dfa->has_plural_match) in analyze()1354 dfa->has_plural_match = 1; in link_nfa_nodes()
768 if ((!preg->no_sub && nmatch > 1 && dfa->has_plural_match) in re_search_internal()807 dfa->has_plural_match && dfa->nbackref > 0); in re_search_internal()
Completed in 16 milliseconds