PCRE_NEWLINE_CR  9149 ext/pcre/pcrelib/pcre_compile.c     { skipatstart += 5; newnl = PCRE_NEWLINE_CR; }
PCRE_NEWLINE_CR  9153 ext/pcre/pcrelib/pcre_compile.c     { skipatstart += 7; newnl = PCRE_NEWLINE_CR + PCRE_NEWLINE_LF; }
PCRE_NEWLINE_CR  9231 ext/pcre/pcrelib/pcre_compile.c   case PCRE_NEWLINE_CR: newline = CHAR_CR; break;
PCRE_NEWLINE_CR  9233 ext/pcre/pcrelib/pcre_compile.c   case PCRE_NEWLINE_CR+
PCRE_NEWLINE_CR  6613 ext/pcre/pcrelib/pcre_exec.c   case PCRE_NEWLINE_CR: newline = CHAR_CR; break;
PCRE_NEWLINE_CR  6615 ext/pcre/pcrelib/pcre_exec.c   case PCRE_NEWLINE_CR+
PCRE_NEWLINE_CR  1111 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 :