Home | History | Annotate | Download | only in src

Lines Matching refs:IS_NEWLINE

841       if (clen > 0 && !IS_NEWLINE(ptr))
868 else if (clen == 0 || (IS_NEWLINE(ptr) && ptr == end_subject - mb->nllen))
879 ((mb->poptions & PCRE2_DOLLAR_ENDONLY) == 0 && IS_NEWLINE(ptr) &&
906 ((mb->poptions & PCRE2_DOLLAR_ENDONLY) == 0 && IS_NEWLINE(ptr)))
922 else if (IS_NEWLINE(ptr))
1125 (d != OP_ANY || !IS_NEWLINE(ptr)) &&
1156 (d != OP_ANY || !IS_NEWLINE(ptr)) &&
1186 (d != OP_ANY || !IS_NEWLINE(ptr)) &&
1214 (d != OP_ANY || !IS_NEWLINE(ptr)) &&
1243 (d != OP_ANY || !IS_NEWLINE(ptr)) &&
3138 /* We need to have mb pointing to a match block, because the IS_NEWLINE macro
3406 while (t < mb->end_subject && !IS_NEWLINE(t))
3414 while (t < mb->end_subject && !IS_NEWLINE(t)) t++;
3594 if (firstline && IS_NEWLINE(start_match)) break;