Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dregcomp.c1088 dfa->has_mb_node = dfa->nbackref > 0 || has_period; in optimize_utf8()
2232 dfa->has_mb_node = 1; in parse_expression()
2329 dfa->has_mb_node = 1; in parse_expression()
3191 dfa->has_mb_node = 1; in parse_bracket_exp()
3584 dfa->has_mb_node = 1; in build_charclass_op()
H A Dregex_internal.h744 unsigned int has_mb_node : 1; member
H A Dregexec.c689 if (nmatch > 1 || dfa->has_mb_node) in re_search_internal()