Home
last modified time | relevance | path

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

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