Lines Matching defs:cflags
413 int cflags;
606 if (ctx->cflags & REG_ICASE && !class)
643 if (ctx->cflags & REG_NEWLINE) {
795 int len, ere = ctx->cflags & REG_EXTENDED;
878 if (ctx->cflags & REG_NEWLINE) {
923 if (ctx->cflags & REG_ICASE && (tre_isupper(wc) || tre_islower(wc))) {
960 int ere = ctx->cflags & REG_EXTENDED;
2691 regcomp(regex_t *restrict preg, const char *restrict regex, int cflags)
2726 parse_ctx.cflags = cflags;
2752 if (tnfa->have_backrefs || !(cflags & REG_NOSUB))
2879 tnfa->cflags = cflags;