Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libgnuregex/
H A Dregex_internal.h649 unsigned int has_mb_node : 1; member
H A Dregcomp.c1138 dfa->has_mb_node = dfa->nbackref > 0 || has_period; in optimize_utf8()
2281 dfa->has_mb_node = 1; in parse_expression()
2378 dfa->has_mb_node = 1; in parse_expression()
3251 dfa->has_mb_node = 1; in parse_bracket_exp()
3655 dfa->has_mb_node = 1; in build_charclass_op()
H A Dregexec.c702 if (nmatch > 1 || dfa->has_mb_node)