Searched refs:show_menu (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/recovery/ |
| H A D | ui.c | 83 static int show_menu = 0; variable 166 if (show_menu) { in draw_screen_locked() 485 show_menu = 1; in ui_start_menu() 500 if (show_menu > 0) { in ui_menu_select() 519 if (show_menu > 0 && text_rows > 0 && text_cols > 0) { in ui_end_menu() 520 show_menu = 0; in ui_end_menu()
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/ |
| H A D | ui.c | 86 static int show_menu = 0; variable 683 show_menu = 1; in ui_start_menu() 693 if (show_menu > 0) { in ui_menu_select() 716 if (show_menu > 0 && text_rows > 0 && text_cols > 0) { in ui_end_menu() 717 show_menu = 0; in ui_end_menu()
|
| H A D | screen_ui.h | 121 bool show_menu; variable
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | nconf.c | 950 static void show_menu(const char *prompt, const char *instructions, in show_menu() function 1089 show_menu(prompt ? _(prompt) : _("Main Menu"), in conf() 1273 show_menu(prompt ? _(prompt) : _("Choice Menu"), in conf_choice()
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | nconf.c | 950 static void show_menu(const char *prompt, const char *instructions, in show_menu() function 1089 show_menu(prompt ? prompt : "Main Menu", in conf() 1270 show_menu(prompt ? prompt : "Choice Menu", in conf_choice()
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | nconf.c | 950 static void show_menu(const char *prompt, const char *instructions, in show_menu() function 1089 show_menu(prompt ? _(prompt) : _("Main Menu"), in conf() 1273 show_menu(prompt ? _(prompt) : _("Choice Menu"), in conf_choice()
|