Searched refs:IS_NEWLINE (Results 1 – 4 of 4) sorted by relevance
841 if (clen > 0 && !IS_NEWLINE(ptr)) in internal_dfa_match()868 else if (clen == 0 || (IS_NEWLINE(ptr) && ptr == end_subject - mb->nllen)) in internal_dfa_match()879 ((mb->poptions & PCRE2_DOLLAR_ENDONLY) == 0 && IS_NEWLINE(ptr) && in internal_dfa_match()906 ((mb->poptions & PCRE2_DOLLAR_ENDONLY) == 0 && IS_NEWLINE(ptr))) in internal_dfa_match()922 else if (IS_NEWLINE(ptr)) in internal_dfa_match()1125 (d != OP_ANY || !IS_NEWLINE(ptr)) && in internal_dfa_match()1156 (d != OP_ANY || !IS_NEWLINE(ptr)) && in internal_dfa_match()1186 (d != OP_ANY || !IS_NEWLINE(ptr)) && in internal_dfa_match()1214 (d != OP_ANY || !IS_NEWLINE(ptr)) && in internal_dfa_match()1243 (d != OP_ANY || !IS_NEWLINE(ptr)) && in internal_dfa_match()[all …]
2193 if (!IS_NEWLINE(eptr)) in match()2237 (!IS_NEWLINE(eptr) || eptr != mb->end_subject - mb->nllen)) in match()2383 if (IS_NEWLINE(eptr)) RRETURN(MATCH_NOMATCH); in match()4481 if (IS_NEWLINE(eptr)) RRETURN(MATCH_NOMATCH); in match()4734 if (IS_NEWLINE(eptr)) RRETURN(MATCH_NOMATCH); in match()5241 if (ctype == OP_ANY && IS_NEWLINE(eptr)) in match()5366 if (ctype == OP_ANY && IS_NEWLINE(eptr)) in match()5808 if (IS_NEWLINE(eptr)) break; in match()6054 if (IS_NEWLINE(eptr)) break; in match()6816 while (t < mb->end_subject && !IS_NEWLINE(t)) in pcre2_match()[all …]
498 #define IS_NEWLINE(p) \ macro
3069 if (IS_NEWLINE(ptr)) /* For non-fixed-length newline cases, */ in process_verb_name()3286 if (IS_NEWLINE(ptr)) /* For non-fixed-length newline cases, */ in scan_for_captures()4096 if (IS_NEWLINE(ptr)) /* For non-fixed-length newline cases, */ in compile_branch()5126 if (IS_NEWLINE(ptr)) /* For non-fixed-length newline cases, */ in compile_branch()