Home
last modified time | relevance | path

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

/freebsd/stand/ficl/
H A Dficl.c373 jmp_buf vmState; in ficlExecC() local
389 pVM->pState = &vmState; /* This has to come before the setjmp! */ in ficlExecC()
390 except = setjmp(vmState); in ficlExecC()
479 jmp_buf vmState; in ficlExecXT() local
495 pVM->pState = &vmState; /* This has to come before the setjmp! */ in ficlExecXT()
496 except = setjmp(vmState); in ficlExecXT()
H A Dwords.c4576 jmp_buf vmState; in ficlCatch() local
4615 pVM->pState = &vmState; in ficlCatch()
4620 except = setjmp(vmState); in ficlCatch()