Home
last modified time | relevance | path

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

/haiku/src/system/libroot/posix/glibc/regex/
H A Dregcomp.c115 bool non_match, reg_errcode_t *err);
379 && (cset->nchar_classes || cset->non_match || cset->nranges in re_compile_fastmap_iter()
3109 bool non_match = false; in parse_bracket_exp() local
3157 mbcset->non_match = 1; in parse_bracket_exp()
3159 non_match = true; in parse_bracket_exp()
3327 if (non_match) in parse_bracket_exp()
3337 || mbcset->non_match))) in parse_bracket_exp()
3658 const char *extra, bool non_match, in build_charclass_op() argument
3684 mbcset->non_match = non_match; in build_charclass_op()
3708 if (non_match) in build_charclass_op()
H A Dregex_internal.h354 unsigned int non_match : 1; member
H A Dregexec.c3920 if (!cset->non_match) in check_node_accept_bytes()