Searched refs:pState (Results 1 – 4 of 4) sorted by relevance
389 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()
567 if (pVM->pState) in vmThrow()568 longjmp(*(pVM->pState), except); in vmThrow()579 longjmp(*(pVM->pState), VM_ERREXIT); in vmThrowErr()
479 jmp_buf *pState; /* crude exception mechanism... */ member
4604 pVM->pState = &vmState; in ficlCatch()4630 pVM->pState = VM.pState; /* Restore just the setjmp vector */ in ficlCatch()