Home
last modified time | relevance | path

Searched refs:pExitInner (Results 1 – 3 of 3) sorted by relevance

/freebsd/stand/ficl/
H A Dficl.c484 assert(pVM->pSys->pExitInner); in ficlExecXT()
501 vmPushIP(pVM, &(pVM->pSys->pExitInner)); in ficlExecXT()
H A Dficl.h858 FICL_WORD *pExitInner; member
H A Dwords.c4583 assert(pVM->pSys->pExitInner); in ficlCatch()
4630 vmPushIP(pVM, &(pVM->pSys->pExitInner)); /* Open mouth, insert emetic */ in ficlCatch()
5207 pSys->pExitInner = in ficlCompileCore()