Searched refs:tempFW (Results 1 – 2 of 2) sorted by relevance
602 FICL_WORD *tempFW = *(pVM)->ip++; \603 (pVM)->runningWord = tempFW; \604 tempFW->code(pVM);
1681 FICL_WORD *tempFW; in ficlParseWord() local1691 tempFW = ficlLookupLoc(pVM->pSys, si); in ficlParseWord()1695 tempFW = dictLookup(dp, si); in ficlParseWord()1699 if (tempFW != NULL) in ficlParseWord()1701 if (wordIsCompileOnly(tempFW)) in ficlParseWord()1706 vmExecute(pVM, tempFW); in ficlParseWord()1713 if (tempFW != NULL) in ficlParseWord()1715 if (wordIsImmediate(tempFW)) in ficlParseWord()1717 vmExecute(pVM, tempFW); in ficlParseWord()1721 dictAppendCell(dp, LVALUEtoCELL(tempFW)); in ficlParseWord()