Home
last modified time | relevance | path

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

/NextBSD/contrib/libgnuregex/
HDregcomp.c111 int non_match, reg_errcode_t *err);
378 && (cset->nchar_classes || cset->non_match || cset->nranges in re_compile_fastmap_iter()
3022 int non_match = 0; in parse_bracket_exp() local
3070 mbcset->non_match = 1; in parse_bracket_exp()
3072 non_match = 1; in parse_bracket_exp()
3236 if (non_match) in parse_bracket_exp()
3246 || mbcset->non_match))) in parse_bracket_exp()
3577 const unsigned char *extra, int non_match, in build_charclass_op() argument
3604 if (non_match) in build_charclass_op()
3607 mbcset->non_match = 1; in build_charclass_op()
[all …]
HDregex_internal.h269 unsigned int non_match : 1; member
HDregexec.c3976 if (!cset->non_match) in check_node_accept_bytes()