Home
last modified time | relevance | path

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

/freebsd/stand/ficl/
H A Dficl.c116 pSys->dp->pForthWords->name = "forth-wordlist"; in ficlInitSystemEx()
119 pSys->envp->pForthWords->name = "environment"; in ficlInitSystemEx()
431 dictEmpty(pSys->localp, pSys->localp->pForthWords->size); in ficlExecC()
445 dictEmpty(pSys->localp, pSys->localp->pForthWords->size); in ficlExecC()
H A Ddict.c455 pDict->pForthWords = pHash; in dictEmpty()
590 FICL_HASH *pHash = ficlGetLoc(pSys)->pForthWords; in ficlLookupLoc()
626 pDict->pCompile = pDict->pForthWords; in dictResetSearchOrder()
628 pDict->pSearch[0] = pDict->pForthWords; in dictResetSearchOrder()
H A Dtestmain.c214 FICL_HASH *pHash = vmGetDict(pVM)->pForthWords; in spewHash()
H A Dsearch.c81 FICL_HASH *pHash = vmGetDict(pVM)->pForthWords; in forthWordlist()
H A Dtools.c818 FICL_HASH *pHash = dp->pForthWords; in listEnv()
H A Dficl.h732 FICL_HASH *pForthWords; member
H A Dwords.c526 dictEmpty(pLoc, pLoc->pForthWords->size); in semicolonCoIm()
2815 dictEmpty(pLoc, pLoc->pForthWords->size); in doesCoIm()