Home | History | Annotate | Download | only in regex

Lines Matching refs:cflags

237     int cflags)
253 cflags = GOODFLAGS(cflags);
254 if ((cflags&REG_EXTENDED) && (cflags&REG_NOSPEC))
257 if (cflags&REG_PEND) {
291 g->cflags = cflags;
306 if (cflags&REG_EXTENDED)
308 else if (cflags&REG_NOSPEC)
461 if (p->g->cflags&REG_NEWLINE)
638 if (p->g->cflags&REG_NEWLINE)
799 if (p->g->cflags&REG_ICASE) {
820 if (p->g->cflags&REG_NEWLINE)
1082 if ((p->g->cflags&REG_ICASE) && isalpha((unsigned char) ch)