Searched refs:count_only (Results 1 – 1 of 1) sorted by relevance
206 static BOOL count_only = FALSE; variable1997 else if (count_only) count++; in pcre2grep()2361 if (!show_only_matching && !count_only) in pcre2grep()2378 if (count_only && !quiet) in pcre2grep()2677 case 'c': count_only = TRUE; break; in handle_option()