Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/include/
Dregex.h64 #define REG_NEWLINE 0010 macro
/picolibc-latest/newlib/libc/posix/
Dengine.c580 (m->g->cflags&REG_NEWLINE)) ) in backref()
588 (m->g->cflags&REG_NEWLINE)) ) in backref()
596 (m->g->cflags&REG_NEWLINE)) || in backref()
607 (m->g->cflags&REG_NEWLINE)) || in backref()
772 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) || in fast()
777 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) || in fast()
860 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) || in slow()
865 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) || in slow()
Dregcomp.c404 if (p->g->cflags&REG_NEWLINE) in p_ere_exp()
563 if (p->g->cflags&REG_NEWLINE) in p_simp_re()
734 if (p->g->cflags&REG_NEWLINE) in p_bracket()