REG_NEWLINE       465 ext/ereg/regex/engine.c 						(m->g->cflags&REG_NEWLINE)) )
REG_NEWLINE       473 ext/ereg/regex/engine.c 						(m->g->cflags&REG_NEWLINE)) )
REG_NEWLINE       481 ext/ereg/regex/engine.c 						(m->g->cflags&REG_NEWLINE)) ||
REG_NEWLINE       492 ext/ereg/regex/engine.c 						(m->g->cflags&REG_NEWLINE)) ||
REG_NEWLINE       658 ext/ereg/regex/engine.c 		if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
REG_NEWLINE       663 ext/ereg/regex/engine.c 		if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
REG_NEWLINE       747 ext/ereg/regex/engine.c 		if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
REG_NEWLINE       752 ext/ereg/regex/engine.c 		if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
REG_NEWLINE       336 ext/ereg/regex/main.c 				o |= REG_NEWLINE;
REG_NEWLINE       309 ext/ereg/regex/regcomp.c 		if (p->g->cflags&REG_NEWLINE)
REG_NEWLINE       471 ext/ereg/regex/regcomp.c 		if (p->g->cflags&REG_NEWLINE)
REG_NEWLINE       644 ext/ereg/regex/regcomp.c 		if (p->g->cflags&REG_NEWLINE)
REG_NEWLINE       146 ext/mbstring/oniguruma/regposix.c   if ((posix_options & REG_NEWLINE) != 0) {
REG_NEWLINE        43 ext/mbstring/oniguruma/testc.c   r = regcomp(&reg, pattern, REG_EXTENDED | REG_NEWLINE);
REG_NEWLINE        71 ext/mbstring/oniguruma/testu.c   r = regcomp(&reg, pattern, REG_EXTENDED | REG_NEWLINE);
REG_NEWLINE        43 ext/mbstring/oniguruma/win32/testc.c   r = regcomp(&reg, pattern, REG_EXTENDED | REG_NEWLINE);
REG_NEWLINE       277 ext/pcre/pcrelib/pcreposix.c if ((cflags & REG_NEWLINE) != 0)  options |= PCRE_MULTILINE;