Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
Dregex_impl.h60 #define REG_NEWLINE 0010 macro
DRegex.cpp29 flags |= REG_NEWLINE; in Regex()
Dregengine.inc523 (m->g->cflags&REG_NEWLINE)) )
531 (m->g->cflags&REG_NEWLINE)) )
539 (m->g->cflags&REG_NEWLINE)) ||
550 (m->g->cflags&REG_NEWLINE)) ||
712 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
717 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
795 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
800 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
Dregcomp.c363 if (p->g->cflags&REG_NEWLINE) in p_ere_exp()
545 if (p->g->cflags&REG_NEWLINE) in p_simp_re()
721 if (p->g->cflags&REG_NEWLINE) in p_bracket()