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

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

Completed in 221 milliseconds