Home
last modified time | relevance | path

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

/freebsd-14.2/stand/ficl/
H A Dsearch.c59 FICL_DICT *pDict = vmGetDict(pVM); in definitions()
81 FICL_HASH *pHash = vmGetDict(pVM)->pForthWords; in forthWordlist()
95 stackPushPtr(pVM->pStack, vmGetDict(pVM)->pCompile); in getCurrent()
111 FICL_DICT *pDict = vmGetDict(pVM); in getOrder()
172 FICL_DICT *pDict = vmGetDict(pVM); in setCurrent()
195 FICL_DICT *dp = vmGetDict(pVM); in setOrder()
239 FICL_DICT *dp = vmGetDict(pVM); in ficlWordlist()
260 FICL_DICT *dp = vmGetDict(pVM); in searchPop()
282 FICL_DICT *dp = vmGetDict(pVM); in searchPush()
H A Dwords.c463 FICL_DICT *dp = vmGetDict(pVM); in colon()
516 FICL_DICT *dp = vmGetDict(pVM); in semicolonCoIm()
556 FICL_DICT *dp = vmGetDict(pVM); in exitCoIm()
609 FICL_DICT *dp = vmGetDict(pVM); in constant()
1400 dp = vmGetDict(pVM); in endcaseCoIm()
2385 dp = vmGetDict(pVM); in allot()
2404 dp = vmGetDict(pVM); in here()
2417 dp = vmGetDict(pVM); in comma()
2431 dp = vmGetDict(pVM); in cComma()
2713 dp = vmGetDict(pVM); in sLiteralCoIm()
[all …]
H A Dtools.c156 FICL_DICT *pd = vmGetDict(pVM); in findEnclosingWord()
190 FICL_DICT *pd = vmGetDict(pVM); in seeColon()
652 FICL_DICT *dp = vmGetDict(pVM); in displayRStack()
696 FICL_DICT *pDict = vmGetDict(pVM); in forgetWid()
721 FICL_DICT *pDict = vmGetDict(pVM); in forget()
740 FICL_DICT *dp = vmGetDict(pVM); in listWords()
H A Dtestmain.c214 FICL_HASH *pHash = vmGetDict(pVM)->pForthWords; in spewHash()
H A Dfloat.c300 FICL_DICT *dp = vmGetDict(pVM); in Fconstant()
660 FICL_DICT *dp = vmGetDict(pVM); in fliteralIm()
H A Dvm.c253 FICL_DICT *vmGetDict(FICL_VM *pVM) in vmGetDict() function
H A Ddict.c477 FICL_DICT *dp = vmGetDict(pVM); in dictHashSummary()
H A Dficl.h575 FICL_DICT *vmGetDict (FICL_VM *pVM);