Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/cscope-fast/
H A Dfind.c879 (void) invfind(&invcontrol, prefix); in findterm()
888 (void) invforward(&invcontrol); in findterm()
892 (void) invterm(&invcontrol, term); /* get the term */ in findterm()
900 if ((postingp = boolfile(&invcontrol, in findterm()
926 } while (invforward(&invcontrol)); /* while didn't wrap around */ in findterm()
H A Dglobal.h92 extern INVCONTROL invcontrol; /* inverted file control structure */
H A Dmain.c80 INVCONTROL invcontrol; /* inverted file control structure */ variable
906 invopen(&invcontrol, invname, invpost, INVAVAIL) == -1) { in opendatabase()
919 invclose(&invcontrol); in closedatabase()