REG_NEWLINE 465 ext/ereg/regex/engine.c (m->g->cflags®_NEWLINE)) ) REG_NEWLINE 473 ext/ereg/regex/engine.c (m->g->cflags®_NEWLINE)) ) REG_NEWLINE 481 ext/ereg/regex/engine.c (m->g->cflags®_NEWLINE)) || REG_NEWLINE 492 ext/ereg/regex/engine.c (m->g->cflags®_NEWLINE)) || REG_NEWLINE 658 ext/ereg/regex/engine.c if ( (lastc == '\n' && m->g->cflags®_NEWLINE) || REG_NEWLINE 663 ext/ereg/regex/engine.c if ( (c == '\n' && m->g->cflags®_NEWLINE) || REG_NEWLINE 747 ext/ereg/regex/engine.c if ( (lastc == '\n' && m->g->cflags®_NEWLINE) || REG_NEWLINE 752 ext/ereg/regex/engine.c if ( (c == '\n' && m->g->cflags®_NEWLINE) || REG_NEWLINE 336 ext/ereg/regex/main.c o |= REG_NEWLINE; REG_NEWLINE 301 ext/ereg/regex/regcomp.c if (p->g->cflags®_NEWLINE) REG_NEWLINE 463 ext/ereg/regex/regcomp.c if (p->g->cflags®_NEWLINE) REG_NEWLINE 636 ext/ereg/regex/regcomp.c if (p->g->cflags®_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(®, pattern, REG_EXTENDED | REG_NEWLINE); REG_NEWLINE 71 ext/mbstring/oniguruma/testu.c r = regcomp(®, pattern, REG_EXTENDED | REG_NEWLINE); REG_NEWLINE 43 ext/mbstring/oniguruma/win32/testc.c r = regcomp(®, pattern, REG_EXTENDED | REG_NEWLINE); REG_NEWLINE 266 ext/pcre/pcrelib/pcreposix.c if ((cflags & REG_NEWLINE) != 0) options |= PCRE_MULTILINE;