PCRE_NEWLINE_CR  9025 ext/pcre/pcrelib/pcre_compile.c     { skipatstart += 5; newnl = PCRE_NEWLINE_CR; }
PCRE_NEWLINE_CR  9029 ext/pcre/pcrelib/pcre_compile.c     { skipatstart += 7; newnl = PCRE_NEWLINE_CR + PCRE_NEWLINE_LF; }
PCRE_NEWLINE_CR  9107 ext/pcre/pcrelib/pcre_compile.c   case PCRE_NEWLINE_CR: newline = CHAR_CR; break;
PCRE_NEWLINE_CR  9109 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  1114 ext/pcre/pcrelib/pcre_internal.h #define PCRE_NEWLINE_BITS (PCRE_NEWLINE_CR|PCRE_NEWLINE_LF|PCRE_NEWLINE_ANY| \
PCRE_NEWLINE_CR  9804 ext/pcre/pcrelib/pcre_jit_compile.c   case PCRE_NEWLINE_CR: common->newline = CHAR_CR; break;
PCRE_NEWLINE_CR  9806 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 :