Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2test.c4335 hasbackslashc, hascrorlf, jchanged, last_ctype, last_cunit, match_empty, in show_pattern_info() local
4397 pattern_info(PCRE2_INFO_HASCRORLF, &hascrorlf, FALSE) + in show_pattern_info()
4454 if (hascrorlf) fprintf(outfile, "Contains explicit CR or LF match\n"); in show_pattern_info()
Dpcre2_jit_compile.c3702 BOOL hascrorlf = (common->re->flags & PCRE2_HASCRORLF) != 0; in mainloop_entry() local
3706 if (!(hascrorlf || (overall_options & PCRE2_FIRSTLINE) != 0) in mainloop_entry()