IS_NEWLINE       2022 ext/pcre/pcrelib/pcre_compile.c         if (IS_NEWLINE(ptr)) { ptr += cd->nllen; break; }
IS_NEWLINE       2059 ext/pcre/pcrelib/pcre_compile.c         if (IS_NEWLINE(ptr)) { ptr += cd->nllen; break; }
IS_NEWLINE       2551 ext/pcre/pcrelib/pcre_compile.c         if (IS_NEWLINE(ptr)) { ptr += cd->nllen - 1; break; }
IS_NEWLINE       1337 ext/pcre/pcrelib/pcre_exec.c         { if (!IS_NEWLINE(eptr)) RRETURN(MATCH_NOMATCH); }
IS_NEWLINE       1349 ext/pcre/pcrelib/pcre_exec.c             (!IS_NEWLINE(eptr) || eptr != md->end_subject - md->nllen))
IS_NEWLINE       1368 ext/pcre/pcrelib/pcre_exec.c         (!IS_NEWLINE(eptr) || eptr != md->end_subject - md->nllen))
IS_NEWLINE       1424 ext/pcre/pcrelib/pcre_exec.c       if (IS_NEWLINE(eptr)) RRETURN(MATCH_NOMATCH);
IS_NEWLINE       2937 ext/pcre/pcrelib/pcre_exec.c                ((ims & PCRE_DOTALL) == 0 && IS_NEWLINE(eptr)))
IS_NEWLINE       3156 ext/pcre/pcrelib/pcre_exec.c             if (IS_NEWLINE(eptr)) RRETURN(MATCH_NOMATCH);
IS_NEWLINE       3418 ext/pcre/pcrelib/pcre_exec.c                 IS_NEWLINE(eptr)))
IS_NEWLINE       3578 ext/pcre/pcrelib/pcre_exec.c                ((ims & PCRE_DOTALL) == 0 && IS_NEWLINE(eptr)))
IS_NEWLINE       3844 ext/pcre/pcrelib/pcre_exec.c                 if (eptr >= md->end_subject || IS_NEWLINE(eptr)) break;
IS_NEWLINE       3868 ext/pcre/pcrelib/pcre_exec.c                 if (eptr >= md->end_subject || IS_NEWLINE(eptr)) break;
IS_NEWLINE       4069 ext/pcre/pcrelib/pcre_exec.c               if (eptr >= md->end_subject || IS_NEWLINE(eptr)) break;
IS_NEWLINE       4660 ext/pcre/pcrelib/pcre_exec.c     while (t < md->end_subject && !IS_NEWLINE(t)) t++;
IS_NEWLINE       4830 ext/pcre/pcrelib/pcre_exec.c   if (firstline && IS_NEWLINE(start_match)) break;