Home
last modified time | relevance | path

Searched refs:cflags (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/upstream-netbsd/libc/regex/
Dregcomp.c237 int cflags) in regcomp() argument
253 cflags = GOODFLAGS(cflags); in regcomp()
254 if ((cflags&REG_EXTENDED) && (cflags&REG_NOSPEC)) in regcomp()
257 if (cflags&REG_PEND) { in regcomp()
291 g->cflags = cflags; in regcomp()
306 if (cflags&REG_EXTENDED) in regcomp()
308 else if (cflags&REG_NOSPEC) in regcomp()
461 if (p->g->cflags&REG_NEWLINE) in p_ere_exp()
638 if (p->g->cflags&REG_NEWLINE) in p_simp_re()
799 if (p->g->cflags&REG_ICASE) { in p_bracket()
[all …]
Dregex2.h186 int cflags; /* copy of regcomp() cflags argument */ member
Dengine.c199 if (g->cflags&REG_NOSUB) in matcher()
611 (m->g->cflags&REG_NEWLINE)) ) in backref()
619 (m->g->cflags&REG_NEWLINE)) ) in backref()
627 (m->g->cflags&REG_NEWLINE)) || in backref()
638 (m->g->cflags&REG_NEWLINE)) || in backref()
809 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) || in fast()
814 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) || in fast()
902 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) || in slow()
907 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) || in slow()