Searched refs:vmState (Results 1 – 2 of 2) sorted by relevance
373 jmp_buf vmState; in ficlExecC() local389 pVM->pState = &vmState; /* This has to come before the setjmp! */ in ficlExecC()390 except = setjmp(vmState); in ficlExecC()479 jmp_buf vmState; in ficlExecXT() local495 pVM->pState = &vmState; /* This has to come before the setjmp! */ in ficlExecXT()496 except = setjmp(vmState); in ficlExecXT()
4576 jmp_buf vmState; in ficlCatch() local4615 pVM->pState = &vmState; in ficlCatch()4620 except = setjmp(vmState); in ficlCatch()