Searched refs:vmState (Results 1 – 2 of 2) sorted by relevance
374 jmp_buf vmState; in ficlExecC() local390 pVM->pState = &vmState; /* This has to come before the setjmp! */ in ficlExecC()391 except = setjmp(vmState); in ficlExecC()480 jmp_buf vmState; in ficlExecXT() local496 pVM->pState = &vmState; /* This has to come before the setjmp! */ in ficlExecXT()497 except = setjmp(vmState); in ficlExecXT()
4565 jmp_buf vmState; in ficlCatch() local4604 pVM->pState = &vmState; in ficlCatch()4609 except = setjmp(vmState); in ficlCatch()