Home
last modified time | relevance | path

Searched refs:WAS_NEWLINE (Results 1 – 3 of 3) sorted by relevance

/external/pcre/dist/
Dpcre_dfa_exec.c871 (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()
Dpcre_exec.c2086 (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()
Dpcre_internal.h326 #define WAS_NEWLINE(p) \ macro