Searched refs:backrefmax (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist/ |
D | pcretest.c | 4163 int count, backrefmax, first_char_set, need_char_set, okpartial, jchanged, in main() local 4169 new_info(re, NULL, PCRE_INFO_BACKREFMAX, &backrefmax) + in main() 4187 if (backrefmax > 0) in main() 4188 fprintf(outfile, "Max back reference = %d\n", backrefmax); in main()
|