Home
last modified time | relevance | path

Searched refs:VM_QUIT (Results 1 – 6 of 6) 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()
184 if (result != VM_QUIT && result != VM_USEREXIT && result != VM_OUTOFTEXT ) in ficlLoad()
H A Dficl.c426 case VM_QUIT: in ficlExecC()
517 case VM_QUIT: in ficlExecXT()
H A Dloader.c443 if(rval != VM_QUIT && rval != VM_USEREXIT && rval != VM_OUTOFTEXT) in ficlExecFD()
H A Dficl.h568 #define VM_QUIT -56 /* like errexit, but leave pStack & base alone */ macro
H A Dwords.c3120 vmThrow(pVM, VM_QUIT); in quit()
/freebsd/stand/common/
H A Dinterp_forth.c314 case VM_QUIT: in bf_run()