Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_exec.c2096 if (!IS_NEWLINE(eptr)) in match()
2284 if (IS_NEWLINE(eptr)) RRETURN(MATCH_NOMATCH); in match()
4282 if (IS_NEWLINE(eptr)) RRETURN(MATCH_NOMATCH); in match()
5034 if (ctype == OP_ANY && IS_NEWLINE(eptr)) in match()
5159 if (ctype == OP_ANY && IS_NEWLINE(eptr)) in match()
5559 if (IS_NEWLINE(eptr)) break; in match()
5585 if (IS_NEWLINE(eptr)) break; in match()
5833 if (IS_NEWLINE(eptr)) break; in match()
6633 while (t < md->end_subject && !IS_NEWLINE(t)) in pcre_exec()
6641 while (t < md->end_subject && !IS_NEWLINE(t)) t++; in pcre_exec()
[all …]
H A Dpcre_compile.c1564 if (IS_NEWLINE(ptr)) { ptr += cd->nllen - 1; break; } in find_parens_sub()
3080 if (IS_NEWLINE(ptr)) { ptr += cd->nllen; break; } in check_auto_possessive()
3123 if (IS_NEWLINE(ptr)) { ptr += cd->nllen; break; } in check_auto_possessive()
3940 if (IS_NEWLINE(ptr)) { ptr += cd->nllen - 1; break; } in compile_branch()
H A Dpcre_internal.h306 #define IS_NEWLINE(p) \ macro
/PHP-5.3/ext/mbstring/oniguruma/
H A DHISTORY1618 2003/01/24: [impl] change SBCMP() -> IS_NEWLINE() in match_at().

Completed in 70 milliseconds