Searched refs:hascrorlf (Results 1 – 2 of 2) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2test.c | 3866 hasbackslashc, hascrorlf, jchanged, last_ctype, last_cunit, match_empty, in show_pattern_info() local 3909 pattern_info(PCRE2_INFO_HASCRORLF, &hascrorlf, FALSE) + in show_pattern_info() 3963 if (hascrorlf) fprintf(outfile, "Contains explicit CR or LF match\n"); in show_pattern_info()
|
D | pcre2_jit_compile.c | 3302 static SLJIT_INLINE struct sljit_label *mainloop_entry(compiler_common *common, BOOL hascrorlf, slj… in mainloop_entry() argument 3317 if (!(hascrorlf || (overall_options & PCRE2_FIRSTLINE) != 0) in mainloop_entry()
|