Searched refs:vmExecute (Results 1 – 6 of 6) sorted by relevance
/freebsd/stand/ficl/ |
H A D | prefix.c | 104 vmExecute(pVM, pFW); in ficlParsePrefix()
|
H A D | tools.c | 396 vmExecute(pVM, xt); in ficlDebugXT() 401 vmExecute(pVM, xt); in ficlDebugXT()
|
H A D | ficl.c | 506 vmExecute(pVM, pWord); in ficlExecXT()
|
H A D | vm.c | 140 void vmExecute(FICL_VM *pVM, FICL_WORD *pWord) in vmExecute() function
|
H A D | words.c | 1706 vmExecute(pVM, tempFW); in ficlParseWord() 1717 vmExecute(pVM, tempFW); in ficlParseWord() 2543 vmExecute(pVM, pFW); in execute() 3414 vmExecute(pVM, pFW); in environmentQ() 4631 vmExecute(pVM, pFW); in ficlCatch()
|
H A D | ficl.h | 574 void vmExecute (FICL_VM *pVM, FICL_WORD *pWord);
|