Searched refs:count_matches (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/bsd/tre/dist/src/
H A Dagrep.c188 static int count_matches; /* Count matching records. */ variable
464 else if (!count_matches && is_binary > 0)
471 else if (!count_matches)
516 if (count_matches && !best_match && !be_silent)
578 count_matches = 1;
/netbsd-current/external/gpl2/grep/dist/src/
H A Dgrep.c458 static int count_matches; /* Count matching lines. */ variable
972 if (count_matches)
1459 count_matches = 1;
1665 count_matches = 0;
1668 out_quiet = count_matches | done_on_match;

Completed in 263 milliseconds