Searched refs:nmatches (Results 1 – 1 of 1) sorted by relevance
306 int nmatches = 0; in grep_file() local463 nmatches++; in grep_file()486 if ((option_mask32 & OPT_m) && nmatches > max_matches) in grep_file()585 && nmatches == max_matches in grep_file()598 printf("%d\n", nmatches); in grep_file()610 return nmatches != 0; /* we return not a count, but a boolean */ in grep_file()