Home
last modified time | relevance | path

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

/freebsd-12.1/stand/ficl/
H A Dficl.c403 vmPushIP(pVM, &(pSys->pInterp[0])); in ficlExecC()
502 vmPushIP(pVM, &(pVM->pSys->pExitInner)); in ficlExecXT()
H A Dvm.c460 void vmPushIP(FICL_VM *pVM, IPTYPE newIP) in vmPushIP() function
H A Dficl.h586 void vmPushIP (FICL_VM *pVM, IPTYPE newIP);
H A Dwords.c494 vmPushIP(pVM, tempIP); in colonParen()
2793 vmPushIP(pVM, tempIP); in doDoes()
4631 vmPushIP(pVM, &(pVM->pSys->pExitInner)); /* Open mouth, insert emetic */ in ficlCatch()