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