REG_NEWLINE       146 ext/mbstring/oniguruma/regposix.c   if ((posix_options & REG_NEWLINE) != 0) {
REG_NEWLINE       227 ext/pcre/pcrelib/pcreposix.c if ((cflags & REG_NEWLINE) != 0) options |= PCRE_MULTILINE;
REG_NEWLINE       465 regex/engine.c 						(m->g->cflags&REG_NEWLINE)) )
REG_NEWLINE       473 regex/engine.c 						(m->g->cflags&REG_NEWLINE)) )
REG_NEWLINE       481 regex/engine.c 						(m->g->cflags&REG_NEWLINE)) ||
REG_NEWLINE       492 regex/engine.c 						(m->g->cflags&REG_NEWLINE)) ||
REG_NEWLINE       658 regex/engine.c 		if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
REG_NEWLINE       663 regex/engine.c 		if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
REG_NEWLINE       747 regex/engine.c 		if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
REG_NEWLINE       752 regex/engine.c 		if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
REG_NEWLINE       336 regex/main.c   				o |= REG_NEWLINE;
REG_NEWLINE       301 regex/regcomp.c 		if (p->g->cflags&REG_NEWLINE)
REG_NEWLINE       463 regex/regcomp.c 		if (p->g->cflags&REG_NEWLINE)
REG_NEWLINE       636 regex/regcomp.c 		if (p->g->cflags&REG_NEWLINE)