Home
last modified time | relevance | path

Searched refs:VM_QUIT (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/stand/ficl/
Dtestmain.c84 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()
185 if (result != VM_QUIT && result != VM_USEREXIT && result != VM_OUTOFTEXT ) in ficlLoad()
Dficl.c427 case VM_QUIT: in ficlExecC()
518 case VM_QUIT: in ficlExecXT()
Dloader.c445 if(rval != VM_QUIT && rval != VM_USEREXIT && rval != VM_OUTOFTEXT) in ficlExecFD()
Dficl.h569 #define VM_QUIT -56 /* like errexit, but leave pStack & base alone */ macro
Dwords.c3121 vmThrow(pVM, VM_QUIT); in quit()
/freebsd-12-stable/stand/common/
Dinterp_forth.c318 case VM_QUIT: in bf_run()