Home
last modified time | relevance | path

Searched refs:FICL_HASH (Results 1 – 7 of 7) sorted by relevance

/NextBSD/sys/boot/ficl/
HDdict.c391 nAlloc = sizeof (FICL_HASH) + nCells * sizeof (CELL) in dictCreateHashed()
410 FICL_HASH *dictCreateWordlist(FICL_DICT *dp, int nBuckets) in dictCreateWordlist()
412 FICL_HASH *pHash; in dictCreateWordlist()
415 pHash = (FICL_HASH *)dp->here; in dictCreateWordlist()
416 dictAllot(dp, sizeof (FICL_HASH) in dictCreateWordlist()
444 FICL_HASH *pHash; in dictEmpty()
449 pHash = (FICL_HASH *)pDict->here; in dictEmpty()
451 sizeof (FICL_HASH) + (nHash - 1) * sizeof (FICL_WORD *)); in dictEmpty()
479 FICL_HASH *pFHash; in dictHashSummary()
562 FICL_HASH *pHash; in dictLookup()
[all …]
HDsearch.c82 FICL_HASH *pHash = vmGetDict(pVM)->pForthWords; in forthWordlist()
141 FICL_HASH *pHash = stackPopPtr(pVM->pStack); in searchWordlist()
172 FICL_HASH *pHash = stackPopPtr(pVM->pStack); in setCurrent()
241 FICL_HASH *pHash; in ficlWordlist()
303 FICL_HASH *pHash = vmPop(pVM).p; in widGetName()
323 FICL_HASH *pHash = vmPop(pVM).p; in widSetName()
338 FICL_HASH *parent, *child; in setParentWid()
342 child = (FICL_HASH *)stackPopPtr(pVM->pStack); in setParentWid()
343 parent = (FICL_HASH *)stackPopPtr(pVM->pStack); in setParentWid()
HDprefix.c76 FICL_HASH *pHash; in ficlParsePrefix()
86 pHash = (FICL_HASH *)(pFW->param[0].p); in ficlParsePrefix()
161 FICL_HASH *pHash; in ficlCompilePrefix()
162 FICL_HASH *pPrevCompile = dp->pCompile; in ficlCompilePrefix()
HDficl.h690 } FICL_HASH; typedef
692 void hashForget (FICL_HASH *pHash, void *where);
694 void hashInsertWord(FICL_HASH *pHash, FICL_WORD *pFW);
695 FICL_WORD *hashLookup (FICL_HASH *pHash, STRINGINFO si, UNS16 hashCode);
696 void hashReset (FICL_HASH *pHash);
733 FICL_HASH *pForthWords;
734 FICL_HASH *pCompile;
735 FICL_HASH *pSearch[FICL_DEFAULT_VOCS];
763 FICL_HASH *dictCreateWordlist(FICL_DICT *dp, int nBuckets);
HDtools.c698 FICL_HASH *pHash; in forgetWid()
700 pHash = (FICL_HASH *)stackPopPtr(pVM->pStack); in forgetWid()
723 FICL_HASH *pHash = pDict->pCompile; in forget()
742 FICL_HASH *pHash = dp->pSearch[dp->nLists - 1]; in listWords()
819 FICL_HASH *pHash = dp->pForthWords; in listEnv()
HDtestmain.c215 FICL_HASH *pHash = vmGetDict(pVM)->pForthWords; in spewHash()
/NextBSD/sys/boot/ficl/softwords/
HDficlclass.fr39 \ Models a FICL_HASH