Lines Matching refs:cflags
149 regcomp(regex_t *preg, const char *pattern, int cflags)
162 cflags = GOODFLAGS(cflags);
163 if ((cflags®_EXTENDED) && (cflags®_NOSPEC))
166 if (cflags®_PEND) {
200 g->cflags = cflags;
215 if (cflags®_EXTENDED)
217 else if (cflags®_NOSPEC)
354 if (p->g->cflags®_NEWLINE)
509 if (p->g->cflags®_NEWLINE)
664 if (p->g->cflags®_ICASE) {
685 if (p->g->cflags®_NEWLINE)
902 if ((p->g->cflags®_ICASE) && isalpha((uch)ch) && othercase(ch) != ch)