PCRE_NEWLINE_CR 9151 ext/pcre/pcrelib/pcre_compile.c { skipatstart += 5; newnl = PCRE_NEWLINE_CR; } PCRE_NEWLINE_CR 9155 ext/pcre/pcrelib/pcre_compile.c { skipatstart += 7; newnl = PCRE_NEWLINE_CR + PCRE_NEWLINE_LF; } PCRE_NEWLINE_CR 9233 ext/pcre/pcrelib/pcre_compile.c case PCRE_NEWLINE_CR: newline = CHAR_CR; break; PCRE_NEWLINE_CR 9235 ext/pcre/pcrelib/pcre_compile.c case PCRE_NEWLINE_CR+ PCRE_NEWLINE_CR 6615 ext/pcre/pcrelib/pcre_exec.c case PCRE_NEWLINE_CR: newline = CHAR_CR; break; PCRE_NEWLINE_CR 6617 ext/pcre/pcrelib/pcre_exec.c case PCRE_NEWLINE_CR+ PCRE_NEWLINE_CR 1115 ext/pcre/pcrelib/pcre_internal.h #define PCRE_NEWLINE_BITS (PCRE_NEWLINE_CR|PCRE_NEWLINE_LF|PCRE_NEWLINE_ANY| \ PCRE_NEWLINE_CR 9846 ext/pcre/pcrelib/pcre_jit_compile.c case PCRE_NEWLINE_CR: common->newline = CHAR_CR; break; PCRE_NEWLINE_CR 9848 ext/pcre/pcrelib/pcre_jit_compile.c case PCRE_NEWLINE_CR+ PCRE_NEWLINE_CR 268 ext/pcre/pcrelib/pcredemo.c option_bits &= PCRE_NEWLINE_CR|PCRE_NEWLINE_LF|PCRE_NEWLINE_CRLF| PCRE_NEWLINE_CR 280 ext/pcre/pcrelib/pcredemo.c option_bits = (d == 13)? PCRE_NEWLINE_CR :