Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_exec.c2093 (eptr == md->end_subject || !WAS_NEWLINE(eptr))) in match()
6803 while (start_match < end_subject && !WAS_NEWLINE(start_match)) in pcre_exec()
6812 while (start_match < end_subject && !WAS_NEWLINE(start_match)) in pcre_exec()
H A Dpcre_internal.h330 #define WAS_NEWLINE(p) \ macro

Completed in 27 milliseconds