Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dmenu.c21 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
264 struct menu *menu, *last_menu; in menu_finalize() local
426 bool menu_has_prompt(struct menu *menu) in menu_has_prompt()
433 bool menu_is_visible(struct menu *menu) in menu_is_visible()
471 const char *menu_get_prompt(struct menu *menu) in menu_get_prompt()
480 struct menu *menu_get_root_menu(struct menu *menu) in menu_get_root_menu()
485 struct menu *menu_get_parent_menu(struct menu *menu) in menu_get_parent_menu()
497 bool menu_has_help(struct menu *menu) in menu_has_help()
[all …]
H A Dexpr.h141 struct menu *menu; /* the menu the property are associated with member
157 struct menu { struct
158 struct menu *next; argument
159 struct menu *parent; argument
160 struct menu *list; argument
161 struct symbol *sym;
162 struct property *prompt;
163 struct expr *visibility;
164 struct expr *dep;
165 unsigned int flags;
[all …]
H A Dconf.c47 static void print_help(struct menu *menu) in print_help()
130 static int conf_string(struct menu *menu) in conf_string()
162 static int conf_sym(struct menu *menu) in conf_sym()
231 static int conf_choice(struct menu *menu) in conf_choice()
349 static void conf(struct menu *menu) in conf()
414 static void check_conf(struct menu *menu) in check_conf()
H A Dqconf.cc367 bool ConfigList::menuSkip(struct menu *menu) in menuSkip()
411 ConfigItem* ConfigList::findConfigItem(struct menu *menu) in findConfigItem()
425 struct menu *menu; in updateSelection() local
512 struct menu* menu; in changeValue() local
551 void ConfigList::setRootMenu(struct menu *menu) in setRootMenu()
595 void ConfigList::updateMenuList(P* parent, struct menu* menu) in updateMenuList()
661 struct menu *menu; in keyPressEvent() local
722 struct menu *menu; in contentsMouseReleaseEvent() local
784 struct menu *menu; in contentsMouseDoubleClickEvent() local
809 struct menu *menu = NULL; in focusInEvent() local
[all …]
H A Dgconf.c395 static void text_insert_help(struct menu *menu) in text_insert_help()
814 struct menu *menu; in renderer_edited() local
834 static void change_sym_value(struct menu *menu, gint col) in change_sym_value()
875 static void toggle_sym_value(struct menu *menu) in toggle_sym_value()
897 struct menu *menu; in renderer_toggled() local
945 struct menu *menu; in on_treeview2_button_press_event() local
1002 struct menu *menu; in on_treeview2_key_press_event() local
1044 struct menu *menu; in on_treeview2_cursor_changed() local
1063 struct menu *menu; in on_treeview1_button_press_event() local
1095 static gchar **fill_row(struct menu *menu) in fill_row()
[all …]
H A Dmconf.c338 static void build_conf(struct menu *menu) in build_conf()
516 static void conf(struct menu *menu) in conf()
632 static void show_help(struct menu *menu) in show_help()
643 static void conf_choice(struct menu *menu) in conf_choice()
702 static void conf_string(struct menu *menu) in conf_string()
H A Dnconf.c466 static int process_special_keys(int *key, struct menu *menu) in process_special_keys()
528 static void item_make(struct menu *menu, char tag, const char *fmt, ...) in item_make()
732 static void build_conf(struct menu *menu) in build_conf()
1065 static void conf(struct menu *menu) in conf()
1223 static void show_help(struct menu *menu) in show_help()
1243 static void conf_choice(struct menu *menu) in conf_choice()
1360 static void conf_string(struct menu *menu) in conf_string()
H A Dzconf.y47 struct menu *menu; member
615 static void print_symbol(FILE *out, struct menu *menu) in print_symbol()
701 struct menu *menu; in zconfdump() local
H A Dconfdata.c485 struct menu *menu; in conf_write_defconfig() local
559 struct menu *menu; in conf_write() local
H A Dzconf.gperf16 menu, T_MENU, TF_COMMAND keyword
H A Dzconf.tab.c190 struct menu *menu; member
2370 static void print_symbol(FILE *out, struct menu *menu) in print_symbol()
2456 struct menu *menu; in zconfdump() local
H A Dkxgettext.c172 static void menu_build_message_list(struct menu *menu) in menu_build_message_list()
H A Dnconf.gui.c253 MENU *menu; in btn_dialog() local
H A Dqconf.h197 struct menu *menu; variable
H A Dsymbol.c972 struct menu *menu = NULL; in sym_check_print_recursive() local
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/lxdialog/
H A Dmenubox.c189 WINDOW *dialog, *menu; in dialog_menu() local