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

/illumos-gate/usr/src/tools/cscope-fast/
H A Dmain.c83 BOOL invertedindex; /* the database has an inverted index */ variable
244 invertedindex = NO;
261 invertedindex = YES;
676 invertedindex = YES;
849 invertedindex = NO;
907 if (invertedindex == YES &&
910 invertedindex = NO;
920 if (invertedindex == YES) {
1027 if (oldinvertedindex != invertedindex) {
1031 if (invertedindex
[all...]
H A Dfind.c94 if (invertedindex == YES) {
258 if (invertedindex == YES) {
398 if (invertedindex == YES) {
487 if (invertedindex == YES) {
563 if (invertedindex == YES) {
703 if (invertedindex == YES) {
757 if (invertedindex == YES && field == INCLUDES &&
792 if (isregexp == YES || caseless == YES || invertedindex == YES) {
H A Dcrossref.c193 if (invertedindex) {
245 if (invertedindex) {
H A Dglobal.h93 extern BOOL invertedindex; /* the database has an inverted index */
H A Ddir.c185 invertedindex = YES;

Completed in 50 milliseconds