Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/boot/ficl/
Dficl.c389 oldState = pVM->pState; in ficlExecC()
390 pVM->pState = &vmState; /* This has to come before the setjmp! */ in ficlExecC()
454 pVM->pState = oldState; in ficlExecC()
495 oldState = pVM->pState; in ficlExecXT()
496 pVM->pState = &vmState; /* This has to come before the setjmp! */ in ficlExecXT()
525 pVM->pState = oldState; in ficlExecXT()
531 pVM->pState = oldState; in ficlExecXT()
Dvm.c567 if (pVM->pState) in vmThrow()
568 longjmp(*(pVM->pState), except); in vmThrow()
579 longjmp(*(pVM->pState), VM_ERREXIT); in vmThrowErr()
Dficl.h479 jmp_buf *pState; /* crude exception mechanism... */ member
Dwords.c4604 pVM->pState = &vmState; in ficlCatch()
4630 pVM->pState = VM.pState; /* Restore just the setjmp vector */ in ficlCatch()