Home
last modified time | relevance | path

Searched refs:hascrorlf (Results 1 - 2 of 2) sorted by relevance

/third_party/pcre2/pcre2/src/
H A Dpcre2test.c4467 hasbackslashc, hascrorlf, jchanged, last_ctype, last_cunit, match_empty, in show_pattern_info() local
4529 pattern_info(PCRE2_INFO_HASCRORLF, &hascrorlf, FALSE) + in show_pattern_info()
4633 if (hascrorlf) fprintf(outfile, "Contains explicit CR or LF match\n"); in show_pattern_info()
H A Dpcre2_jit_compile.c5228 BOOL hascrorlf = (common->re->flags & PCRE2_HASCRORLF) != 0; in mainloop_entry() local
5232 if (!(hascrorlf || (overall_options & PCRE2_FIRSTLINE) != 0) in mainloop_entry()

Completed in 26 milliseconds