Home
last modified time | relevance | path

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

/busybox-1.35.0/scripts/kconfig/
Dmenu.c18 static void menu_warn(struct menu *menu, const char *fmt, ...) in menu_warn()
46 struct menu *menu; in menu_add_entry() local
207 struct menu *menu, *last_menu; in menu_finalize() local
346 bool menu_is_visible(struct menu *menu) in menu_is_visible()
372 const char *menu_get_prompt(struct menu *menu) in menu_get_prompt()
381 struct menu *menu_get_root_menu(struct menu *menu) in menu_get_root_menu()
386 struct menu *menu_get_parent_menu(struct menu *menu) in menu_get_parent_menu()
Dexpr.h113 struct menu *menu; member
127 struct menu { struct
128 struct menu *next; argument
129 struct menu *parent; argument
130 struct menu *list; argument
131 struct symbol *sym;
132 struct property *prompt;
133 struct expr *dep;
134 unsigned int flags;
136 struct file *file;
[all …]
Dconf.c213 int conf_string(struct menu *menu) in conf_string()
244 static int conf_sym(struct menu *menu) in conf_sym()
316 static int conf_choice(struct menu *menu) in conf_choice()
444 static void conf(struct menu *menu) in conf()
506 static void check_conf(struct menu *menu) in check_conf()
Dqconf.cc102 void ConfigList::updateMenuList(P* parent, struct menu* menu) in updateMenuList()
446 struct menu *menu; in updateSelection() local
530 struct menu* menu; in changeValue() local
571 void ConfigList::setRootMenu(struct menu *menu) in setRootMenu()
610 struct menu *menu; in keyPressEvent() local
671 struct menu *menu; in contentsMouseReleaseEvent() local
733 struct menu *menu; in contentsMouseDoubleClickEvent() local
815 QMenuBar* menu; in ConfigMainWindow() local
1022 struct menu* menu = 0; in setHelp() local
1150 void ConfigMainWindow::changeMenu(struct menu *menu) in changeMenu()
[all …]
Dgconf.c463 static void text_insert_help(struct menu *menu) in text_insert_help()
895 struct menu *menu; in renderer_edited() local
916 static void change_sym_value(struct menu *menu, gint col) in change_sym_value()
958 static void toggle_sym_value(struct menu *menu) in toggle_sym_value()
980 struct menu *menu; in renderer_toggled() local
1028 struct menu *menu; in on_treeview2_button_press_event() local
1085 struct menu *menu; in on_treeview2_key_press_event() local
1127 struct menu *menu; in on_treeview2_cursor_changed() local
1146 struct menu *menu; in on_treeview1_button_press_event() local
1178 static gchar **fill_row(struct menu *menu) in fill_row()
[all …]
Dzconf.y47 struct menu *menu; member
562 void print_symbol(FILE *out, struct menu *menu) in print_symbol()
634 struct menu *menu; in zconfdump() local
Dmconf.c381 struct menu *submenu[8], *menu; in get_prompt_str() local
575 static void build_conf(struct menu *menu) in build_conf()
731 static void conf(struct menu *menu) in conf()
865 static void show_help(struct menu *menu) in show_help()
900 static void conf_choice(struct menu *menu) in conf_choice()
952 static void conf_string(struct menu *menu) in conf_string()
Dzconf.gperf14 menu, T_MENU, TF_COMMAND keyword
Dconfdata.c335 struct menu *menu; in conf_write() local
Dkxgettext.c165 void menu_build_message_list(struct menu *menu) in menu_build_message_list()
Dqconf.h202 struct menu *menu; variable
/busybox-1.35.0/scripts/kconfig/lxdialog/
Dmenubox.c188 WINDOW *dialog, *menu; in dialog_menu() local
/busybox-1.35.0/util-linux/
Dfdisk.c901 menu(void) in menu() function