Searched refs:IS_NEWLINE (Results 1 – 4 of 4) sorted by relevance
2116 if (!IS_NEWLINE(eptr)) in match()2304 if (IS_NEWLINE(eptr)) RRETURN(MATCH_NOMATCH); in match()4389 if (IS_NEWLINE(eptr)) RRETURN(MATCH_NOMATCH); in match()4642 if (IS_NEWLINE(eptr)) RRETURN(MATCH_NOMATCH); in match()5149 if (ctype == OP_ANY && IS_NEWLINE(eptr)) in match()5274 if (ctype == OP_ANY && IS_NEWLINE(eptr)) in match()5712 if (IS_NEWLINE(eptr)) break; in match()5954 if (IS_NEWLINE(eptr)) break; in match()6757 while (t < md->end_subject && !IS_NEWLINE(t)) in pcre_exec()6765 while (t < md->end_subject && !IS_NEWLINE(t)) t++; in pcre_exec()[all …]
312 #define IS_NEWLINE(p) \ macro
4686 if (IS_NEWLINE(ptr)) /* For non-fixed-length newline cases, */ in compile_branch()5659 if (IS_NEWLINE(p)) /* For non-fixed-length newline cases, */ in compile_branch()
1847 2003/01/24: [impl] change SBCMP() -> IS_NEWLINE() in match_at().
Completed in 57 milliseconds