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

/osnet-11/usr/src/grub/grub2/grub-core/kern/emu/
H A Dmain.c50 static jmp_buf main_env; variable
62 longjmp (main_env, 1);
210 if (setjmp (main_env) == 0)

Completed in 20 milliseconds