Searched refs:WAS_NEWLINE (Results 1 – 2 of 2) sorted by relevance
2071 (eptr == md->end_subject || !WAS_NEWLINE(eptr))) in match()6677 while (start_match < end_subject && !WAS_NEWLINE(start_match)) in pcre_exec()6686 while (start_match < end_subject && !WAS_NEWLINE(start_match)) in pcre_exec()
320 #define WAS_NEWLINE(p) \ macro
Completed in 46 milliseconds