Lines Matching refs:IS_NEWLINE
2111 if (!IS_NEWLINE(eptr))
2155 (!IS_NEWLINE(eptr) || eptr != md->end_subject - md->nllen))
2299 if (IS_NEWLINE(eptr)) RRETURN(MATCH_NOMATCH);
4384 if (IS_NEWLINE(eptr)) RRETURN(MATCH_NOMATCH);
4637 if (IS_NEWLINE(eptr)) RRETURN(MATCH_NOMATCH);
5144 if (ctype == OP_ANY && IS_NEWLINE(eptr))
5269 if (ctype == OP_ANY && IS_NEWLINE(eptr))
5702 if (IS_NEWLINE(eptr)) break;
5944 if (IS_NEWLINE(eptr)) break;
6746 while (t < md->end_subject && !IS_NEWLINE(t))
6754 while (t < md->end_subject && !IS_NEWLINE(t)) t++;
6991 if (firstline && IS_NEWLINE(start_match)) break;