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

/freebsd-9.3-release/sys/boot/ficl/
H A Dtestmain.c84 vmThrow(pVM, VM_QUIT);
114 vmThrow(pVM, VM_QUIT);
161 vmThrow(pVM, VM_QUIT);
169 vmThrow(pVM, VM_QUIT);
185 if (result != VM_QUIT && result != VM_USEREXIT && result != VM_OUTOFTEXT )
H A Dficl.c427 case VM_QUIT:
518 case VM_QUIT:
H A Dficl.h569 #define VM_QUIT -56 /* like errexit, but leave pStack & base alone */ macro
H A Dloader.c378 if(rval != VM_QUIT && rval != VM_USEREXIT && rval != VM_OUTOFTEXT)
H A Dwords.c3109 vmThrow(pVM, VM_QUIT);
/freebsd-9.3-release/sys/boot/common/
H A Dinterp_forth.c285 case VM_QUIT:

Completed in 68 milliseconds