Home
last modified time | relevance | path

Searched defs:ficl_dict (Results 1 – 1 of 1) sorted by relevance

/freebsd-9-stable/sys/boot/ficl/
Dficl.h729 struct ficl_dict struct
731 CELL *here;
732 FICL_WORD *smudge;
733 FICL_HASH *pForthWords;
734 FICL_HASH *pCompile;
735 FICL_HASH *pSearch[FICL_DEFAULT_VOCS];
736 int nLists;
737 unsigned size; /* Number of cells in dict (total)*/
738 CELL *dict; /* Base of dictionary memory */