Searched refs:cflags (Results 1 – 3 of 3) sorted by relevance
149 regcomp(regex_t *preg, const char *pattern, int cflags) in regcomp() argument162 cflags = GOODFLAGS(cflags); in regcomp()163 if ((cflags®_EXTENDED) && (cflags®_NOSPEC)) in regcomp()166 if (cflags®_PEND) { in regcomp()200 g->cflags = cflags; in regcomp()215 if (cflags®_EXTENDED) in regcomp()217 else if (cflags®_NOSPEC) in regcomp()354 if (p->g->cflags®_NEWLINE) in p_ere_exp()509 if (p->g->cflags®_NEWLINE) in p_simp_re()664 if (p->g->cflags®_ICASE) { in p_bracket()[all …]
134 int cflags; /* copy of regcomp() cflags argument */ member
142 if (g->cflags®_NOSUB) in matcher()512 (m->g->cflags®_NEWLINE)) ) in backref()520 (m->g->cflags®_NEWLINE)) ) in backref()528 (m->g->cflags®_NEWLINE)) || in backref()539 (m->g->cflags®_NEWLINE)) || in backref()700 if ( (lastc == '\n' && m->g->cflags®_NEWLINE) || in fast()705 if ( (c == '\n' && m->g->cflags®_NEWLINE) || in fast()782 if ( (lastc == '\n' && m->g->cflags®_NEWLINE) || in slow()787 if ( (c == '\n' && m->g->cflags®_NEWLINE) || in slow()