Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/regex/
A Dregex_internal.h582 unsigned int has_plural_match : 1; member
A Dregcomp.c1121 if ((!preg->no_sub && preg->re_nsub > 0 && dfa->has_plural_match) in analyze()
1354 dfa->has_plural_match = 1; in link_nfa_nodes()
A Dregexec.c768 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