Home
last modified time | relevance | path

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

/busybox-1.35.0/findutils/
Dgrep.c306 int nmatches = 0; in grep_file() local
463 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()