Home
last modified time | relevance | path

Searched refs:vmState (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/stand/ficl/
H A Dficl.c374 jmp_buf vmState; in ficlExecC() local
390 pVM->pState = &vmState; /* This has to come before the setjmp! */ in ficlExecC()
391 except = setjmp(vmState); in ficlExecC()
480 jmp_buf vmState; in ficlExecXT() local
496 pVM->pState = &vmState; /* This has to come before the setjmp! */ in ficlExecXT()
497 except = setjmp(vmState); in ficlExecXT()
H A Dwords.c4577 jmp_buf vmState; in ficlCatch() local
4616 pVM->pState = &vmState; in ficlCatch()
4621 except = setjmp(vmState); in ficlCatch()