Home
last modified time | relevance | path

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

/titanic_41/usr/src/tools/cscope-fast/
H A Dfind.c881 (void) invfind(&invcontrol, prefix); in findterm()
890 (void) invforward(&invcontrol); in findterm()
894 (void) invterm(&invcontrol, term); /* get the term */ in findterm()
902 if ((postingp = boolfile(&invcontrol, in findterm()
928 } while (invforward(&invcontrol)); /* while didn't wrap around */ in findterm()
H A Dglobal.h92 extern INVCONTROL invcontrol; /* inverted file control structure */
H A Dmain.c82 INVCONTROL invcontrol; /* inverted file control structure */ variable
908 invopen(&invcontrol, invname, invpost, INVAVAIL) == -1) { in opendatabase()
921 invclose(&invcontrol); in closedatabase()