Lines Matching refs:except
372 int except; in ficlExecC() local
390 except = setjmp(vmState); in ficlExecC()
392 switch (except) in ficlExecC()
410 except = VM_OUTOFTEXT; in ficlExecC()
455 return (except); in ficlExecC()
478 int except; in ficlExecXT() local
496 except = setjmp(vmState); in ficlExecXT()
498 if (except) in ficlExecXT()
503 switch (except) in ficlExecXT()
525 vmThrow(pVM, except); in ficlExecXT()
532 return (except); in ficlExecXT()