Home
last modified time | relevance | path

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

/freebsd/stand/ficl/
H A Dficl.h728 struct ficl_dict struct
730 CELL *here;
731 FICL_WORD *smudge;
732 FICL_HASH *pForthWords;
733 FICL_HASH *pCompile;
734 FICL_HASH *pSearch[FICL_DEFAULT_VOCS];
735 int nLists;
736 unsigned size; /* Number of cells in dict (total)*/
737 CELL *dict; /* Base of dictionary memory */