Searched refs:vmThrow (Results 1 – 7 of 7) sorted by relevance
/freebsd/stand/ficl/ |
H A D | testmain.c | 83 vmThrow(pVM, VM_QUIT); in ficlChDir() 113 vmThrow(pVM, VM_QUIT); in ficlSystem() 160 vmThrow(pVM, VM_QUIT); in ficlLoad() 168 vmThrow(pVM, VM_QUIT); in ficlLoad() 204 vmThrow(pVM, VM_USEREXIT); in ficlLoad() 221 vmThrow(pVM, VM_OUTOFTEXT); in spewHash()
|
H A D | tools.c | 556 vmThrow(pVM, VM_RESTART); in stepBreak() 565 vmThrow(pVM, VM_ABORT); in stepBreak() 586 vmThrow(pVM, ret); in stepBreak() 597 vmThrow(pVM, VM_RESTART); in stepBreak() 612 vmThrow(pVM, VM_USEREXIT); in bye()
|
H A D | vm.c | 296 vmThrow(pVM, VM_RESTART); in vmGetWord() 564 void vmThrow(FICL_VM *pVM, int except) in vmThrow() function
|
H A D | words.c | 1614 vmThrow(pVM, VM_OUTOFTEXT); in interpret() 3120 vmThrow(pVM, VM_QUIT); in quit() 3127 vmThrow(pVM, VM_ABORT); in ficlAbort() 3166 vmThrow(pVM, VM_RESTART); in accept() 3453 vmThrow(pVM, result); in evaluate() 4545 vmThrow(pVM, VM_RESTART); in refill() 4678 vmThrow(pVM, except); in ficlThrow() 4746 vmThrow(pVM, VM_INNEREXIT); in ficlExitInner()
|
H A D | ficl.c | 525 vmThrow(pVM, except); in ficlExecXT()
|
H A D | ficl.h | 591 void vmThrow (FICL_VM *pVM, int except);
|
/freebsd/stand/common/ |
H A D | interp_forth.c | 153 vmThrow(vm, result); in bf_command()
|