Lines Matching refs:cflags
88 regcomp(preg, pattern, cflags)
91 int cflags; variable
104 cflags = GOODFLAGS(cflags);
105 if ((cflags®_EXTENDED) && (cflags®_NOSPEC))
108 if (cflags®_PEND) {
142 g->cflags = cflags;
157 if (cflags®_EXTENDED)
159 else if (cflags®_NOSPEC)
301 if (p->g->cflags®_NEWLINE)
463 if (p->g->cflags®_NEWLINE)
615 if (p->g->cflags®_ICASE) {
636 if (p->g->cflags®_NEWLINE)
872 if ((p->g->cflags®_ICASE) && isalpha(ch) && othercase(ch) != ch)