Symbol: INVCONTROL
usr/src/tools/cscope-fast/global.h
92
extern INVCONTROL invcontrol; /* inverted file control structure */
usr/src/tools/cscope-fast/invlib.c
518
write_param(INVCONTROL *invcntl)
usr/src/tools/cscope-fast/invlib.c
532
read_superfinger(INVCONTROL *invcntl)
usr/src/tools/cscope-fast/invlib.c
554
read_logblock(INVCONTROL *invcntl, int block)
usr/src/tools/cscope-fast/invlib.c
602
read_next_posting(INVCONTROL *invcntl, POSTING *posting)
usr/src/tools/cscope-fast/invlib.c
616
invopen(INVCONTROL *invcntl, char *invname, char *invpost, int stat)
usr/src/tools/cscope-fast/invlib.c
725
invclose(INVCONTROL *invcntl)
usr/src/tools/cscope-fast/invlib.c
747
invstep(INVCONTROL *invcntl)
usr/src/tools/cscope-fast/invlib.c
762
invforward(INVCONTROL *invcntl)
usr/src/tools/cscope-fast/invlib.c
777
invterm(INVCONTROL *invcntl, char *term)
usr/src/tools/cscope-fast/invlib.c
790
invfind(INVCONTROL *invcntl, char *searchterm)
usr/src/tools/cscope-fast/invlib.c
867
invdump(INVCONTROL *invcntl, char *term)
usr/src/tools/cscope-fast/invlib.c
949
boolfile(INVCONTROL *invcntl, long *num, int bool)
usr/src/tools/cscope-fast/invlib.h
89
extern POSTING *boolfile(INVCONTROL *invcntl, long *num, int bool);
usr/src/tools/cscope-fast/invlib.h
90
extern void invclose(INVCONTROL *invcntl);
usr/src/tools/cscope-fast/invlib.h
91
extern long invfind(INVCONTROL *invcntl, char *searchterm);
usr/src/tools/cscope-fast/invlib.h
92
extern int invforward(INVCONTROL *invcntl);
usr/src/tools/cscope-fast/invlib.h
93
extern int invopen(INVCONTROL *invcntl, char *invname, char *invpost,
usr/src/tools/cscope-fast/invlib.h
95
extern int invterm(INVCONTROL *invcntl, char *term);
usr/src/tools/cscope-fast/main.c
80
INVCONTROL invcontrol; /* inverted file control structure */