Home
last modified time | relevance | path

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

/titanic_41/usr/src/tools/cscope-fast/
H A Dinvlib.h95 extern int invopen(INVCONTROL *invcntl, char *invname, char *invpost,
98 extern long invmake(char *invname, char *invpost, FILE *infile);
H A Dmain.c104 static char *invname = INVNAME; /* inverted index to the database */ variable
216 (void) sprintf(path, "%s/%s", home, invname); in main()
217 invname = stralloc(path); in main()
436 (void) strcpy(s, basename(invname)); in main()
722 invname = stralloc(path); in options()
839 "cscope: removed files %s and %s\n", invname, invpost); in removeindex()
840 (void) unlink(invname); in removeindex()
908 invopen(&invcontrol, invname, invpost, INVAVAIL) == -1) { in opendatabase()
1249 movefile(newinvname, invname); in build()
H A Dinvlib.c102 invmake(char *invname, char *invpost, FILE *infile) in invmake() argument
119 if ((outfile = vpfopen(invname, FWRITEP)) == NULL) { in invmake()
120 invcannotopen(invname); in invmake()
123 indexfile = invname; in invmake()
318 invcannotwrite(invname); in invmake()
618 invopen(INVCONTROL *invcntl, char *invname, char *invpost, int stat) in invopen() argument
622 if ((invcntl->invfile = vpfopen(invname, in invopen()
624 invcannotopen(invname); in invopen()
668 shm_key = ftok(invname, 2); in invopen()