Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/cscope-fast/
H A Dcrossref.c59 long npostings; /* number of postings */ variable
407 ++npostings; in putposting()
H A Dfind.c856 npostings = 0; /* will be non-zero after database built */ in findterm()
901 &npostings, OR)) == NULL) { in findterm()
930 postingsfound = npostings; in findterm()
1019 if (npostings-- <= 0) { in getposting()
H A Dglobal.h122 extern long npostings; /* number of postings */
H A Dmain.c921 npostings = 0; in closedatabase()
1258 npostings, totalterms); in build()