/openbmc/u-boot/common/ |
H A D | menu.c | 33 struct menu { struct 34 struct menu_item *default_item; argument 45 * An iterator function for menu items. callback will be called for each item argument 53 void *(*callback)(struct menu *, struct menu_item *, void *), in menu_items_iter() argument
|
/openbmc/u-boot/scripts/kconfig/ |
H 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 298 struct menu *menu, *last_menu; in menu_finalize() local 607 bool menu_has_prompt(struct menu *menu) in menu_has_prompt() 619 bool menu_is_empty(struct menu *menu) in menu_is_empty() 630 bool menu_is_visible(struct menu *menu) in menu_is_visible() 668 const char *menu_get_prompt(struct menu *menu) in menu_get_prompt() 677 struct menu *menu_get_root_menu(struct menu *menu) in menu_get_root_menu() 694 bool menu_has_help(struct menu *menu) in menu_has_help() [all …]
|
H A D | expr.h | 196 struct menu *menu; /* the menu the property are associated with member 218 struct menu { struct 220 struct menu *next; argument 223 struct menu *parent; argument 226 struct menu *list; argument 236 * symbol as well as the text for a menu or comment, along with the argument 259 /* The location where the menu node appears in the Kconfig files */ argument 268 * Set on a menu node when the corresponding symbol changes state in some way. argument
|
H A D | conf.c | 47 static void print_help(struct menu *menu) in print_help() 130 static int conf_string(struct menu *menu) in conf_string() 163 static int conf_sym(struct menu *menu) in conf_sym() 230 static int conf_choice(struct menu *menu) in conf_choice() 345 static void conf(struct menu *menu) in conf() 412 static void check_conf(struct menu *menu) in check_conf()
|
H A D | qconf.cc | 350 bool ConfigList::menuSkip(struct menu *menu) in menuSkip() 408 struct menu *menu; in updateSelection() local 502 struct menu* menu; in changeValue() local 538 void ConfigList::setRootMenu(struct menu *menu) in setRootMenu() 720 struct menu *menu; in keyPressEvent() local 781 struct menu *menu; in mouseReleaseEvent() local 842 struct menu *menu; in mouseDoubleClickEvent() local 867 struct menu *menu = NULL; in focusInEvent() local 1346 QMenuBar* menu; in ConfigMainWindow() local 1565 void ConfigMainWindow::changeMenu(struct menu *menu) in changeMenu() [all …]
|
H 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 …]
|
H A D | zconf.y | 42 struct menu *menu; member 643 static void print_symbol(FILE *out, struct menu *menu) in print_symbol() 734 struct menu *menu; in zconfdump() local
|
H A D | mconf.c | 466 static void build_conf(struct menu *menu) in build_conf() 645 static void conf(struct menu *menu, struct menu *active_menu) in conf() 789 static void show_help(struct menu *menu) in show_help() 800 static void conf_choice(struct menu *menu) in conf_choice() 861 static void conf_string(struct menu *menu) in conf_string()
|
H 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() 1221 static void show_help(struct menu *menu) in show_help() 1234 static void conf_choice(struct menu *menu) in conf_choice() 1351 static void conf_string(struct menu *menu) in conf_string()
|
H A D | kxgettext.c | 171 static void menu_build_message_list(struct menu *menu) in menu_build_message_list()
|
H A D | confdata.c | 669 struct menu *menu; in conf_write_defconfig() local 743 struct menu *menu; in conf_write() local
|
/openbmc/linux/scripts/kconfig/ |
H A D | menu.c | 22 void menu_warn(struct menu *menu, const char *fmt, ...) in menu_warn() 50 struct menu *menu; in menu_add_entry() local 172 struct menu *menu = current_entry; in menu_add_prompt() local 287 struct menu *menu, *last_menu; in menu_finalize() local 592 bool menu_has_prompt(struct menu *menu) in menu_has_prompt() 604 bool menu_is_empty(struct menu *menu) in menu_is_empty() 615 bool menu_is_visible(struct menu *menu) in menu_is_visible() 653 const char *menu_get_prompt(struct menu *menu) in menu_get_prompt() 674 bool menu_has_help(struct menu *menu) in menu_has_help() 679 const char *menu_get_help(struct menu *menu) in menu_get_help() [all …]
|
H A D | expr.h | 195 struct menu *menu; /* the menu the property are associated with member 217 struct menu { struct 219 struct menu *next; argument 222 struct menu *parent; argument 225 struct menu *list; argument 235 * symbol as well as the text for a menu or comment, along with the argument 258 /* The location where the menu node appears in the Kconfig files */ argument 267 * Set on a menu node when the corresponding symbol changes state in some way. argument
|
H A D | qconf.cc | 342 bool ConfigList::menuSkip(struct menu *menu) in menuSkip() 399 struct menu *menu; in updateSelection() local 515 struct menu* menu; in changeValue() local 548 void ConfigList::setRootMenu(struct menu *menu) in setRootMenu() 661 void ConfigList::updateMenuList(struct menu *menu) in updateMenuList() 730 struct menu *menu; in keyPressEvent() local 794 struct menu *menu; in mouseReleaseEvent() local 847 struct menu *menu; in mouseDoubleClickEvent() local 875 struct menu *menu = NULL; in focusInEvent() local 1469 QMenu *menu = menuBar()->addMenu("&File"); in ConfigMainWindow() local [all …]
|
H A D | gconf.c | 362 static void text_insert_help(struct menu *menu) in text_insert_help() 779 struct menu *menu; in renderer_edited() local 839 static void toggle_sym_value(struct menu *menu) in toggle_sym_value() 880 struct menu *menu; in on_treeview2_button_press_event() local 937 struct menu *menu; in on_treeview2_key_press_event() local 979 struct menu *menu; in on_treeview2_cursor_changed() local 998 struct menu *menu; in on_treeview1_button_press_event() local 1030 static gchar **fill_row(struct menu *menu) in fill_row() 1221 struct menu *menu; in gtktree_iter_find_node() local 1331 static void display_tree(struct menu *menu) in display_tree() [all …]
|
H A D | conf.c | 49 static void print_help(struct menu *menu) in print_help() 349 static int conf_string(struct menu *menu) in conf_string() 382 static int conf_sym(struct menu *menu) in conf_sym() 449 static int conf_choice(struct menu *menu) in conf_choice() 564 static void conf(struct menu *menu) in conf() 631 static void check_conf(struct menu *menu) in check_conf()
|
H A D | parser.y | 41 struct menu *menu; member 580 static void print_symbol(FILE *out, struct menu *menu) in print_symbol() 675 struct menu *menu; in zconfdump() local
|
H A D | nconf.c | 469 static int process_special_keys(int *key, struct menu *menu) in process_special_keys() 535 static void item_make(struct menu *menu, char tag, const char *fmt, ...) in item_make() 808 static void build_conf(struct menu *menu) in build_conf() 1139 static void conf(struct menu *menu) in conf() 1144 static void selected_conf(struct menu *menu, struct menu *active_menu) in selected_conf() 1307 static void show_help(struct menu *menu) in show_help() 1320 static void conf_choice(struct menu *menu) in conf_choice() 1439 static void conf_string(struct menu *menu) in conf_string()
|
H A D | mconf.c | 370 static void show_help(struct menu *menu) in show_help() 504 static void build_conf(struct menu *menu) in build_conf() 682 static void conf_choice(struct menu *menu) in conf_choice() 743 static void conf_string(struct menu *menu) in conf_string() 837 static void conf(struct menu *menu, struct menu *active_menu) in conf()
|
H A D | qconf.h | 163 struct menu *menu; variable 175 struct menu *menu; variable
|
/openbmc/u-boot/cmd/ |
H A D | bootmenu.c | 29 struct bootmenu_data *menu; /* this bootmenu */ member 80 static void bootmenu_autoboot_loop(struct bootmenu_data *menu, in bootmenu_autoboot_loop() 131 static void bootmenu_loop(struct bootmenu_data *menu, in bootmenu_loop() 191 struct bootmenu_data *menu = data; in bootmenu_choice_entry() local 232 static void bootmenu_destroy(struct bootmenu_data *menu) in bootmenu_destroy() 251 struct bootmenu_data *menu; in bootmenu_create() local 373 struct menu *menu; in bootmenu_show() local 450 struct bootmenu_data *menu; in menu_display_statusline() local
|
/openbmc/linux/tools/perf/ui/browsers/ |
H A D | header.c | 32 static int list_menu__run(struct ui_browser *menu) in list_menu__run() 84 struct ui_browser menu = { in ui__list_menu() local
|
/openbmc/linux/tools/perf/ui/tui/ |
H A D | util.c | 26 static int popup_menu__run(struct ui_browser *menu, int *keyp) in popup_menu__run() 65 struct ui_browser menu = { in ui__popup_menu() local
|
/openbmc/u-boot/scripts/kconfig/lxdialog/ |
H A D | menubox.c | 178 WINDOW *dialog, *menu; in dialog_menu() local
|
/openbmc/linux/scripts/kconfig/lxdialog/ |
H A D | menubox.c | 170 WINDOW *dialog, *menu; in dialog_menu() local
|