Home
last modified time | relevance | path

Searched refs:dictionarySize (Results 1 – 4 of 4) sorted by relevance

/titanic_53/usr/src/common/ficl/
H A Dsystem.c104 ficlInteger dictionarySize; in ficlSystemCreate() local
135 dictionarySize = fsi->dictionarySize; in ficlSystemCreate()
136 if (dictionarySize <= 0) in ficlSystemCreate()
137 dictionarySize = FICL_DEFAULT_DICTIONARY_SIZE; in ficlSystemCreate()
148 (unsigned)dictionarySize, FICL_HASH_SIZE); in ficlSystemCreate()
H A Dficl.h1580 int dictionarySize; /* Size of system's Dictionary, in cells */ member
/titanic_53/usr/src/boot/sys/boot/common/
H A Dinterp_forth.c264 fsi->dictionarySize = BF_DICTSIZE; in bf_init()
/titanic_53/usr/src/common/ficl/emu/
H A Dloader_emu.c757 fsi->dictionarySize = BF_DICTSIZE; in bf_init()