Searched defs:invpost (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/tools/cscope-fast/ |
H A D | invlib.c | 102 invmake(char *invname, char *invpost, FILE *infile) argument 127 if ((fpost = vpfopen(invpost, FWRITE)) == NULL) { 128 invcannotopen(invpost); 131 postingfile = invpost; 618 invopen(INVCONTROL *invcntl, char *invname, char *invpost, int stat) argument 647 if ((invcntl->postfile = vpfopen(invpost, 649 invcannotopen(invpost);
|
H A D | main.c | 105 static char *invpost = INVPOST; /* inverted index postings */ variable 218 (void) sprintf(path, "%s/%s", home, invpost); 219 invpost = stralloc(path); 438 (void) strcpy(s, basename(invpost)); 724 invpost = stralloc(path); 839 "cscope: removed files %s and %s\n", invname, invpost); 841 (void) unlink(invpost); 908 invopen(&invcontrol, invname, invpost, INVAVAIL) == -1) { 1250 movefile(newinvpost, invpost);
|
Completed in 57 milliseconds