Home
last modified time | relevance | path

Searched refs:VM_OUTOFTEXT (Results 1 – 8 of 8) sorted by relevance

/freebsd-13-stable/stand/ficl/
HDtestmain.c184 if (result != VM_QUIT && result != VM_USEREXIT && result != VM_OUTOFTEXT ) in ficlLoad()
221 vmThrow(pVM, VM_OUTOFTEXT); in spewHash()
HDficl.c410 except = VM_OUTOFTEXT; in ficlExecC()
413 case VM_OUTOFTEXT: in ficlExecC()
515 case VM_OUTOFTEXT: in ficlExecXT()
HDfileaccess.c214 int result = VM_OUTOFTEXT; in ficlIncludeFile()
257 case VM_OUTOFTEXT: in ficlIncludeFile()
HDloader.c600 int nLine = 0, rval = VM_OUTOFTEXT; in ficlExecFD()
621 if(rval != VM_QUIT && rval != VM_USEREXIT && rval != VM_OUTOFTEXT) in ficlExecFD()
HDtools.c579 if (ret == VM_OUTOFTEXT) in stepBreak()
HDficl.h561 #define VM_OUTOFTEXT -257 /* hungry - normal exit */ macro
HDwords.c1614 vmThrow(pVM, VM_OUTOFTEXT); in interpret()
3452 if (result != VM_OUTOFTEXT) in evaluate()
/freebsd-13-stable/stand/common/
HDinterp_forth.c313 case VM_OUTOFTEXT: in bf_run()
438 if (res != VM_OUTOFTEXT) { in interp_include()