Searched refs:VM_USEREXIT (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/sys/boot/ficl/
H A Dtestmain.c185 if (result != VM_QUIT && result != VM_USEREXIT && result != VM_OUTOFTEXT )
204 if (result == VM_USEREXIT)
205 vmThrow(pVM, VM_USEREXIT);
336 if (ret == VM_USEREXIT)
H A Dficl.c358 ** VM_USEREXIT means that the user executed the "bye" command
422 case VM_USEREXIT:
517 case VM_USEREXIT:
H A Dfileaccess.c252 case VM_USEREXIT:
H A Dficl.h564 #define VM_USEREXIT -259 /* user wants to quit */ macro
958 ** VM_USEREXIT means that the user executed the "bye" command
H A Dloader.c384 if(rval != VM_QUIT && rval != VM_USEREXIT && rval != VM_OUTOFTEXT)
H A Dtools.c609 ** VM_USEREXIT. The rest is up to you.
613 vmThrow(pVM, VM_USEREXIT);
/freebsd-10-stable/sys/boot/common/
H A Dinterp_forth.c311 case VM_USEREXIT:
325 if (result == VM_USEREXIT)

Completed in 254 milliseconds