Searched refs:IS_NEWLINE (Results 1 – 4 of 4) sorted by relevance
982 if (clen > 0 && !IS_NEWLINE(ptr)) in internal_dfa_match()1009 else if (clen == 0 || (IS_NEWLINE(ptr) && ptr == end_subject - mb->nllen)) in internal_dfa_match()1020 ((mb->poptions & PCRE2_DOLLAR_ENDONLY) == 0 && IS_NEWLINE(ptr) && in internal_dfa_match()1047 ((mb->poptions & PCRE2_DOLLAR_ENDONLY) == 0 && IS_NEWLINE(ptr))) in internal_dfa_match()1063 else if (IS_NEWLINE(ptr)) in internal_dfa_match()1266 (d != OP_ANY || !IS_NEWLINE(ptr)) && in internal_dfa_match()1297 (d != OP_ANY || !IS_NEWLINE(ptr)) && in internal_dfa_match()1327 (d != OP_ANY || !IS_NEWLINE(ptr)) && in internal_dfa_match()1355 (d != OP_ANY || !IS_NEWLINE(ptr)) && in internal_dfa_match()1384 (d != OP_ANY || !IS_NEWLINE(ptr)) && in internal_dfa_match()[all …]
860 if (IS_NEWLINE(Feptr)) RRETURN(MATCH_NOMATCH); in match()2776 if (IS_NEWLINE(Feptr)) RRETURN(MATCH_NOMATCH); in match()3029 if (IS_NEWLINE(Feptr)) RRETURN(MATCH_NOMATCH); in match()3538 if (Lctype == OP_ANY && IS_NEWLINE(Feptr)) RRETURN(MATCH_NOMATCH); in match()3665 if (Lctype == OP_ANY && IS_NEWLINE(Feptr)) in match()4110 if (IS_NEWLINE(Feptr)) break; in match()4359 if (IS_NEWLINE(Feptr)) break; in match()5642 (!IS_NEWLINE(Feptr) || Feptr != mb->end_subject - mb->nllen)) in match()5686 if (!IS_NEWLINE(Feptr)) in match()6394 while (t < end_subject && !IS_NEWLINE(t)) in pcre2_match()[all …]
477 #define IS_NEWLINE(p) \ macro
2588 if (IS_NEWLINE(ptr)) /* For non-fixed-length newline cases, */ in parse_regex()