HomeSort by relevance Sort by last modified time
    Searched refs:show_menu (Results 1 - 5 of 5) sorted by null

  /bootable/recovery/
screen_ui.h 89 bool show_menu; member in class:ScreenRecoveryUI
screen_ui.cpp 68 show_menu(false),
213 if (show_menu) {
512 show_menu = 1;
522 if (show_menu > 0) {
537 if (show_menu > 0 && text_rows > 0 && text_cols > 0) {
538 show_menu = 0;
  /external/grub/stage2/
stage2.c 264 show_menu = 1;
266 /* If SHOW_MENU is false, don't display the menu until ESC is pressed. */
267 if (! show_menu)
279 show_menu = 1;
305 if (show_menu)
759 show_menu = 1;
shared.h 856 extern int show_menu;
builtins.c 79 int show_menu = 1; variable
    [all...]

Completed in 159 milliseconds