Searched refs:vmThrow (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/stand/ficl/
H A Dtestmain.c83 vmThrow(pVM, VM_QUIT);
113 vmThrow(pVM, VM_QUIT);
160 vmThrow(pVM, VM_QUIT);
168 vmThrow(pVM, VM_QUIT);
204 vmThrow(pVM, VM_USEREXIT);
221 vmThrow(pVM, VM_OUTOFTEXT);
H A Dtools.c556 vmThrow(pVM, VM_RESTART);
565 vmThrow(pVM, VM_ABORT);
586 vmThrow(pVM, ret);
597 vmThrow(pVM, VM_RESTART);
612 vmThrow(pVM, VM_USEREXIT);
H A Dvm.c154 ** until something does vmThrow. The catcher for this is expected to exist
156 ** vmThrow gets you out of this loop with a longjmp()
296 vmThrow(pVM, VM_RESTART);
564 void vmThrow(FICL_VM *pVM, int except) function
H A Dficl.c525 vmThrow(pVM, except);
H A Dwords.c1614 vmThrow(pVM, VM_OUTOFTEXT);
3120 vmThrow(pVM, VM_QUIT);
3127 vmThrow(pVM, VM_ABORT);
3166 vmThrow(pVM, VM_RESTART);
3453 vmThrow(pVM, result);
4545 vmThrow(pVM, VM_RESTART);
4678 vmThrow(pVM, except);
4746 vmThrow(pVM, VM_INNEREXIT);
H A Dficl.h558 ** Exit codes for vmThrow
591 void vmThrow (FICL_VM *pVM, int except);
/freebsd-current/stand/common/
H A Dinterp_forth.c153 vmThrow(vm, result);

Completed in 137 milliseconds