/u-boot/common/ |
A D | menu.c | 34 struct menu { struct 35 struct menu_item *default_item; argument 39 void (*display_statusline)(struct menu *); argument 48 * An iterator function for menu items. callback will be called for each item argument 56 void *(*callback)(struct menu *, struct menu_item *, void *), in menu_items_iter() argument 364 void (*display_statusline)(struct menu *), in menu_create()
|
/u-boot/scripts/kconfig/ |
A D | menu.c | 21 void menu_warn(struct menu *menu, const char *fmt, ...) in menu_warn() 49 struct menu *menu; in menu_add_entry() local 146 struct menu *menu = current_entry; in menu_add_prop() local 295 struct menu *menu, *last_menu; in menu_finalize() local 604 bool menu_has_prompt(struct menu *menu) in menu_has_prompt() 616 bool menu_is_empty(struct menu *menu) in menu_is_empty() 627 bool menu_is_visible(struct menu *menu) in menu_is_visible() 665 const char *menu_get_prompt(struct menu *menu) in menu_get_prompt() 674 struct menu *menu_get_root_menu(struct menu *menu) in menu_get_root_menu() 691 bool menu_has_help(struct menu *menu) in menu_has_help() [all …]
|
A D | expr.h | 198 struct menu *menu; /* the menu the property are associated with member 220 struct menu { struct 222 struct menu *next; argument 225 struct menu *parent; argument 228 struct menu *list; argument 238 * symbol as well as the text for a menu or comment, along with the argument 261 /* The location where the menu node appears in the Kconfig files */ argument 270 * Set on a menu node when the corresponding symbol changes state in some way. argument
|
A D | conf.c | 46 static void print_help(struct menu *menu) in print_help() 129 static int conf_string(struct menu *menu) in conf_string() 162 static int conf_sym(struct menu *menu) in conf_sym() 229 static int conf_choice(struct menu *menu) in conf_choice() 344 static void conf(struct menu *menu) in conf() 411 static void check_conf(struct menu *menu) in check_conf()
|
A D | qconf.cc | 341 bool ConfigList::menuSkip(struct menu *menu) in menuSkip() 399 struct menu *menu; in updateSelection() local 493 struct menu* menu; in changeValue() local 529 void ConfigList::setRootMenu(struct menu *menu) in setRootMenu() 711 struct menu *menu; in keyPressEvent() local 772 struct menu *menu; in mouseReleaseEvent() local 833 struct menu *menu; in mouseDoubleClickEvent() local 858 struct menu *menu = NULL; in focusInEvent() local 1336 QMenuBar* menu; in ConfigMainWindow() local 1555 void ConfigMainWindow::changeMenu(struct menu *menu) in changeMenu() [all …]
|
A D | gconf.c | 367 static void text_insert_help(struct menu *menu) in text_insert_help() 786 struct menu *menu; in renderer_edited() local 846 static void toggle_sym_value(struct menu *menu) in toggle_sym_value() 887 struct menu *menu; in on_treeview2_button_press_event() local 944 struct menu *menu; in on_treeview2_key_press_event() local 986 struct menu *menu; in on_treeview2_cursor_changed() local 1005 struct menu *menu; in on_treeview1_button_press_event() local 1037 static gchar **fill_row(struct menu *menu) in fill_row() 1224 struct menu *menu; in gtktree_iter_find_node() local 1334 static void display_tree(struct menu *menu) in display_tree() [all …]
|
A D | zconf.y | 42 struct menu *menu; member 646 static void print_symbol(FILE *out, struct menu *menu) in print_symbol() 741 struct menu *menu; in zconfdump() local
|
A D | mconf.c | 465 static void build_conf(struct menu *menu) in build_conf() 643 static void conf(struct menu *menu, struct menu *active_menu) in conf() 784 static void show_help(struct menu *menu) in show_help() 795 static void conf_choice(struct menu *menu) in conf_choice() 856 static void conf_string(struct menu *menu) in conf_string()
|
A D | nconf.c | 463 static int process_special_keys(int *key, struct menu *menu) in process_special_keys() 525 static void item_make(struct menu *menu, char tag, const char *fmt, ...) in item_make() 735 static void build_conf(struct menu *menu) in build_conf() 1068 static void conf(struct menu *menu) in conf() 1218 static void show_help(struct menu *menu) in show_help() 1231 static void conf_choice(struct menu *menu) in conf_choice() 1348 static void conf_string(struct menu *menu) in conf_string()
|
A D | confdata.c | 706 struct menu *menu; in conf_write_defconfig() local 780 struct menu *menu; in conf_write() local
|
A D | nconf.gui.c | 254 MENU *menu; in btn_dialog() local
|
A D | qconf.h | 187 struct menu *menu; variable
|
A D | symbol.c | 1043 struct menu *menu = NULL; in sym_check_print_recursive() local
|
/u-boot/cmd/ |
A D | bootmenu.c | 32 struct bootmenu_data *menu; /* this bootmenu */ member 84 static void bootmenu_autoboot_loop(struct bootmenu_data *menu, in bootmenu_autoboot_loop() 138 static void bootmenu_loop(struct bootmenu_data *menu, in bootmenu_loop() 216 struct bootmenu_data *menu = data; in bootmenu_choice_entry() local 263 static void bootmenu_destroy(struct bootmenu_data *menu) in bootmenu_destroy() 282 struct bootmenu_data *menu; in bootmenu_create() local 401 struct bootmenu_data *menu; in menu_display_statusline() local 432 struct menu *menu; in bootmenu_show() local
|
A D | pxe_utils.h | 41 char *menu; member
|
/u-boot/scripts/kconfig/lxdialog/ |
A D | menubox.c | 178 WINDOW *dialog, *menu; in dialog_menu() local
|