Searched refs:count_only (Results 1 – 2 of 2) sorted by relevance
205 parser.set_defaults(count_only=False)282 if args.count_only:296 if args.count_only:
274 static BOOL count_only = FALSE; variable2760 else if (count_only || show_total_count) count++; in pcre2grep()3183 if (only_matching_count == 0 && !(count_only|show_total_count)) in pcre2grep()3200 if (count_only && !quiet) in pcre2grep()3538 case 'c': count_only = TRUE; break; in handle_option()