Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/cscope-fast/
H A Dmain.c86 char *newinvpost; /* new inverted index postings file name */ variable
437 newinvpost = stralloc(path); in main()
850 "cscope: removed files %s and %s\n", newinvname, newinvpost); in cannotindex()
852 (void) unlink(newinvpost); in cannotindex()
1245 if ((totalterms = invmake(newinvname, newinvpost, in build()
1248 movefile(newinvpost, invpost); in build()