IS_NEWLINE       4673 ext/pcre/pcrelib/pcre_compile.c         if (IS_NEWLINE(ptr))         /* For non-fixed-length newline cases, */
IS_NEWLINE       5619 ext/pcre/pcrelib/pcre_compile.c           if (IS_NEWLINE(p))         /* For non-fixed-length newline cases, */
IS_NEWLINE       2118 ext/pcre/pcrelib/pcre_exec.c       if (!IS_NEWLINE(eptr))
IS_NEWLINE       2162 ext/pcre/pcrelib/pcre_exec.c         (!IS_NEWLINE(eptr) || eptr != md->end_subject - md->nllen))
IS_NEWLINE       2306 ext/pcre/pcrelib/pcre_exec.c     if (IS_NEWLINE(eptr)) RRETURN(MATCH_NOMATCH);
IS_NEWLINE       4391 ext/pcre/pcrelib/pcre_exec.c           if (IS_NEWLINE(eptr)) RRETURN(MATCH_NOMATCH);
IS_NEWLINE       4644 ext/pcre/pcrelib/pcre_exec.c           if (IS_NEWLINE(eptr)) RRETURN(MATCH_NOMATCH);
IS_NEWLINE       5151 ext/pcre/pcrelib/pcre_exec.c           if (ctype == OP_ANY && IS_NEWLINE(eptr))
IS_NEWLINE       5276 ext/pcre/pcrelib/pcre_exec.c           if (ctype == OP_ANY && IS_NEWLINE(eptr))
IS_NEWLINE       5714 ext/pcre/pcrelib/pcre_exec.c             if (IS_NEWLINE(eptr)) break;
IS_NEWLINE       5956 ext/pcre/pcrelib/pcre_exec.c             if (IS_NEWLINE(eptr)) break;
IS_NEWLINE       6758 ext/pcre/pcrelib/pcre_exec.c       while (t < md->end_subject && !IS_NEWLINE(t))
IS_NEWLINE       6766 ext/pcre/pcrelib/pcre_exec.c     while (t < md->end_subject && !IS_NEWLINE(t)) t++;
IS_NEWLINE       7003 ext/pcre/pcrelib/pcre_exec.c   if (firstline && IS_NEWLINE(start_match)) break;