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

/illumos-gate/usr/src/common/ficl/
H A Dsystem.c104 ficlInteger dictionarySize; local
135 dictionarySize = fsi->dictionarySize;
136 if (dictionarySize <= 0)
137 dictionarySize = FICL_DEFAULT_DICTIONARY_SIZE;
148 (unsigned)dictionarySize, FICL_HASH_SIZE);
H A Dficl.h1579 int dictionarySize; /* Size of system's Dictionary, in cells */ member in struct:ficlSystemInformation

Completed in 88 milliseconds