Lines Matching defs:cflags
46 tre_fill_pmatch(size_t nmatch, regmatch_t pmatch[], int cflags,
84 && !(tnfa->cflags & REG_ICASE) \
87 && (tnfa->cflags & REG_ICASE) \
92 tnfa->cflags & REG_ICASE)))
184 int reg_newline = tnfa->cflags & REG_NEWLINE;
606 int reg_newline = tnfa->cflags & REG_NEWLINE;
779 tre_fill_pmatch(bt + 1, pmatch, tnfa->cflags & ~REG_NOSUB,
930 tre_fill_pmatch(size_t nmatch, regmatch_t pmatch[], int cflags,
938 if (match_eo >= 0 && !(cflags & REG_NOSUB))
1002 if (tnfa->cflags & REG_NOSUB) nmatch = 0;
1024 tre_fill_pmatch(nmatch, pmatch, tnfa->cflags, tnfa, tags, eo);