Home
last modified time | relevance | path

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

/PHP-5.4/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()
6758 while (t < md->end_subject && !IS_NEWLINE(t)) in pcre_exec()
6766 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.c4673 if (IS_NEWLINE(ptr)) /* For non-fixed-length newline cases, */ in compile_branch()
5619 if (IS_NEWLINE(p)) /* For non-fixed-length newline cases, */ in compile_branch()
/PHP-5.4/ext/mbstring/oniguruma/
H A DHISTORY1618 2003/01/24: [impl] change SBCMP() -> IS_NEWLINE() in match_at().

Completed in 57 milliseconds