Lines Matching refs:pHash
698 FICL_HASH *pHash; in forgetWid() local
700 pHash = (FICL_HASH *)stackPopPtr(pVM->pStack); in forgetWid()
701 hashForget(pHash, pDict->here); in forgetWid()
723 FICL_HASH *pHash = pDict->pCompile; in forget() local
727 hashForget(pHash, where); in forget()
742 FICL_HASH *pHash = dp->pSearch[dp->nLists - 1]; in listWords() local
752 for (i = 0; i < pHash->size; i++) in listWords()
754 for (wp = pHash->table[i]; wp != NULL; wp = wp->link, nWords++) in listWords()
819 FICL_HASH *pHash = dp->pForthWords; in listEnv() local
824 for (i = 0; i < pHash->size; i++) in listEnv()
826 for (wp = pHash->table[i]; wp != NULL; wp = wp->link, nWords++) in listEnv()