IS_NEWLINE 4686 ext/pcre/pcrelib/pcre_compile.c if (IS_NEWLINE(ptr)) /* For non-fixed-length newline cases, */ IS_NEWLINE 5659 ext/pcre/pcrelib/pcre_compile.c if (IS_NEWLINE(p)) /* For non-fixed-length newline cases, */ IS_NEWLINE 2116 ext/pcre/pcrelib/pcre_exec.c if (!IS_NEWLINE(eptr)) IS_NEWLINE 2160 ext/pcre/pcrelib/pcre_exec.c (!IS_NEWLINE(eptr) || eptr != md->end_subject - md->nllen)) IS_NEWLINE 2304 ext/pcre/pcrelib/pcre_exec.c if (IS_NEWLINE(eptr)) RRETURN(MATCH_NOMATCH); IS_NEWLINE 4389 ext/pcre/pcrelib/pcre_exec.c if (IS_NEWLINE(eptr)) RRETURN(MATCH_NOMATCH); IS_NEWLINE 4642 ext/pcre/pcrelib/pcre_exec.c if (IS_NEWLINE(eptr)) RRETURN(MATCH_NOMATCH); IS_NEWLINE 5149 ext/pcre/pcrelib/pcre_exec.c if (ctype == OP_ANY && IS_NEWLINE(eptr)) IS_NEWLINE 5274 ext/pcre/pcrelib/pcre_exec.c if (ctype == OP_ANY && IS_NEWLINE(eptr)) IS_NEWLINE 5712 ext/pcre/pcrelib/pcre_exec.c if (IS_NEWLINE(eptr)) break; IS_NEWLINE 5954 ext/pcre/pcrelib/pcre_exec.c if (IS_NEWLINE(eptr)) break; IS_NEWLINE 6757 ext/pcre/pcrelib/pcre_exec.c while (t < md->end_subject && !IS_NEWLINE(t)) IS_NEWLINE 6765 ext/pcre/pcrelib/pcre_exec.c while (t < md->end_subject && !IS_NEWLINE(t)) t++; IS_NEWLINE 7002 ext/pcre/pcrelib/pcre_exec.c if (firstline && IS_NEWLINE(start_match)) break;