Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2test.c4334 uint32_t backrefmax, bsr_convention, capture_count, first_ctype, first_cunit, in show_pattern_info() local
4390 if (pattern_info(PCRE2_INFO_BACKREFMAX, &backrefmax, FALSE) + in show_pattern_info()
4412 if (backrefmax > 0) in show_pattern_info()
4413 fprintf(outfile, "Max back reference = %d\n", backrefmax); in show_pattern_info()