Home
last modified time | relevance | path

Searched refs:IS_NEWLINE (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_exec.c2118 if (!IS_NEWLINE(eptr)) in match()
2306 if (IS_NEWLINE(eptr)) RRETURN(MATCH_NOMATCH); in match()
4391 if (IS_NEWLINE(eptr)) RRETURN(MATCH_NOMATCH); in match()
4644 if (IS_NEWLINE(eptr)) RRETURN(MATCH_NOMATCH); in match()
5151 if (ctype == OP_ANY && IS_NEWLINE(eptr)) in match()
5276 if (ctype == OP_ANY && IS_NEWLINE(eptr)) in match()
5714 if (IS_NEWLINE(eptr)) break; in match()
5956 if (IS_NEWLINE(eptr)) break; in match()
6759 while (t < md->end_subject && !IS_NEWLINE(t)) in pcre_exec()
6767 while (t < md->end_subject && !IS_NEWLINE(t)) t++; in pcre_exec()
[all …]
H A Dpcre_internal.h316 #define IS_NEWLINE(p) \ macro
H A Dpcre_compile.c4688 if (IS_NEWLINE(ptr)) /* For non-fixed-length newline cases, */ in compile_branch()
5661 if (IS_NEWLINE(p)) /* For non-fixed-length newline cases, */ in compile_branch()
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY1823 2003/01/24: [impl] change SBCMP() -> IS_NEWLINE() in match_at().

Completed in 47 milliseconds