NLTYPE_ANY       9122 ext/pcre/pcrelib/pcre_compile.c   cd->nltype = NLTYPE_ANY;
NLTYPE_ANY       6630 ext/pcre/pcrelib/pcre_exec.c   md->nltype = NLTYPE_ANY;
NLTYPE_ANY       6819 ext/pcre/pcrelib/pcre_exec.c              (md->nltype == NLTYPE_ANY || md->nltype == NLTYPE_ANYCRLF) &&
NLTYPE_ANY       7026 ext/pcre/pcrelib/pcre_exec.c         (md->nltype == NLTYPE_ANY ||
NLTYPE_ANY       2879 ext/pcre/pcrelib/pcre_jit_compile.c if (nltype == NLTYPE_ANY)
NLTYPE_ANY       3075 ext/pcre/pcrelib/pcre_jit_compile.c if (!(hascrorlf || firstline) && (common->nltype == NLTYPE_ANY ||
NLTYPE_ANY       3904 ext/pcre/pcrelib/pcre_jit_compile.c if (common->nltype == NLTYPE_ANY || common->nltype == NLTYPE_ANYCRLF)
NLTYPE_ANY       3909 ext/pcre/pcrelib/pcre_jit_compile.c if (common->nltype == NLTYPE_ANY || common->nltype == NLTYPE_ANYCRLF)
NLTYPE_ANY       9799 ext/pcre/pcrelib/pcre_jit_compile.c     case -1: common->newline = (CHAR_CR << 8) | CHAR_NL; common->nltype = NLTYPE_ANY; break;
NLTYPE_ANY       9808 ext/pcre/pcrelib/pcre_jit_compile.c   case PCRE_NEWLINE_ANY: common->newline = (CHAR_CR << 8) | CHAR_NL; common->nltype = NLTYPE_ANY; break;
NLTYPE_ANY       9817 ext/pcre/pcrelib/pcre_jit_compile.c   common->bsr_nltype = NLTYPE_ANY;
NLTYPE_ANY       9823 ext/pcre/pcrelib/pcre_jit_compile.c   common->bsr_nltype = NLTYPE_ANY;
NLTYPE_ANY       9842 ext/pcre/pcrelib/pcre_jit_compile.c   if (common->nltype == NLTYPE_ANY)
NLTYPE_ANY       9857 ext/pcre/pcrelib/pcre_jit_compile.c   if (common->bsr_nltype == NLTYPE_ANY)