Home
last modified time | relevance | path

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

/NextBSD/sys/boot/ficl/
HDficl.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()
HDwords.c4565 jmp_buf vmState; in ficlCatch() local
4604 pVM->pState = &vmState; in ficlCatch()
4609 except = setjmp(vmState); in ficlCatch()