Lines Matching refs:IS_NEWLINE
2116 if (!IS_NEWLINE(eptr)) in match()
2160 (!IS_NEWLINE(eptr) || eptr != md->end_subject - md->nllen)) in match()
2304 if (IS_NEWLINE(eptr)) RRETURN(MATCH_NOMATCH); in match()
4389 if (IS_NEWLINE(eptr)) RRETURN(MATCH_NOMATCH); in match()
4642 if (IS_NEWLINE(eptr)) RRETURN(MATCH_NOMATCH); in match()
5149 if (ctype == OP_ANY && IS_NEWLINE(eptr)) in match()
5274 if (ctype == OP_ANY && IS_NEWLINE(eptr)) in match()
5712 if (IS_NEWLINE(eptr)) break; in match()
5954 if (IS_NEWLINE(eptr)) break; in match()
6757 while (t < md->end_subject && !IS_NEWLINE(t)) in pcre_exec()
6765 while (t < md->end_subject && !IS_NEWLINE(t)) t++; in pcre_exec()
7002 if (firstline && IS_NEWLINE(start_match)) break; in pcre_exec()