Home
last modified time | relevance | path

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

12

/linux-3.4.99/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
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 …]
Dexpr.h142 struct menu *menu; /* the menu the property are associated with member
158 struct menu { struct
159 struct menu *next; argument
160 struct menu *parent; argument
161 struct menu *list; argument
162 struct symbol *sym;
163 struct property *prompt;
164 struct expr *visibility;
165 struct expr *dep;
166 unsigned int flags;
[all …]
Dconf.c45 static void print_help(struct menu *menu) in print_help()
129 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()
350 static void conf(struct menu *menu) in conf()
416 static void check_conf(struct menu *menu) in check_conf()
Dmconf.c339 static void build_conf(struct menu *menu) in build_conf()
517 static void conf(struct menu *menu) in conf()
633 static void show_help(struct menu *menu) in show_help()
644 static void conf_choice(struct menu *menu) in conf_choice()
703 static void conf_string(struct menu *menu) in conf_string()
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 …]
Dgconf.c391 static void text_insert_help(struct menu *menu) in text_insert_help()
810 struct menu *menu; in renderer_edited() local
830 static void change_sym_value(struct menu *menu, gint col) in change_sym_value()
870 static void toggle_sym_value(struct menu *menu) in toggle_sym_value()
911 struct menu *menu; in on_treeview2_button_press_event() local
968 struct menu *menu; in on_treeview2_key_press_event() local
1010 struct menu *menu; in on_treeview2_cursor_changed() local
1029 struct menu *menu; in on_treeview1_button_press_event() local
1061 static gchar **fill_row(struct menu *menu) in fill_row()
1186 static void set_node(GtkTreeIter * node, struct menu *menu, gchar ** row) in set_node()
[all …]
Dzconf.y42 struct menu *menu; member
606 static void print_symbol(FILE *out, struct menu *menu) in print_symbol()
692 struct menu *menu; in zconfdump() local
Dnconf.c467 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()
732 static void build_conf(struct menu *menu) in build_conf()
1065 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()
Dzconf.gperf16 menu, T_MENU, TF_COMMAND keyword
Dkxgettext.c171 static void menu_build_message_list(struct menu *menu) in menu_build_message_list()
Dconfdata.c603 struct menu *menu; in conf_write_defconfig() local
677 struct menu *menu; in conf_write() local
Dnconf.gui.c253 MENU *menu; in btn_dialog() local
Dqconf.h197 struct menu *menu; variable
Dsymbol.c1022 struct menu *menu = NULL; in sym_check_print_recursive() local
/linux-3.4.99/tools/perf/util/ui/
Dutil.c27 static int popup_menu__run(struct ui_browser *menu) in popup_menu__run()
61 struct ui_browser menu = { in ui__popup_menu() local
/linux-3.4.99/scripts/kconfig/lxdialog/
Dmenubox.c189 WINDOW *dialog, *menu; in dialog_menu() local
/linux-3.4.99/tools/perf/util/ui/browsers/
Dhists.c1166 struct perf_evsel_menu *menu = container_of(browser, in perf_evsel_menu__write() local
1201 static int perf_evsel_menu__run(struct perf_evsel_menu *menu, in perf_evsel_menu__run()
1294 struct perf_evsel_menu menu = { in __perf_evlist__tui_browse_hists() local
/linux-3.4.99/drivers/media/video/uvc/
Duvc_ctrl.c907 struct uvc_menu_info *menu; in uvc_query_v4l2_ctrl() local
1156 struct uvc_menu_info *menu; in uvc_ctrl_get() local
/linux-3.4.99/drivers/media/video/gspca/
Dstk014.c439 struct v4l2_querymenu *menu) in sd_querymenu()
Djeilinj.c483 struct v4l2_querymenu *menu) in sd_querymenu()
Dse401.c670 struct v4l2_querymenu *menu) in sd_querymenu()
Dov534_9.c1544 struct v4l2_querymenu *menu) in sd_querymenu()
Dov534.c1445 struct v4l2_querymenu *menu) in sd_querymenu()
Dsonixb.c1420 struct v4l2_querymenu *menu) in sd_querymenu()
/linux-3.4.99/drivers/media/video/
Dcx2341x.c1138 const char * const *menu = cx2341x_ctrl_get_menu(p, id); in cx2341x_menu_item() local

12