Searched defs:wordlistCount (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/ficl/
H A Dsearch.c61 if (dictionary->wordlistCount < 1) {
66 dictionary->wordlists[dictionary->wordlistCount-1];
110 int wordlistCount = dictionary->wordlistCount; local
114 for (i = 0; i < wordlistCount; i++) {
118 ficlStackPushUnsigned(vm->dataStack, wordlistCount);
185 int wordlistCount = ficlStackPopInteger(vm->dataStack); local
188 if (wordlistCount > FICL_MAX_WORDLISTS) {
195 if (wordlistCount >= 0) {
196 dictionary->wordlistCount
246 int wordlistCount; local
[all...]
H A Dficl.h1360 * wordlistCount -- number of lists in wordlists. wordlistCount-1 is the
1374 int wordlistCount; member in struct:ficlDictionary

Completed in 63 milliseconds