Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/cscope-fast/
H A Dmain.c97 long totalterms; /* total inverted index terms */ variable
261 "%ld", &totalterms); in main()
1009 "%ld", &totalterms); in build()
1245 if ((totalterms = invmake(newinvname, newinvpost, in build()
1258 npostings, totalterms); in build()
1320 dboffset += fprintf(newrefs, " -q %.10ld", totalterms); in putheader()
H A Dglobal.h107 extern long totalterms; /* total inverted index terms */
H A Dfind.c924 searchcount, totalterms); in findterm()