Home
last modified time | relevance | path

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

/aosp_15_r20/external/pcre/src/
H A Dpcre2grep.c306 static int only_matching_count; variable
2821 else if (only_matching_count != 0) in pcre2grep()
3202 if (only_matching_count == 0 && !(count_only|show_total_count)) in pcre2grep()
4200 only_matching_count = (only_matching != NULL) + (output_text != NULL) + in main()
4203 if (only_matching_count > 1) in main()
4322 all_matches = do_colour || only_matching_count != 0; in main()