Home
last modified time | relevance | path

Searched refs:vmGetDict (Results 1 – 8 of 8) sorted by relevance

/freebsd-11-stable/stand/ficl/
HDsearch.c60 FICL_DICT *pDict = vmGetDict(pVM); in definitions()
82 FICL_HASH *pHash = vmGetDict(pVM)->pForthWords; in forthWordlist()
96 stackPushPtr(pVM->pStack, vmGetDict(pVM)->pCompile); in getCurrent()
112 FICL_DICT *pDict = vmGetDict(pVM); in getOrder()
173 FICL_DICT *pDict = vmGetDict(pVM); in setCurrent()
196 FICL_DICT *dp = vmGetDict(pVM); in setOrder()
240 FICL_DICT *dp = vmGetDict(pVM); in ficlWordlist()
261 FICL_DICT *dp = vmGetDict(pVM); in searchPop()
283 FICL_DICT *dp = vmGetDict(pVM); in searchPush()
HDwords.c464 FICL_DICT *dp = vmGetDict(pVM); in colon()
517 FICL_DICT *dp = vmGetDict(pVM); in semicolonCoIm()
557 FICL_DICT *dp = vmGetDict(pVM); in exitCoIm()
610 FICL_DICT *dp = vmGetDict(pVM); in constant()
624 FICL_DICT *dp = vmGetDict(pVM); in twoConstant()
1278 FICL_DICT *dp = vmGetDict(pVM); in ifCoIm()
1306 FICL_DICT *dp = vmGetDict(pVM); in elseCoIm()
1330 FICL_DICT *dp = vmGetDict(pVM); in endifCoIm()
1401 dp = vmGetDict(pVM); in endcaseCoIm()
1447 FICL_DICT *dp = vmGetDict(pVM); in ofCoIm()
[all …]
HDtools.c157 FICL_DICT *pd = vmGetDict(pVM); in findEnclosingWord()
191 FICL_DICT *pd = vmGetDict(pVM); in seeColon()
653 FICL_DICT *dp = vmGetDict(pVM); in displayRStack()
697 FICL_DICT *pDict = vmGetDict(pVM); in forgetWid()
722 FICL_DICT *pDict = vmGetDict(pVM); in forget()
741 FICL_DICT *dp = vmGetDict(pVM); in listWords()
HDtestmain.c215 FICL_HASH *pHash = vmGetDict(pVM)->pForthWords; in spewHash()
HDfloat.c301 FICL_DICT *dp = vmGetDict(pVM); in Fconstant()
661 FICL_DICT *dp = vmGetDict(pVM); in fliteralIm()
HDvm.c254 FICL_DICT *vmGetDict(FICL_VM *pVM) in vmGetDict() function
HDdict.c478 FICL_DICT *dp = vmGetDict(pVM); in dictHashSummary()
HDficl.h576 FICL_DICT *vmGetDict (FICL_VM *pVM);