Home
last modified time | relevance | path

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

/NextBSD/contrib/libgnuregex/
HDregex_internal.h645 unsigned int has_plural_match : 1; member
HDregcomp.c1193 if ((!preg->no_sub && preg->re_nsub > 0 && dfa->has_plural_match) in analyze()
1428 dfa->has_plural_match = 1; in link_nfa_nodes()
HDregexec.c860 if ((!preg->no_sub && nmatch > 1 && dfa->has_plural_match)
899 dfa->has_plural_match && dfa->nbackref > 0);