Lines Matching defs:cflags
271 int cflags, int pflags)
288 cflags = GOODFLAGS(cflags);
289 if ((cflags®_EXTENDED) && (cflags®_NOSPEC))
292 if (cflags®_PEND) {
339 if ((cflags & REG_GNU) == 0) {
341 p->allowbranch = (cflags & REG_EXTENDED) != 0;
346 p->allowbranch = (cflags & REG_EXTENDED) != 0;
348 if (cflags & REG_EXTENDED) {
361 g->cflags = cflags;
376 if (cflags & REG_NOSPEC)
429 int cflags)
432 return (regcomp_internal(preg, pattern, cflags, 0));
515 if (p->g->cflags®_NEWLINE)
958 if (p->g->cflags®_NEWLINE)
1119 if (p->g->cflags®_ICASE)
1136 if (cs->invert && p->g->cflags®_NEWLINE)
1267 if (p->g->cflags®_ICASE)
1443 if (!(p->g->cflags®_EXTENDED))
1527 if ((p->g->cflags®_ICASE) && iswalpha(ch) && othercase(ch) != ch)