PCRE_NEWLINE_CR 7877 ext/pcre/pcrelib/pcre_compile.c { skipatstart += 5; newnl = PCRE_NEWLINE_CR; }
PCRE_NEWLINE_CR 7881 ext/pcre/pcrelib/pcre_compile.c { skipatstart += 7; newnl = PCRE_NEWLINE_CR + PCRE_NEWLINE_LF; }
PCRE_NEWLINE_CR 7954 ext/pcre/pcrelib/pcre_compile.c case PCRE_NEWLINE_CR: newline = CHAR_CR; break;
PCRE_NEWLINE_CR 7956 ext/pcre/pcrelib/pcre_compile.c case PCRE_NEWLINE_CR+
PCRE_NEWLINE_CR 6488 ext/pcre/pcrelib/pcre_exec.c case PCRE_NEWLINE_CR: newline = CHAR_CR; break;
PCRE_NEWLINE_CR 6490 ext/pcre/pcrelib/pcre_exec.c case PCRE_NEWLINE_CR+
PCRE_NEWLINE_CR 1161 ext/pcre/pcrelib/pcre_internal.h #define PCRE_NEWLINE_BITS (PCRE_NEWLINE_CR|PCRE_NEWLINE_LF|PCRE_NEWLINE_ANY| \
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 :