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

/illumos-gate/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c93 static jmp_buf env_for_exit; variable
130 if (! setjmp (env_for_exit))
267 longjmp (env_for_exit, 1);

Completed in 45 milliseconds