Searched defs:menu (Results 1 – 13 of 13) sorted by relevance
/scripts/kconfig/ |
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 594 bool menu_has_prompt(struct menu *menu) in menu_has_prompt() 606 bool menu_is_empty(struct menu *menu) in menu_is_empty() 617 bool menu_is_visible(struct menu *menu) in menu_is_visible() 655 const char *menu_get_prompt(struct menu *menu) in menu_get_prompt() 664 struct menu *menu_get_root_menu(struct menu *menu) in menu_get_root_menu() 669 struct menu *menu_get_parent_menu(struct menu *menu) in menu_get_parent_menu() [all …]
|
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
|
D | qconf.cc | 340 bool ConfigList::menuSkip(struct menu *menu) in menuSkip() 383 ConfigItem* ConfigList::findConfigItem(struct menu *menu) in findConfigItem() 397 struct menu *menu; in updateSelection() local 513 struct menu* menu; in changeValue() local 546 void ConfigList::setRootMenu(struct menu *menu) in setRootMenu() 594 void ConfigList::updateMenuList(ConfigItem *parent, struct menu* menu) in updateMenuList() 659 void ConfigList::updateMenuList(struct menu *menu) in updateMenuList() 728 struct menu *menu; in keyPressEvent() local 792 struct menu *menu; in mouseReleaseEvent() local 845 struct menu *menu; in mouseDoubleClickEvent() local [all …]
|
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
|
D | conf.c | 48 static void print_help(struct menu *menu) in print_help() 352 static int conf_string(struct menu *menu) in conf_string() 385 static int conf_sym(struct menu *menu) in conf_sym() 452 static int conf_choice(struct menu *menu) in conf_choice() 567 static void conf(struct menu *menu) in conf() 634 static void check_conf(struct menu *menu) in check_conf()
|
D | gconf.c | 362 static void text_insert_help(struct menu *menu) in text_insert_help() 782 struct menu *menu; in renderer_edited() local 802 static void change_sym_value(struct menu *menu, gint col) in change_sym_value() 842 static void toggle_sym_value(struct menu *menu) in toggle_sym_value() 883 struct menu *menu; in on_treeview2_button_press_event() local 940 struct menu *menu; in on_treeview2_key_press_event() local 982 struct menu *menu; in on_treeview2_cursor_changed() local 1001 struct menu *menu; in on_treeview1_button_press_event() local 1033 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 …]
|
D | mconf.c | 463 static void build_conf(struct menu *menu) in build_conf() 641 static void conf(struct menu *menu, struct menu *active_menu) in conf() 782 static void show_help(struct menu *menu) in show_help() 793 static void conf_choice(struct menu *menu) in conf_choice() 854 static void conf_string(struct menu *menu) in conf_string()
|
D | nconf.c | 463 static int process_special_keys(int *key, struct menu *menu) in process_special_keys() 529 static void item_make(struct menu *menu, char tag, const char *fmt, ...) in item_make() 733 static void build_conf(struct menu *menu) in build_conf() 1064 static void conf(struct menu *menu) in conf() 1212 static void show_help(struct menu *menu) in show_help() 1225 static void conf_choice(struct menu *menu) in conf_choice() 1342 static void conf_string(struct menu *menu) in conf_string()
|
D | qconf.h | 163 struct menu *menu; variable 175 struct menu *menu; variable
|
D | confdata.c | 769 struct menu *menu; in conf_write_defconfig() local 843 struct menu *menu; in conf_write() local
|
D | nconf.gui.c | 204 MENU *menu; in btn_dialog() local
|
D | symbol.c | 1042 struct menu *menu = NULL; in sym_check_print_recursive() local
|
/scripts/kconfig/lxdialog/ |
D | menubox.c | 178 WINDOW *dialog, *menu; in dialog_menu() local
|