Home | History | Annotate | Download | only in grub

Lines Matching full:show_menu

2337 	  Setting of SHOW_MENU is honoured also on dumb
2339 Likely if SHOW_MENU is false, ESC brings her to the
3491 * stage2/stage2.c (run_menu): If SHOW_MENU is zero, print a
3493 If GRUB_TIMEOUT is negative, set SHOW_MENU to one, since the
3496 terminal is dumb, set SHOW_MENU to zero.
3497 If SHOW_MENU is non-zero and the terminal is dumb, enter the
4209 If SHOW_MENU is zero, don't display the menu interface. Instead,
4212 SHOW_MENU to one and break the loop.
4213 Display the menu if SHOW_MENU is true, instead of if
4215 Set SHOW_MENU to one before go to the label `restart'.
4216 * stage2/builtins.c (show_menu): New global variable.
4220 * stage2/shared.h (show_menu): Declared.