PCRE_NEWLINE_BITS 9041 ext/pcre/pcrelib/pcre_compile.c     options = (options & ~PCRE_NEWLINE_BITS) | newnl;
PCRE_NEWLINE_BITS 9104 ext/pcre/pcrelib/pcre_compile.c switch (options & PCRE_NEWLINE_BITS)
PCRE_NEWLINE_BITS 6611 ext/pcre/pcrelib/pcre_exec.c switch ((((options & PCRE_NEWLINE_BITS) == 0)? re->options :
PCRE_NEWLINE_BITS 6612 ext/pcre/pcrelib/pcre_exec.c         (pcre_uint32)options) & PCRE_NEWLINE_BITS)
PCRE_NEWLINE_BITS 1122 ext/pcre/pcrelib/pcre_internal.h    PCRE_DUPNAMES|PCRE_NEWLINE_BITS|PCRE_BSR_ANYCRLF|PCRE_BSR_UNICODE| \
PCRE_NEWLINE_BITS 1127 ext/pcre/pcrelib/pcre_internal.h    PCRE_NO_UTF8_CHECK|PCRE_PARTIAL_HARD|PCRE_PARTIAL_SOFT|PCRE_NEWLINE_BITS| \
PCRE_NEWLINE_BITS 1133 ext/pcre/pcrelib/pcre_internal.h    PCRE_DFA_RESTART|PCRE_NEWLINE_BITS|PCRE_BSR_ANYCRLF|PCRE_BSR_UNICODE| \
PCRE_NEWLINE_BITS 9793 ext/pcre/pcrelib/pcre_jit_compile.c switch(re->options & PCRE_NEWLINE_BITS)