PCRE_NEWLINE_CR  5890 ext/pcre/pcrelib/pcre_compile.c     { skipatstart += 5; newnl = PCRE_NEWLINE_CR; }
PCRE_NEWLINE_CR  5894 ext/pcre/pcrelib/pcre_compile.c     { skipatstart += 7; newnl = PCRE_NEWLINE_CR + PCRE_NEWLINE_LF; }
PCRE_NEWLINE_CR  5930 ext/pcre/pcrelib/pcre_compile.c   case PCRE_NEWLINE_CR: newline = '\r'; break;
PCRE_NEWLINE_CR  5932 ext/pcre/pcrelib/pcre_compile.c   case PCRE_NEWLINE_CR+
PCRE_NEWLINE_CR  4496 ext/pcre/pcrelib/pcre_exec.c   case PCRE_NEWLINE_CR: newline = '\r'; break;
PCRE_NEWLINE_CR  4498 ext/pcre/pcrelib/pcre_exec.c   case PCRE_NEWLINE_CR+
PCRE_NEWLINE_CR   510 ext/pcre/pcrelib/pcre_internal.h #define PCRE_NEWLINE_BITS (PCRE_NEWLINE_CR|PCRE_NEWLINE_LF|PCRE_NEWLINE_ANY| \
PCRE_NEWLINE_CR  2110 ext/pcre/pcrelib/pcregrep.c   pcre_options |= PCRE_NEWLINE_CR;