Home
last modified time | relevance | path

Searched refs:invertedindex (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/tools/cscope-fast/
H A Dmain.c242 invertedindex = NO; in main()
259 invertedindex = YES; in main()
674 invertedindex = YES; in options()
847 invertedindex = NO; in cannotindex()
905 if (invertedindex == YES && in opendatabase()
908 invertedindex = NO; in opendatabase()
918 if (invertedindex == YES) { in closedatabase()
1129 if (invertedindex == YES) { in build()
1191 if (invertedindex == YES) { in build()
1221 if (invertedindex == YES) { in build()
[all …]
H A Dfind.c92 if (invertedindex == YES) { in findsymbol()
256 if (invertedindex == YES) { in finddef()
396 if (invertedindex == YES) { in findcalledby()
485 if (invertedindex == YES) { in findcalling()
561 if (invertedindex == YES) { in findassignments()
701 if (invertedindex == YES) { in findinclude()
755 if (invertedindex == YES && field == INCLUDES && in findinit()
790 if (isregexp == YES || caseless == YES || invertedindex == YES) { in findinit()
H A Dcrossref.c191 if (invertedindex) { in putfilename()
243 if (invertedindex) { in putcrossref()
H A Dglobal.h93 extern BOOL invertedindex; /* the database has an inverted index */
H A Ddir.c183 invertedindex = YES; in makefilelist()