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

/ndk/sources/host-tools/sed-4.2.1/lib/
H A Dregex_internal.h688 unsigned int has_plural_match : 1; member in struct:re_dfa_t
H A Dregcomp.c1194 if ((!preg->no_sub && preg->re_nsub > 0 && dfa->has_plural_match)
1429 dfa->has_plural_match = 1;
H A Dregexec.c883 if ((!preg->no_sub && nmatch > 1 && dfa->has_plural_match)
925 dfa->has_plural_match && dfa->nbackref > 0);

Completed in 21 milliseconds