IS_NEWLINE       1564 ext/pcre/pcrelib/pcre_compile.c       if (IS_NEWLINE(ptr)) { ptr += cd->nllen - 1; break; }
IS_NEWLINE       3080 ext/pcre/pcrelib/pcre_compile.c         if (IS_NEWLINE(ptr)) { ptr += cd->nllen; break; }
IS_NEWLINE       3123 ext/pcre/pcrelib/pcre_compile.c         if (IS_NEWLINE(ptr)) { ptr += cd->nllen; break; }
IS_NEWLINE       3940 ext/pcre/pcrelib/pcre_compile.c         if (IS_NEWLINE(ptr)) { ptr += cd->nllen - 1; break; }
IS_NEWLINE       2096 ext/pcre/pcrelib/pcre_exec.c       if (!IS_NEWLINE(eptr))
IS_NEWLINE       2140 ext/pcre/pcrelib/pcre_exec.c         (!IS_NEWLINE(eptr) || eptr != md->end_subject - md->nllen))
IS_NEWLINE       2284 ext/pcre/pcrelib/pcre_exec.c     if (IS_NEWLINE(eptr)) RRETURN(MATCH_NOMATCH);
IS_NEWLINE       4282 ext/pcre/pcrelib/pcre_exec.c           if (IS_NEWLINE(eptr)) RRETURN(MATCH_NOMATCH);
IS_NEWLINE       4540 ext/pcre/pcrelib/pcre_exec.c           if (IS_NEWLINE(eptr)) RRETURN(MATCH_NOMATCH);
IS_NEWLINE       5034 ext/pcre/pcrelib/pcre_exec.c           if (ctype == OP_ANY && IS_NEWLINE(eptr))
IS_NEWLINE       5159 ext/pcre/pcrelib/pcre_exec.c           if (ctype == OP_ANY && IS_NEWLINE(eptr))
IS_NEWLINE       5559 ext/pcre/pcrelib/pcre_exec.c               if (IS_NEWLINE(eptr)) break;
IS_NEWLINE       5585 ext/pcre/pcrelib/pcre_exec.c               if (IS_NEWLINE(eptr)) break;
IS_NEWLINE       5833 ext/pcre/pcrelib/pcre_exec.c             if (IS_NEWLINE(eptr)) break;
IS_NEWLINE       6633 ext/pcre/pcrelib/pcre_exec.c       while (t < md->end_subject && !IS_NEWLINE(t))
IS_NEWLINE       6641 ext/pcre/pcrelib/pcre_exec.c     while (t < md->end_subject && !IS_NEWLINE(t)) t++;
IS_NEWLINE       6883 ext/pcre/pcrelib/pcre_exec.c   if (firstline && IS_NEWLINE(start_match)) break;