Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/cscope-fast/
H A Dinvlib.h93 extern int invopen(INVCONTROL *invcntl, char *invname, char *invpost,
96 extern long invmake(char *invname, char *invpost, FILE *infile);
H A Dmain.c102 static char *invname = INVNAME; /* inverted index to the database */ variable
214 (void) sprintf(path, "%s/%s", home, invname); in main()
215 invname = stralloc(path); in main()
434 (void) strcpy(s, basename(invname)); in main()
720 invname = stralloc(path); in options()
837 "cscope: removed files %s and %s\n", invname, invpost); in removeindex()
838 (void) unlink(invname); in removeindex()
906 invopen(&invcontrol, invname, invpost, INVAVAIL) == -1) { in opendatabase()
1247 movefile(newinvname, invname); in build()
H A Dinvlib.c100 invmake(char *invname, char *invpost, FILE *infile) in invmake() argument
117 if ((outfile = vpfopen(invname, FWRITEP)) == NULL) { in invmake()
118 invcannotopen(invname); in invmake()
121 indexfile = invname; in invmake()
316 invcannotwrite(invname); in invmake()
616 invopen(INVCONTROL *invcntl, char *invname, char *invpost, int stat) in invopen() argument
620 if ((invcntl->invfile = vpfopen(invname, in invopen()
622 invcannotopen(invname); in invopen()
666 shm_key = ftok(invname, 2); in invopen()