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

/illumos-gate/usr/src/tools/cscope-fast/
H A Dfind.c67 static long searchcount; /* count of files searched */ variable
924 if (++searchcount % 50 == 0) {
926 searchcount, totalterms);
940 if (++searchcount % 10 == 0) {
941 progress("%ld of %ld files searched", searchcount,
951 searchcount = 0;
1025 if (++searchcount % 100 == 0) {
1027 searchcount, postingsfound);

Completed in 57 milliseconds