Searched refs:vmThrow (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/stand/ficl/ |
| H A D | testmain.c | 84 vmThrow(pVM, VM_QUIT); in ficlChDir() 114 vmThrow(pVM, VM_QUIT); in ficlSystem() 161 vmThrow(pVM, VM_QUIT); in ficlLoad() 169 vmThrow(pVM, VM_QUIT); in ficlLoad() 205 vmThrow(pVM, VM_USEREXIT); in ficlLoad() 222 vmThrow(pVM, VM_OUTOFTEXT); in spewHash()
|
| H A D | tools.c | 557 vmThrow(pVM, VM_RESTART); in stepBreak() 566 vmThrow(pVM, VM_ABORT); in stepBreak() 587 vmThrow(pVM, ret); in stepBreak() 598 vmThrow(pVM, VM_RESTART); in stepBreak() 613 vmThrow(pVM, VM_USEREXIT); in bye()
|
| H A D | vm.c | 297 vmThrow(pVM, VM_RESTART); in vmGetWord() 565 void vmThrow(FICL_VM *pVM, int except) in vmThrow() function
|
| H A D | words.c | 1615 vmThrow(pVM, VM_OUTOFTEXT); in interpret() 3121 vmThrow(pVM, VM_QUIT); in quit() 3128 vmThrow(pVM, VM_ABORT); in ficlAbort() 3167 vmThrow(pVM, VM_RESTART); in accept() 3454 vmThrow(pVM, result); in evaluate() 4546 vmThrow(pVM, VM_RESTART); in refill() 4679 vmThrow(pVM, except); in ficlThrow() 4747 vmThrow(pVM, VM_INNEREXIT); in ficlExitInner()
|
| H A D | ficl.c | 526 vmThrow(pVM, except); in ficlExecXT()
|
| H A D | ficl.h | 592 void vmThrow (FICL_VM *pVM, int except);
|
| /freebsd-13.1/stand/common/ |
| H A D | interp_forth.c | 157 vmThrow(vm, result); in bf_command()
|