Home
last modified time | relevance | path

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

12

/xen/xen/tools/kconfig/
A Dmenu.c49 struct menu *menu; in menu_add_entry() local
51 menu = xmalloc(sizeof(*menu)); in menu_add_entry()
52 memset(menu, 0, sizeof(*menu)); in menu_add_entry()
308 for (menu = parent->list; menu; menu = menu->next) { in menu_finalize()
316 for (menu = parent->list; menu; menu = menu->next) { in menu_finalize()
337 for (menu = parent->list; menu; menu = menu->next) { in menu_finalize()
417 for (menu = parent->list; menu; menu = menu->next) in menu_finalize()
448 for (menu = parent->next; menu; menu = menu->next) { in menu_finalize()
492 for (menu = parent->list; menu; menu = menu->next) { in menu_finalize()
671 struct menu *menu_get_root_menu(struct menu *menu) in menu_get_root_menu() argument
[all …]
A Dlkc_proto.h16 extern struct menu rootmenu;
18 bool menu_is_empty(struct menu *menu);
19 bool menu_is_visible(struct menu *menu);
20 bool menu_has_prompt(struct menu *menu);
21 const char * menu_get_prompt(struct menu *menu);
22 struct menu * menu_get_root_menu(struct menu *menu);
23 struct menu * menu_get_parent_menu(struct menu *menu);
24 bool menu_has_help(struct menu *menu);
25 const char * menu_get_help(struct menu *menu);
27 void menu_get_ext_help(struct menu *menu, struct gstr *help);
A Dmconf.c283 static void conf(struct menu *menu, struct menu *active_menu);
284 static void conf_choice(struct menu *menu);
285 static void conf_string(struct menu *menu);
293 static void show_help(struct menu *menu);
465 static void build_conf(struct menu *menu) in build_conf() argument
485 sym = menu->sym; in build_conf()
643 static void conf(struct menu *menu, struct menu *active_menu) in conf() argument
661 build_conf(menu); in conf()
784 static void show_help(struct menu *menu) in show_help() argument
795 static void conf_choice(struct menu *menu) in conf_choice() argument
[all …]
A Dnconf.c278 static void conf(struct menu *menu);
279 static void conf_choice(struct menu *menu);
280 static void conf_string(struct menu *menu);
283 static void show_help(struct menu *menu);
735 static void build_conf(struct menu *menu) in build_conf() argument
908 if (menu->prompt && menu->prompt->type == P_MENU) { in build_conf()
1068 static void conf(struct menu *menu) in conf() argument
1218 static void show_help(struct menu *menu) in show_help() argument
1222 if (!menu) in show_help()
1231 static void conf_choice(struct menu *menu) in conf_choice() argument
[all …]
A Dconf.c20 static void conf(struct menu *menu);
21 static void check_conf(struct menu *menu);
46 static void print_help(struct menu *menu) in print_help() argument
129 static int conf_string(struct menu *menu) in conf_string() argument
162 static int conf_sym(struct menu *menu) in conf_sym() argument
229 static int conf_choice(struct menu *menu) in conf_choice() argument
235 sym = menu->sym; in conf_choice()
238 conf_sym(menu); in conf_choice()
344 static void conf(struct menu *menu) in conf() argument
353 sym = menu->sym; in conf()
[all …]
A Dqconf.cc399 struct menu *menu; in updateSelection() local
409 menu = item->menu; in updateSelection()
493 struct menu* menu; in changeValue() local
496 menu = item->menu; in changeValue()
711 struct menu *menu; in keyPressEvent() local
733 menu = item->menu; in keyPressEvent()
772 struct menu *menu; in mouseReleaseEvent() local
780 menu = item->menu; in mouseReleaseEvent()
833 struct menu *menu; in mouseDoubleClickEvent() local
842 menu = item->menu; in mouseDoubleClickEvent()
[all …]
A Dqconf.h64 void setRootMenu(struct menu *menu);
72 void menuChanged(struct menu *menu);
73 void menuSelected(struct menu *menu);
75 void gotFocus(struct menu *);
103 bool menuSkip(struct menu *);
117 struct menu *rootEntry;
187 struct menu *menu; variable
249 void setInfo(struct menu *menu);
267 struct menu *_menu;
300 void changeMenu(struct menu *);
[all …]
A Dgconf.c70 static void display_tree(struct menu *menu);
74 static gchar **fill_row(struct menu *menu);
365 static void text_insert_help(struct menu *menu) in text_insert_help() argument
785 struct menu *menu; in renderer_edited() local
886 struct menu *menu; in on_treeview2_button_press_event() local
943 struct menu *menu; in on_treeview2_key_press_event() local
985 struct menu *menu; in on_treeview2_cursor_changed() local
1004 struct menu *menu; in on_treeview1_button_press_event() local
1036 static gchar **fill_row(struct menu *menu) in fill_row() argument
1223 struct menu *menu; in gtktree_iter_find_node() local
[all …]
A Dparser.y40 struct menu *menu; member
592 static void print_symbol(FILE *out, struct menu *menu) in print_symbol() argument
622 if (prop->menu != menu) in print_symbol()
687 struct menu *menu; in zconfdump() local
690 while (menu) { in zconfdump()
715 if (menu->list) in zconfdump()
716 menu = menu->list; in zconfdump()
718 menu = menu->next; in zconfdump()
719 else while ((menu = menu->parent)) { in zconfdump()
720 if (menu->prompt && menu->prompt->type == P_MENU) in zconfdump()
[all …]
A Dconfdata.c773 struct menu *menu; in conf_write_defconfig() local
826 menu = menu->list; in conf_write_defconfig()
829 menu = menu->next; in conf_write_defconfig()
831 while ((menu = menu->parent)) { in conf_write_defconfig()
833 menu = menu->next; in conf_write_defconfig()
847 struct menu *menu; in conf_write() local
914 menu = menu->list; in conf_write()
918 menu = menu->next; in conf_write()
919 else while ((menu = menu->parent)) { in conf_write()
920 if (!menu->sym && menu_is_visible(menu) && in conf_write()
[all …]
A Dnconf.gui.c253 MENU *menu; in btn_dialog() local
293 menu = new_menu(btns); in btn_dialog()
307 set_menu_win(menu, win); in btn_dialog()
308 set_menu_sub(menu, menu_win); in btn_dialog()
310 menu_opts_off(menu, O_SHOWDESC); in btn_dialog()
312 menu_opts_on(menu, O_ONEVALUE); in btn_dialog()
313 menu_opts_on(menu, O_NONCYCLIC); in btn_dialog()
314 set_menu_mark(menu, ""); in btn_dialog()
315 post_menu(menu); in btn_dialog()
348 unpost_menu(menu); in btn_dialog()
[all …]
A Dexpr.h199 struct menu *menu; /* the menu the property are associated with member
221 struct menu { struct
223 struct menu *next; argument
226 struct menu *parent; argument
229 struct menu *list; argument
281 struct menu *target;
A Dlkc.h68 void menu_warn(struct menu *menu, const char *fmt, ...);
69 struct menu *menu_add_menu(void);
80 void menu_finalize(struct menu *parent);
A Dsymbol.c157 if (prop->menu) in sym_set_changed()
158 prop->menu->flags |= MENU_CHANGED; in sym_set_changed()
1040 struct menu *menu = NULL; in sym_check_print_recursive() local
1067 menu = prop->menu; in sym_check_print_recursive()
1068 if (prop->menu) in sym_check_print_recursive()
1078 menu->file->name, menu->lineno, in sym_check_print_recursive()
1083 menu->file->name, menu->lineno, in sym_check_print_recursive()
/xen/xen/tools/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 …]
/xen/xen/tools/kconfig/tests/err_recursive_dep/
A DKconfig55 # menu
57 menu "menu depending on its content"
/xen/docs/misc/
A Dkconfig-language.rst119 This defines a dependency for this menu entry. If multiple
184 - limiting menu display: "visible if" <expr>
283 menu "Network device support"
325 end a menu entry:
331 - menu/endmenu
335 The first five also start the definition of a menu entry.
426 menu::
428 "menu" <prompt>
429 <menu options>
430 <menu block>
[all …]
A Dstubdom.txt148 - set the path to menu.lst, as seen from the domU, in extra:
150 extra = "(hd0,0)/boot/grub/menu.lst"
152 or you can provide the content of a menu.lst stored in dom0 by passing it as a
155 ramdisk = "/boot/domU-1-menu.lst"
159 extra = "(nd)/somepath/menu.lst"
/xen/xen/tools/kconfig/tests/no_write_if_dep_unmet/
A Dexpected_config3 # Main menu
/xen/xen/drivers/
A DKconfig1 menu "Device Drivers"
/xen/tools/pygrub/examples/
A Dubuntu-14.04-lts.grub287 set timeout_style=menu
213 # This file provides an easy way to add custom menu entries. Simply type the
214 # menu entries you want to add after this comment. Be careful not to change
221 # This file provides an easy way to add custom menu entries. Simply type the
222 # menu entries you want to add after this comment. Be careful not to change
A Dalpine-linux-2.3.2.extlinux1 DEFAULT menu.c32
A Ddebian-wheezy-hvm.grub295 # This file provides an easy way to add custom menu entries. Simply type the
96 # menu entries you want to add after this comment. Be careful not to change
A Dfedora-19.grub2106 # This file provides an easy way to add custom menu entries. Simply type the
107 # menu entries you want to add after this comment. Be careful not to change
A Drhel-7-beta.grub2107 # This file provides an easy way to add custom menu entries. Simply type the
108 # menu entries you want to add after this comment. Be careful not to change

Completed in 44 milliseconds

12