Lines Matching refs:IS_NEWLINE
904 if (clen > 0 && !IS_NEWLINE(ptr))
931 else if (clen == 0 || (IS_NEWLINE(ptr) && ptr == end_subject - md->nllen))
942 ((md->poptions & PCRE_DOLLAR_ENDONLY) == 0 && IS_NEWLINE(ptr) &&
969 ((md->poptions & PCRE_DOLLAR_ENDONLY) == 0 && IS_NEWLINE(ptr)))
985 else if (IS_NEWLINE(ptr))
1180 (d != OP_ANY || !IS_NEWLINE(ptr)) &&
1211 (d != OP_ANY || !IS_NEWLINE(ptr)) &&
1241 (d != OP_ANY || !IS_NEWLINE(ptr)) &&
1269 (d != OP_ANY || !IS_NEWLINE(ptr)) &&
1298 (d != OP_ANY || !IS_NEWLINE(ptr)) &&
3449 while (t < md->end_subject && !IS_NEWLINE(t))
3457 while (t < md->end_subject && !IS_NEWLINE(t)) t++;
3644 if (firstline && IS_NEWLINE(current_subject)) break;