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       275 ext/pcre/pcrelib/pcreposix.c if ((cflags & REG_NEWLINE) != 0)  options |= PCRE_MULTILINE;