Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Dregex_internal.h692 unsigned int has_mb_node : 1; member
Dregcomp.c1132 dfa->has_mb_node = dfa->nbackref > 0 || has_period; in optimize_utf8()
2273 dfa->has_mb_node = 1; in parse_expression()
2370 dfa->has_mb_node = 1; in parse_expression()
3254 dfa->has_mb_node = 1; in parse_bracket_exp()
3655 dfa->has_mb_node = 1; in build_charclass_op()
Dregexec.c722 if (nmatch > 1 || dfa->has_mb_node) in re_search_internal()