Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_dfa_exec.c904 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 …]
Dpcre_exec.c2111 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 …]
Dpcre_internal.h312 #define IS_NEWLINE(p) \ macro
Dpcre_compile.c4619 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()