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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_dfa_exec.c871 (ptr != end_subject && WAS_NEWLINE(ptr)))
3497 !WAS_NEWLINE(current_subject))
3506 while (current_subject < end_subject && !WAS_NEWLINE(current_subject))
H A Dpcre_internal.h326 #define WAS_NEWLINE(p) \ macro
H A Dpcre_exec.c2093 (eptr == md->end_subject || !WAS_NEWLINE(eptr)))
6803 while (start_match < end_subject && !WAS_NEWLINE(start_match))
6812 while (start_match < end_subject && !WAS_NEWLINE(start_match))

Completed in 73 milliseconds