Searched defs:postings (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/cscope-fast/
H A Dmain.c88 char *newinvpost; /* new inverted index postings file name */
93 FILE *postings; /* new inverted index postings */ variable
105 static char *invpost = INVPOST; /* inverted index postings */
1110 if (invertedindex == YES && (postings = fopen(temp1, "w")) == NULL) {
1226 if (fflush(postings) == EOF) {
1230 (void) fstat(fileno(postings), &statstruct);
1234 (void) fclose(postings);
1242 if ((postings = popen(sortcommand, "r")) == NULL) {
1248 postings)) >
[all...]

Completed in 60 milliseconds