Searched refs:WAS_NEWLINE (Results 1 – 3 of 3) sorted by relevance
871 (ptr != end_subject && WAS_NEWLINE(ptr))) in internal_dfa_exec()3496 !WAS_NEWLINE(current_subject)) in pcre_dfa_exec()3505 while (current_subject < end_subject && !WAS_NEWLINE(current_subject)) in pcre_dfa_exec()
2086 (eptr == md->end_subject || !WAS_NEWLINE(eptr))) in match()6790 while (start_match < end_subject && !WAS_NEWLINE(start_match)) in pcre_exec()6799 while (start_match < end_subject && !WAS_NEWLINE(start_match)) in pcre_exec()
326 #define WAS_NEWLINE(p) \ macro