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) {
150 g->cflags = cflags;
165 if (cflags®_EXTENDED)
167 else if (cflags®_NOSPEC)
309 if (p->g->cflags®_NEWLINE)
471 if (p->g->cflags®_NEWLINE)
623 if (p->g->cflags®_ICASE) {
644 if (p->g->cflags®_NEWLINE)
880 if ((p->g->cflags®_ICASE) && isalpha(ch) && othercase(ch) != ch)