Home
last modified time | relevance | path

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

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