Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcretest.c4161 hascrorlf, maxlookbehind, match_empty; in main() local
4176 new_info(re, NULL, PCRE_INFO_HASCRORLF, &hascrorlf) + in main()
4223 if (hascrorlf) fprintf(outfile, "Contains explicit CR or LF match\n"); in main()
Dpcre_jit_compile.c3033 static SLJIT_INLINE struct sljit_label *mainloop_entry(compiler_common *common, BOOL hascrorlf, BOO… in mainloop_entry() argument
3048 if (!(hascrorlf || firstline) && (common->nltype == NLTYPE_ANY || in mainloop_entry()