Home | History | Annotate | Download | only in src

Lines Matching refs:IS_NEWLINE

2193       if (!IS_NEWLINE(eptr))
2237 (!IS_NEWLINE(eptr) || eptr != mb->end_subject - mb->nllen))
2383 if (IS_NEWLINE(eptr)) RRETURN(MATCH_NOMATCH);
4481 if (IS_NEWLINE(eptr)) RRETURN(MATCH_NOMATCH);
4734 if (IS_NEWLINE(eptr)) RRETURN(MATCH_NOMATCH);
5241 if (ctype == OP_ANY && IS_NEWLINE(eptr))
5366 if (ctype == OP_ANY && IS_NEWLINE(eptr))
5808 if (IS_NEWLINE(eptr)) break;
6054 if (IS_NEWLINE(eptr)) break;
6473 /* We need to have mb pointing to a match block, because the IS_NEWLINE macro
6816 while (t < mb->end_subject && !IS_NEWLINE(t))
6824 while (t < mb->end_subject && !IS_NEWLINE(t)) t++;
7066 if (firstline && IS_NEWLINE(start_match)) break;