Home
last modified time | relevance | path

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

/freebsd-13-stable/stand/ficl/
HDficl.c402 vmPushIP(pVM, &(pSys->pInterp[0])); in ficlExecC()
501 vmPushIP(pVM, &(pVM->pSys->pExitInner)); in ficlExecXT()
HDvm.c459 void vmPushIP(FICL_VM *pVM, IPTYPE newIP) in vmPushIP() function
HDficl.h585 void vmPushIP (FICL_VM *pVM, IPTYPE newIP);
HDwords.c493 vmPushIP(pVM, tempIP); in colonParen()
2792 vmPushIP(pVM, tempIP); in doDoes()
4630 vmPushIP(pVM, &(pVM->pSys->pExitInner)); /* Open mouth, insert emetic */ in ficlCatch()