PCRE_NEWLINE_BITS 9165 ext/pcre/pcrelib/pcre_compile.c options = (options & ~PCRE_NEWLINE_BITS) | newnl; PCRE_NEWLINE_BITS 9228 ext/pcre/pcrelib/pcre_compile.c switch (options & PCRE_NEWLINE_BITS) PCRE_NEWLINE_BITS 6609 ext/pcre/pcrelib/pcre_exec.c switch ((((options & PCRE_NEWLINE_BITS) == 0)? re->options : PCRE_NEWLINE_BITS 6610 ext/pcre/pcrelib/pcre_exec.c (pcre_uint32)options) & PCRE_NEWLINE_BITS) PCRE_NEWLINE_BITS 1119 ext/pcre/pcrelib/pcre_internal.h PCRE_DUPNAMES|PCRE_NEWLINE_BITS|PCRE_BSR_ANYCRLF|PCRE_BSR_UNICODE| \ PCRE_NEWLINE_BITS 1124 ext/pcre/pcrelib/pcre_internal.h PCRE_NO_UTF8_CHECK|PCRE_PARTIAL_HARD|PCRE_PARTIAL_SOFT|PCRE_NEWLINE_BITS| \ PCRE_NEWLINE_BITS 1130 ext/pcre/pcrelib/pcre_internal.h PCRE_DFA_RESTART|PCRE_NEWLINE_BITS|PCRE_BSR_ANYCRLF|PCRE_BSR_UNICODE| \ PCRE_NEWLINE_BITS 9835 ext/pcre/pcrelib/pcre_jit_compile.c switch(re->options & PCRE_NEWLINE_BITS)