Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/cscope-fast/
H A Dfind.c65 static long searchcount; /* count of files searched */ variable
922 if (++searchcount % 50 == 0) { in findterm()
924 searchcount, totalterms); in findterm()
938 if (++searchcount % 10 == 0) { in fileprogress()
939 progress("%ld of %ld files searched", searchcount, in fileprogress()
949 searchcount = 0; in initprogress()
1023 if (++searchcount % 100 == 0) { in getposting()
1025 searchcount, postingsfound); in getposting()