Home | History | Annotate | Download | only in sysinst

Lines Matching defs:menu

48  * A structure passed to various menu functions for partition editing
54 int first_custom_opt; /* scheme specific menu options
185 * We add one line at the start of the menu, and one at the
201 info->num_changed = true; /* force reload of menu */
367 * custom options and the given suffix to a single menu options array.
459 add_part_clone(menudesc *menu, void *arg)
502 data.usage.menu = new_menu(MSG_clone_target_hdr,
505 process_menu(data.usage.menu, &data);
506 free_menu(data.usage.menu);
554 /* reload menu and start again */
555 menu_opts_reload(menu, parts);
556 menu->cursel = parts->num_part+1;
558 menu->cursel++;
1053 int menu;
1095 menu = new_menu(MSG_Select_your_choice, options, num_opts,
1097 if (menu != -1) {
1098 get_menudesc(menu)->expand_act = expand_all_option_texts;
1099 process_menu(menu, &ai);
1100 free_menu(menu);