Searched defs:menu (Results 1 – 14 of 14) sorted by relevance
/scripts/kconfig/ |
A D | menu.c | 70 struct menu *menu; in menu_add_entry() local 194 struct menu *menu = current_entry; in menu_add_prompt() local 297 struct menu *menu, *last_menu; in _menu_finalize() local 512 bool menu_has_prompt(const struct menu *menu) in menu_has_prompt() 524 bool menu_is_empty(struct menu *menu) in menu_is_empty() 535 bool menu_is_visible(struct menu *menu) in menu_is_visible() 569 const char *menu_get_prompt(const struct menu *menu) in menu_get_prompt() 583 struct menu *menu_get_parent_menu(struct menu *menu) in menu_get_parent_menu() 635 struct menu *submenu[8], *menu, *location = NULL; in get_prompt_str() local 715 struct menu *menu; in get_symbol_str() local [all …]
|
A D | expr.h | 193 struct menu *menu; /* the menu the property are associated with member 225 struct menu { struct 226 enum menu_type type; argument 229 struct menu *next; argument 232 struct menu *parent; argument 235 struct menu *list; argument 243 struct list_head link; /* link to symbol::menus */ argument 249 * symbol as well as the text for a menu or comment, along with the argument 272 /* The location where the menu node appears in the Kconfig files */ argument 281 * Set on a menu node when the corresponding symbol changes state in some way. argument
|
A D | conf.c | 50 static void print_help(struct menu *menu) in print_help() 124 struct menu *menu; in randomize_choice_values() local 177 struct menu *menu; in conf_set_all_new_symbols() local 323 static int conf_string(struct menu *menu) in conf_string() 356 static int conf_sym(struct menu *menu) in conf_sym() 423 static void conf_choice(struct menu *menu) in conf_choice() 509 static void conf(struct menu *menu) in conf() 574 static void check_conf(struct menu *menu) in check_conf()
|
A D | parser.y | 40 struct menu *menu; member 519 struct menu *menu; in conf_parse() local 628 static void print_symbol(FILE *out, const struct menu *menu) in print_symbol() 716 struct menu *menu; in zconfdump() local
|
A D | qconf.cc | 355 bool ConfigList::menuSkip(struct menu *menu) in menuSkip() 412 struct menu *menu; in updateSelection() local 527 struct menu* menu; in changeValue() local 560 void ConfigList::setRootMenu(struct menu *menu) in setRootMenu() 671 void ConfigList::updateMenuList(struct menu *menu) in updateMenuList() 738 struct menu *menu; in keyPressEvent() local 795 struct menu *menu; in mouseReleaseEvent() local 841 struct menu *menu; in mouseDoubleClickEvent() local 869 struct menu *menu = NULL; in focusInEvent() local 1405 QMenu *menu = menuBar()->addMenu("&File"); in ConfigMainWindow() local [all …]
|
A D | gconf.c | 86 static void text_insert_help(struct menu *menu) in text_insert_help() 103 struct menu *menu; in _select_menu() local 258 struct menu *menu; in _update_tree() local 665 struct menu *menu; in renderer_edited() local 719 static void toggle_sym_value(struct menu *menu) in toggle_sym_value() 754 struct menu *menu; in on_treeview2_button_press_event() local 806 struct menu *menu; in on_treeview2_key_press_event() local 845 struct menu *menu; in on_treeview2_cursor_changed() local 864 struct menu *menu; in on_treeview1_button_press_event() local 937 static void fixup_rootmenu(struct menu *menu) in fixup_rootmenu() [all …]
|
A D | lkc.h | 76 #define menu_for_each_sub_entry(menu, root) \ argument 78 #define menu_for_each_entry(menu) \ argument
|
A D | mconf.c | 372 static void show_help(struct menu *menu) in show_help() 454 static void build_conf(struct menu *menu) in build_conf() 598 static void conf_choice(struct menu *menu) in conf_choice() 659 static void conf_string(struct menu *menu) in conf_string() 753 static void conf(struct menu *menu, struct menu *active_menu) in conf()
|
A D | nconf.c | 471 static int process_special_keys(int *key, struct menu *menu) in process_special_keys() 537 static void item_make(struct menu *menu, char tag, const char *fmt, ...) in item_make() 761 static void build_conf(struct menu *menu) in build_conf() 1051 static void conf(struct menu *menu) in conf() 1056 static void selected_conf(struct menu *menu, struct menu *active_menu) in selected_conf() 1218 static void show_help(struct menu *menu) in show_help() 1231 static void conf_choice(struct menu *menu) in conf_choice() 1350 static void conf_string(struct menu *menu) in conf_string()
|
A D | symbol.c | 100 struct menu *menu = NULL; in sym_get_choice_menu() local 194 struct menu *menu; in sym_set_changed() local 269 struct menu *menu; in sym_choice_default() local 303 struct menu *menu; in sym_calc_choice() local 588 struct menu *menu; in choice_set_value() local 1245 struct menu *choice_menu, *menu; in sym_check_choice_deps() local
|
A D | qconf.h | 162 struct menu *menu; variable 173 struct menu *menu; variable
|
A D | confdata.c | 761 struct menu *menu; in conf_write_defconfig() local 808 struct menu *menu; in conf_write() local
|
A D | nconf.gui.c | 205 MENU *menu; in btn_dialog() local
|
/scripts/kconfig/lxdialog/ |
A D | menubox.c | 170 WINDOW *dialog, *menu; in dialog_menu() local
|
Completed in 25 milliseconds