Home
last modified time | relevance | path

Searched refs:vmPushIP (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/boot/ficl/
HDficl.c403 vmPushIP(pVM, &(pSys->pInterp[0])); in ficlExecC()
502 vmPushIP(pVM, &(pVM->pSys->pExitInner)); in ficlExecXT()
HDvm.c460 void vmPushIP(FICL_VM *pVM, IPTYPE newIP) in vmPushIP() function
HDficl.h586 void vmPushIP (FICL_VM *pVM, IPTYPE newIP);
HDwords.c494 vmPushIP(pVM, tempIP); in colonParen()
2781 vmPushIP(pVM, tempIP); in doDoes()
4619 vmPushIP(pVM, &(pVM->pSys->pExitInner)); /* Open mouth, insert emetic */ in ficlCatch()