PCRE_NEWLINE_LF 9027 ext/pcre/pcrelib/pcre_compile.c { skipatstart += 5; newnl = PCRE_NEWLINE_LF; } PCRE_NEWLINE_LF 9029 ext/pcre/pcrelib/pcre_compile.c { skipatstart += 7; newnl = PCRE_NEWLINE_CR + PCRE_NEWLINE_LF; } PCRE_NEWLINE_LF 9108 ext/pcre/pcrelib/pcre_compile.c case PCRE_NEWLINE_LF: newline = CHAR_NL; break; PCRE_NEWLINE_LF 9110 ext/pcre/pcrelib/pcre_compile.c PCRE_NEWLINE_LF: newline = (CHAR_CR << 8) | CHAR_NL; break; PCRE_NEWLINE_LF 6616 ext/pcre/pcrelib/pcre_exec.c case PCRE_NEWLINE_LF: newline = CHAR_NL; break; PCRE_NEWLINE_LF 6618 ext/pcre/pcrelib/pcre_exec.c PCRE_NEWLINE_LF: newline = (CHAR_CR << 8) | CHAR_NL; break; PCRE_NEWLINE_LF 1114 ext/pcre/pcrelib/pcre_internal.h #define PCRE_NEWLINE_BITS (PCRE_NEWLINE_CR|PCRE_NEWLINE_LF|PCRE_NEWLINE_ANY| \ PCRE_NEWLINE_LF 9805 ext/pcre/pcrelib/pcre_jit_compile.c case PCRE_NEWLINE_LF: common->newline = CHAR_NL; break; PCRE_NEWLINE_LF 9807 ext/pcre/pcrelib/pcre_jit_compile.c PCRE_NEWLINE_LF: common->newline = (CHAR_CR << 8) | CHAR_NL; break; PCRE_NEWLINE_LF 268 ext/pcre/pcrelib/pcredemo.c option_bits &= PCRE_NEWLINE_CR|PCRE_NEWLINE_LF|PCRE_NEWLINE_CRLF| PCRE_NEWLINE_LF 281 ext/pcre/pcrelib/pcredemo.c (d == 10)? PCRE_NEWLINE_LF :