Searched defs:non_match (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregcomp.c113 bool non_match, reg_errcode_t *err);
389 && (cset->nchar_classes || cset->non_match || cset->nranges
3058 bool non_match = false;
3108 mbcset->non_match = 1;
3110 non_match = true;
3275 if (non_match)
3285 || mbcset->non_match)))
3619 const unsigned char *extra, bool non_match,
3652 if (non_match)
3655 mbcset->non_match
3049 bool non_match = false; local
3608 build_charclass_op(re_dfa_t *dfa, RE_TRANSLATE_TYPE trans, const unsigned char *class_name, const unsigned char *extra, bool non_match, reg_errcode_t *err) argument
[all...]
H A Dregex_internal.h309 unsigned int non_match : 1; member in struct:__anon466

Completed in 24 milliseconds