Lines Matching refs:vmGetDict
464 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()
1490 FICL_DICT *dp = vmGetDict(pVM); in endofCoIm()
1533 FICL_DICT *dp = vmGetDict(pVM); in fallthroughCoIm()
1681 FICL_DICT *dp = vmGetDict(pVM); in ficlParseWord()
1772 FICL_DICT *pd = vmGetDict(pVM); in addParseStep()
1824 FICL_DICT *dp = vmGetDict(pVM); in literalIm()
1836 FICL_DICT *dp = vmGetDict(pVM); in twoLiteralIm()
2020 FICL_DICT *dp = vmGetDict(pVM); in doCoIm()
2060 FICL_DICT *dp = vmGetDict(pVM); in qDoCoIm()
2130 FICL_DICT *dp = vmGetDict(pVM); in loopCoIm()
2143 FICL_DICT *dp = vmGetDict(pVM); in plusLoopCoIm()
2321 FICL_DICT *dp = vmGetDict(pVM); in variable()
2332 FICL_DICT *dp = vmGetDict(pVM); in twoVariable()
2386 dp = vmGetDict(pVM); in allot()
2405 dp = vmGetDict(pVM); in here()
2418 dp = vmGetDict(pVM); in comma()
2432 dp = vmGetDict(pVM); in cComma()
2479 pFW = dictLookup(vmGetDict(pVM), si); in ficlTick()
2508 FICL_DICT *dp = vmGetDict(pVM); in postponeCoIm()
2560 dictSetImmediate(vmGetDict(pVM)); in immediate()
2568 dictSetFlags(vmGetDict(pVM), FW_COMPILE, 0); in compileOnly()
2576 dictSetFlags(vmGetDict(pVM), FW_ISOBJECT, 0); in setObjectFlag()
2606 FICL_DICT *dp = vmGetDict(pVM); in cstringQuoteIm()
2658 FICL_DICT *dp = vmGetDict(pVM); in dotQuoteCoIm()
2714 dp = vmGetDict(pVM); in sLiteralCoIm()
2771 FICL_DICT *dp = vmGetDict(pVM); in create()
2800 FICL_DICT *dp = vmGetDict(pVM); in doesParen()
2810 FICL_DICT *dp = vmGetDict(pVM); in doesCoIm()
2887 FICL_DICT *pDict = vmGetDict(pVM); in getLastWord()
3193 FICL_DICT *dp = vmGetDict(pVM); in align()
3228 FICL_DICT *dp = vmGetDict(pVM); in beginCoIm()
3235 FICL_DICT *dp = vmGetDict(pVM); in untilCoIm()
3246 FICL_DICT *dp = vmGetDict(pVM); in whileCoIm()
3259 FICL_DICT *dp = vmGetDict(pVM); in repeatCoIm()
3274 FICL_DICT *dp = vmGetDict(pVM); in againCoIm()
3470 FICL_DICT *dp = vmGetDict(pVM); in stringQuoteIm()
3647 pFW = dictLookup(vmGetDict(pVM), si); in do_find()
3975 FICL_DICT *pDict = vmGetDict(pVM); in recurseCoIm()
4055 FICL_DICT *dp = vmGetDict(pVM); in colonNoName()
4097 FICL_DICT *dp = vmGetDict(pVM); in userVariable()
4125 FICL_DICT *dp = vmGetDict(pVM); in toValue()
4253 FICL_DICT *pDict = vmGetDict(pVM); in doLocalIm()
4312 pDict = vmGetDict(pVM); in localParen()
4368 FICL_DICT *pDict = vmGetDict(pVM); in do2LocalIm()
4396 FICL_DICT *pDict = vmGetDict(pVM); in twoLocalParen()