Home
last modified time | relevance | path

Searched refs:VM_ERREXIT (Results 1 – 4 of 4) sorted by relevance

/freebsd/stand/ficl/
H A Dficl.c437 case VM_ERREXIT: in ficlExecC()
518 case VM_ERREXIT: in ficlExecXT()
H A Dvm.c578 longjmp(*(pVM->pState), VM_ERREXIT); in vmThrowErr()
H A Dficl.h564 #define VM_ERREXIT -260 /* interp found an error */ macro
/freebsd/stand/common/
H A Dinterp_forth.c315 case VM_ERREXIT: in bf_run()