Home
last modified time | relevance | path

Searched defs:menu (Results 1 – 25 of 45) sorted by relevance

12

/kernel/linux/linux-5.10/scripts/kconfig/
Dmenu.c21 void menu_warn(struct menu *menu, const char *fmt, ...) in menu_warn()
49 struct menu *menu; in menu_add_entry() local
171 struct menu *menu = current_entry; in menu_add_prompt() local
308 struct menu *menu, *last_menu; in menu_finalize() local
615 bool menu_has_prompt(struct menu *menu) in menu_has_prompt()
627 bool menu_is_empty(struct menu *menu) in menu_is_empty()
638 bool menu_is_visible(struct menu *menu) in menu_is_visible()
676 const char *menu_get_prompt(struct menu *menu) in menu_get_prompt()
685 struct menu *menu_get_root_menu(struct menu *menu) in menu_get_root_menu()
690 struct menu *menu_get_parent_menu(struct menu *menu) in menu_get_parent_menu()
[all …]
Dexpr.h198 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
Dconf.c49 static void print_help(struct menu *menu) in print_help()
132 static int conf_string(struct menu *menu) in conf_string()
165 static int conf_sym(struct menu *menu) in conf_sym()
232 static int conf_choice(struct menu *menu) in conf_choice()
347 static void conf(struct menu *menu) in conf()
414 static void check_conf(struct menu *menu) in check_conf()
Dqconf.cc338 bool ConfigList::menuSkip(struct menu *menu) in menuSkip()
381 ConfigItem* ConfigList::findConfigItem(struct menu *menu) in findConfigItem()
395 struct menu *menu; in updateSelection() local
511 struct menu* menu; in changeValue() local
544 void ConfigList::setRootMenu(struct menu *menu) in setRootMenu()
592 void ConfigList::updateMenuList(ConfigItem *parent, struct menu* menu) in updateMenuList()
657 void ConfigList::updateMenuList(struct menu *menu) in updateMenuList()
726 struct menu *menu; in keyPressEvent() local
790 struct menu *menu; in mouseReleaseEvent() local
843 struct menu *menu; in mouseDoubleClickEvent() local
[all …]
Dgconf.c366 static void text_insert_help(struct menu *menu) in text_insert_help()
786 struct menu *menu; in renderer_edited() local
806 static void change_sym_value(struct menu *menu, gint col) in change_sym_value()
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()
1162 static void set_node(GtkTreeIter * node, struct menu *menu, gchar ** row) in set_node()
[all …]
Dparser.y40 struct menu *menu; member
589 static void print_symbol(FILE *out, struct menu *menu) in print_symbol()
684 struct menu *menu; in zconfdump() local
Dmconf.c466 static void build_conf(struct menu *menu) in build_conf()
644 static void conf(struct menu *menu, struct menu *active_menu) in conf()
785 static void show_help(struct menu *menu) in show_help()
796 static void conf_choice(struct menu *menu) in conf_choice()
857 static void conf_string(struct menu *menu) in conf_string()
Dnconf.c463 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()
736 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()
Dqconf.h163 struct menu *menu; variable
175 struct menu *menu; variable
/kernel/linux/linux-6.6/scripts/kconfig/
Dmenu.c22 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()
662 struct menu *menu_get_parent_menu(struct menu *menu) in menu_get_parent_menu()
674 bool menu_has_help(struct menu *menu) in menu_has_help()
[all …]
Dexpr.h195 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
Dqconf.cc342 bool ConfigList::menuSkip(struct menu *menu) in menuSkip()
385 ConfigItem* ConfigList::findConfigItem(struct menu *menu) in findConfigItem()
399 struct menu *menu; in updateSelection() local
515 struct menu* menu; in changeValue() local
548 void ConfigList::setRootMenu(struct menu *menu) in setRootMenu()
596 void ConfigList::updateMenuList(ConfigItem *parent, struct menu* menu) in updateMenuList()
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
[all …]
Dgconf.c362 static void text_insert_help(struct menu *menu) in text_insert_help()
779 struct menu *menu; in renderer_edited() local
799 static void change_sym_value(struct menu *menu, gint col) in change_sym_value()
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()
1159 static void set_node(GtkTreeIter * node, struct menu *menu, gchar ** row) in set_node()
[all …]
Dconf.c49 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()
Dparser.y41 struct menu *menu; member
580 static void print_symbol(FILE *out, struct menu *menu) in print_symbol()
675 struct menu *menu; in zconfdump() local
Dnconf.c469 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()
Dmconf.c370 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()
Dqconf.h163 struct menu *menu; variable
175 struct menu *menu; variable
Dconfdata.c824 struct menu *menu; in conf_write_defconfig() local
898 struct menu *menu; in conf_write() local
/kernel/linux/linux-5.10/tools/perf/ui/browsers/
Dheader.c32 static int list_menu__run(struct ui_browser *menu) in list_menu__run()
84 struct ui_browser menu = { in ui__list_menu() local
/kernel/linux/linux-6.6/tools/perf/ui/browsers/
Dheader.c32 static int list_menu__run(struct ui_browser *menu) in list_menu__run()
84 struct ui_browser menu = { in ui__list_menu() local
/kernel/linux/linux-6.6/tools/perf/ui/tui/
Dutil.c26 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
/kernel/linux/linux-5.10/tools/perf/ui/tui/
Dutil.c26 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
/kernel/linux/linux-6.6/scripts/kconfig/lxdialog/
Dmenubox.c170 WINDOW *dialog, *menu; in dialog_menu() local
/kernel/linux/linux-5.10/scripts/kconfig/lxdialog/
Dmenubox.c178 WINDOW *dialog, *menu; in dialog_menu() local

12