Searched refs:IS_NEWLINE (Results 1 – 4 of 4) sorted by relevance
904 if (clen > 0 && !IS_NEWLINE(ptr)) in internal_dfa_exec()931 else if (clen == 0 || (IS_NEWLINE(ptr) && ptr == end_subject - md->nllen)) in internal_dfa_exec()942 ((md->poptions & PCRE_DOLLAR_ENDONLY) == 0 && IS_NEWLINE(ptr) && in internal_dfa_exec()969 ((md->poptions & PCRE_DOLLAR_ENDONLY) == 0 && IS_NEWLINE(ptr))) in internal_dfa_exec()985 else if (IS_NEWLINE(ptr)) in internal_dfa_exec()1180 (d != OP_ANY || !IS_NEWLINE(ptr)) && in internal_dfa_exec()1211 (d != OP_ANY || !IS_NEWLINE(ptr)) && in internal_dfa_exec()1241 (d != OP_ANY || !IS_NEWLINE(ptr)) && in internal_dfa_exec()1269 (d != OP_ANY || !IS_NEWLINE(ptr)) && in internal_dfa_exec()1298 (d != OP_ANY || !IS_NEWLINE(ptr)) && in internal_dfa_exec()[all …]
2111 if (!IS_NEWLINE(eptr)) in match()2155 (!IS_NEWLINE(eptr) || eptr != md->end_subject - md->nllen)) in match()2299 if (IS_NEWLINE(eptr)) RRETURN(MATCH_NOMATCH); in match()4384 if (IS_NEWLINE(eptr)) RRETURN(MATCH_NOMATCH); in match()4637 if (IS_NEWLINE(eptr)) RRETURN(MATCH_NOMATCH); in match()5144 if (ctype == OP_ANY && IS_NEWLINE(eptr)) in match()5269 if (ctype == OP_ANY && IS_NEWLINE(eptr)) in match()5702 if (IS_NEWLINE(eptr)) break; in match()5944 if (IS_NEWLINE(eptr)) break; in match()6746 while (t < md->end_subject && !IS_NEWLINE(t)) in pcre_exec()[all …]
312 #define IS_NEWLINE(p) \ macro
4619 if (IS_NEWLINE(ptr)) /* For non-fixed-length newline cases, */ in compile_branch()5559 if (IS_NEWLINE(p)) /* For non-fixed-length newline cases, */ in compile_branch()