Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcretest.c4164 hascrorlf, maxlookbehind, match_empty; in main() local
4181 new_info(re, NULL, PCRE_INFO_MAXLOOKBEHIND, &maxlookbehind) in main()
4190 if (maxlookbehind > 0) in main()
4191 fprintf(outfile, "Max lookbehind = %d\n", maxlookbehind); in main()