Searched refs:wordlistCount (Results 1 - 6 of 6) 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 Dsystem.c448 for (i = (int)dictionary->wordlistCount - 1; (i >= 0) && (!word); --i) {
H A Ddictionary.c626 for (i = (int)dictionary->wordlistCount - 1; (i >= 0) && (!word); --i) {
810 dictionary->wordlistCount = 1;
H A Dtools.c154 pFHash = dictionary->wordlists[dictionary->wordlistCount - 1];
717 ficlHash *hash = dictionary->wordlists[dictionary->wordlistCount - 1];
H A Dvm.c2691 if (dictionary->wordlistCount > FICL_MAX_WORDLISTS) {
2694 } else if (dictionary->wordlistCount < 0) {
H A Dficl.h1360 * wordlistCount -- number of lists in wordlists. wordlistCount-1 is the
1374 int wordlistCount; member in struct:ficlDictionary

Completed in 104 milliseconds