Home
last modified time | relevance | path

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

/freebsd/stand/ficl/
H A Dtestmain.c83 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 Dtools.c556 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 Dvm.c296 vmThrow(pVM, VM_RESTART); in vmGetWord()
564 void vmThrow(FICL_VM *pVM, int except) in vmThrow() function
H A Dwords.c1614 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 Dficl.c525 vmThrow(pVM, except); in ficlExecXT()
H A Dficl.h591 void vmThrow (FICL_VM *pVM, int except);
/freebsd/stand/common/
H A Dinterp_forth.c153 vmThrow(vm, result); in bf_command()