Home
last modified time | relevance | path

Searched refs:has_plural_match (Results 1 – 3 of 3) sorted by relevance

/posix/
A Dregex_internal.h667 unsigned int has_plural_match : 1; member
A Dregcomp.c1210 if ((!preg->no_sub && preg->re_nsub > 0 && dfa->has_plural_match) in analyze()
1446 dfa->has_plural_match = 1; in link_nfa_nodes()
A Dregexec.c810 if ((!preg->no_sub && nmatch > 1 && dfa->has_plural_match) in re_search_internal()
850 dfa->has_plural_match && dfa->nbackref > 0); in re_search_internal()

Completed in 19 milliseconds