Home
last modified time | relevance | path

Searched refs:menu (Results 1 – 25 of 407) sorted by relevance

12345678910>>...17

/linux/scripts/kconfig/
A Dmenu.c50 struct menu *menu; in menu_add_entry() local
52 menu = xmalloc(sizeof(*menu)); in menu_add_entry()
53 memset(menu, 0, sizeof(*menu)); in menu_add_entry()
303 for (menu = parent->list; menu; menu = menu->next) { in menu_finalize()
311 for (menu = parent->list; menu; menu = menu->next) { in menu_finalize()
330 for (menu = parent->list; menu; menu = menu->next) { in menu_finalize()
410 for (menu = parent->list; menu; menu = menu->next) in menu_finalize()
441 for (menu = parent->next; menu; menu = menu->next) { in menu_finalize()
485 for (menu = parent->list; menu; menu = menu->next) { in menu_finalize()
664 struct menu *menu_get_root_menu(struct menu *menu) in menu_get_root_menu() argument
[all …]
A Dnconf.c279 static void conf(struct menu *menu);
280 static void conf_choice(struct menu *menu);
281 static void conf_string(struct menu *menu);
284 static void show_help(struct menu *menu);
733 static void build_conf(struct menu *menu) in build_conf() argument
905 if (menu->prompt && menu->prompt->type == P_MENU) { in build_conf()
1064 static void conf(struct menu *menu) in conf() argument
1212 static void show_help(struct menu *menu) in show_help() argument
1216 if (!menu) in show_help()
1225 static void conf_choice(struct menu *menu) in conf_choice() argument
[all …]
A Dmconf.c286 static void conf(struct menu *menu, struct menu *active_menu);
287 static void conf_choice(struct menu *menu);
288 static void conf_string(struct menu *menu);
296 static void show_help(struct menu *menu);
463 static void build_conf(struct menu *menu) in build_conf() argument
483 sym = menu->sym; in build_conf()
641 static void conf(struct menu *menu, struct menu *active_menu) in conf() argument
659 build_conf(menu); in conf()
782 static void show_help(struct menu *menu) in show_help() argument
793 static void conf_choice(struct menu *menu) in conf_choice() argument
[all …]
A Dqconf.cc397 struct menu *menu; in updateSelection() local
407 menu = item->menu; in updateSelection()
513 struct menu* menu; in changeValue() local
516 menu = item->menu; in changeValue()
728 struct menu *menu; in keyPressEvent() local
750 menu = item->menu; in keyPressEvent()
792 struct menu *menu; in mouseReleaseEvent() local
800 menu = item->menu; in mouseReleaseEvent()
845 struct menu *menu; in mouseDoubleClickEvent() local
854 menu = item->menu; in mouseDoubleClickEvent()
[all …]
A Dlkc.h83 void menu_warn(struct menu *menu, const char *fmt, ...);
95 extern struct menu rootmenu;
97 bool menu_is_empty(struct menu *menu);
98 bool menu_is_visible(struct menu *menu);
99 bool menu_has_prompt(struct menu *menu);
100 const char *menu_get_prompt(struct menu *menu);
101 struct menu *menu_get_root_menu(struct menu *menu);
102 struct menu *menu_get_parent_menu(struct menu *menu);
103 bool menu_has_help(struct menu *menu);
104 const char *menu_get_help(struct menu *menu);
[all …]
A Dqconf.h66 void setRootMenu(struct menu *menu);
77 void menuChanged(struct menu *menu);
78 void menuSelected(struct menu *menu);
79 void itemSelected(struct menu *menu);
81 void gotFocus(struct menu *);
97 void updateMenuList(struct menu *menu);
104 struct menu *rootEntry;
163 struct menu *menu; variable
175 struct menu *menu; variable
195 void setInfo(struct menu *menu);
[all …]
A Dconf.c19 static void conf(struct menu *menu);
20 static void check_conf(struct menu *menu);
48 static void print_help(struct menu *menu) in print_help() argument
352 static int conf_string(struct menu *menu) in conf_string() argument
385 static int conf_sym(struct menu *menu) in conf_sym() argument
452 static int conf_choice(struct menu *menu) in conf_choice() argument
458 sym = menu->sym; in conf_choice()
461 conf_sym(menu); in conf_choice()
567 static void conf(struct menu *menu) in conf() argument
576 sym = menu->sym; in conf()
[all …]
A Dgconf.c67 static void display_tree(struct menu *menu);
71 static gchar **fill_row(struct menu *menu);
362 static void text_insert_help(struct menu *menu) in text_insert_help() argument
782 struct menu *menu; in renderer_edited() local
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() argument
1224 struct menu *menu; in gtktree_iter_find_node() local
[all …]
A Dparser.y41 struct menu *menu; member
580 static void print_symbol(FILE *out, struct menu *menu) in print_symbol() argument
610 if (prop->menu != menu) in print_symbol()
675 struct menu *menu; in zconfdump() local
678 while (menu) { in zconfdump()
703 if (menu->list) in zconfdump()
704 menu = menu->list; in zconfdump()
706 menu = menu->next; in zconfdump()
707 else while ((menu = menu->parent)) { in zconfdump()
708 if (menu->prompt && menu->prompt->type == P_MENU) in zconfdump()
[all …]
A D.menu.o.cmd1menu.o := gcc -Wp,-MMD,scripts/kconfig/.menu.o.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O…
3 source_scripts/kconfig/menu.o := scripts/kconfig/menu.c
5 deps_scripts/kconfig/menu.o := \
13 scripts/kconfig/menu.o: $(deps_scripts/kconfig/menu.o)
15 $(deps_scripts/kconfig/menu.o):
A Dconfdata.c760 struct menu *menu; in conf_write_defconfig() local
813 menu = menu->list; in conf_write_defconfig()
816 menu = menu->next; in conf_write_defconfig()
818 while ((menu = menu->parent)) { in conf_write_defconfig()
820 menu = menu->next; in conf_write_defconfig()
834 struct menu *menu; in conf_write() local
901 menu = menu->list; in conf_write()
905 menu = menu->next; in conf_write()
906 else while ((menu = menu->parent)) { in conf_write()
907 if (!menu->sym && menu_is_visible(menu) && in conf_write()
[all …]
A Dparser.tab.c1060 ((*yyvaluep).menu)->file->name, ((*yyvaluep).menu)->lineno); in yydestruct()
1069 ((*yyvaluep).menu)->file->name, ((*yyvaluep).menu)->lineno); in yydestruct()
2035 static void print_symbol(FILE *out, struct menu *menu) in print_symbol() argument
2065 if (prop->menu != menu) in print_symbol()
2130 struct menu *menu; in zconfdump() local
2133 while (menu) { in zconfdump()
2159 menu = menu->list; in zconfdump()
2161 menu = menu->next; in zconfdump()
2162 else while ((menu = menu->parent)) { in zconfdump()
2163 if (menu->prompt && menu->prompt->type == P_MENU) in zconfdump()
[all …]
A Dnconf.gui.c204 MENU *menu; in btn_dialog() local
244 menu = new_menu(btns); in btn_dialog()
258 set_menu_win(menu, win); in btn_dialog()
259 set_menu_sub(menu, menu_win); in btn_dialog()
261 menu_opts_off(menu, O_SHOWDESC); in btn_dialog()
263 menu_opts_on(menu, O_ONEVALUE); in btn_dialog()
264 menu_opts_on(menu, O_NONCYCLIC); in btn_dialog()
265 set_menu_mark(menu, ""); in btn_dialog()
266 post_menu(menu); in btn_dialog()
299 unpost_menu(menu); in btn_dialog()
[all …]
A Dexpr.h195 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
277 struct menu *target;
A Dinternal.h5 struct menu;
7 extern struct menu *current_menu, *current_entry;
/linux/tools/perf/ui/browsers/
A Dheader.c32 static int list_menu__run(struct ui_browser *menu) in list_menu__run() argument
43 if (ui_browser__show(menu, "Header information", "Press 'q' to exit") < 0) in list_menu__run()
47 key = ui_browser__run(menu, 0); in list_menu__run()
51 offset = (unsigned long)menu->priv; in list_menu__run()
53 menu->priv = (void *)offset; in list_menu__run()
56 offset = (unsigned long)menu->priv; in list_menu__run()
59 menu->priv = (void *)offset; in list_menu__run()
64 ui_browser__help_window(menu, help); in list_menu__run()
78 ui_browser__hide(menu); in list_menu__run()
84 struct ui_browser menu = { in ui__list_menu() local
[all …]
/linux/scripts/kconfig/lxdialog/
A Dmenubox.c178 WINDOW *dialog, *menu; in dialog_menu() local
223 keypad(menu, TRUE); in dialog_menu()
260 wnoutrefresh(menu); in dialog_menu()
267 wrefresh(menu); in dialog_menu()
270 key = wgetch(menu); in dialog_menu()
324 scrollok(menu, TRUE); in dialog_menu()
355 wrefresh(menu); in dialog_menu()
368 wrefresh(menu); in dialog_menu()
382 delwin(menu); in dialog_menu()
416 delwin(menu); in dialog_menu()
[all …]
/linux/tools/perf/ui/tui/
A Dutil.c26 static int popup_menu__run(struct ui_browser *menu, int *keyp) in popup_menu__run() argument
30 if (ui_browser__show(menu, " ", "ESC: exit, ENTER|->: Select option") < 0) in popup_menu__run()
34 key = ui_browser__run(menu, 0); in popup_menu__run()
39 key = menu->index; in popup_menu__run()
50 key = menu->nr_entries; in popup_menu__run()
59 ui_browser__hide(menu); in popup_menu__run()
65 struct ui_browser menu = { in ui__popup_menu() local
72 return popup_menu__run(&menu, keyp); in ui__popup_menu()
/linux/tools/perf/Documentation/
A Dcat-texi.perl6 my @menu = ();
15 push @menu, $1;
36 for (@menu) {
/linux/Documentation/admin-guide/media/
A Dbuilding.rst32 You can access a menu of Kernel building options with::
76 Instead of using a menu, the Kernel provides a script with allows
91 menu, under ``Device Drivers``.
107 menu or with::
123 It's menu looks like this::
172 menu\ [4]_::
195 The Media menu has a lot more options than the remote controller menu.
218 ``Filter media drivers`` menu
245 and ``Digital TV`` at the menu.
262 ``Media Core Support`` menu without filtering
[all …]
/linux/scripts/kconfig/tests/err_recursive_dep/
A DKconfig55 # menu
57 menu "menu depending on its content"
/linux/Documentation/admin-guide/
A Dsvga.rst35 ASK_VGA - Display a video mode menu upon startup (see below).
37 0..35 - Menu item number (when you have used the menu to view the list of
44 0x.... - Hexadecimal video mode ID (also displayed on the menu, see below
51 The ASK_VGA mode causes the kernel to offer a video mode menu upon
54 menu, if you press <SPACE> or wait 30 seconds, the kernel will boot up in
57 The menu looks like::
74 "0 0F00 80x25" means that the first menu item (the menu items are numbered
89 The modes displayed on the menu are partially sorted: The list starts with
118 outside the menu as this can change from boot to boot (especially if you
125 0x0100. All VESA modes should be autodetected and shown on the menu.
[all …]
/linux/drivers/cpuidle/
A DKconfig2 menu "CPU Idle"
50 menu "ARM CPU Idle Drivers"
55 menu "MIPS CPU Idle Drivers"
60 menu "POWERPC CPU Idle Drivers"
/linux/Documentation/userspace-api/media/v4l/
A Dext-ctrls-image-process.rst25 ``V4L2_CID_LINK_FREQ (integer menu)``
43 ``V4L2_CID_TEST_PATTERN (menu)``
48 ``V4L2_CID_DEINTERLACING_MODE (menu)``
49 The video deinterlacing mode (such as Bob, Weave, ...). The menu items are
/linux/Documentation/kbuild/
A Dkconfig-language.rst119 This defines a dependency for this menu entry. If multiple
205 - limiting menu display: "visible if" <expr>
286 menu "Network device support"
328 end a menu entry:
334 - menu/endmenu
338 The first five also start the definition of a menu entry.
429 menu::
431 "menu" <prompt>
432 <menu options>
433 <menu block>
[all …]

Completed in 54 milliseconds

12345678910>>...17