Home
last modified time | relevance | path

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

/bionic/libc/include/
Dregex.h66 #define REG_NEWLINE 0010 macro
/bionic/libc/upstream-netbsd/lib/libc/regex/
Dengine.c611 (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()
Dregcomp.c460 if (p->g->cflags&REG_NEWLINE) in p_ere_exp()
637 if (p->g->cflags&REG_NEWLINE) in p_simp_re()
819 if (p->g->cflags&REG_NEWLINE) in p_bracket()