Searched refs:max_choice (Results 1 – 2 of 2) sorted by relevance
/xen-4.10.0-shim-comet/xen/tools/kconfig/lxdialog/ |
A D | menubox.c | 190 int first_item = 0, max_choice; in dialog_menu() local 260 if ((choice >= max_choice)) { in dialog_menu() 269 for (i = 0; i < max_choice; i++) { in dialog_menu() 289 i = max_choice; in dialog_menu() 297 if (i == max_choice) in dialog_menu() 307 (i < max_choice || in dialog_menu() 326 if ((choice > max_choice - 3) && in dialog_menu() 332 max_choice - 1, FALSE); in dialog_menu() 352 print_item(scroll+max_choice-1, in dialog_menu() 353 max_choice - 1, FALSE); in dialog_menu() [all …]
|
A D | checklist.c | 121 int key = 0, button = 0, choice = 0, scroll = 0, max_choice; in dialog_checklist() local 140 max_choice = MIN(list_height, item_count()); in dialog_checklist() 194 for (i = 0; i < max_choice; i++) { in dialog_checklist() 211 for (i = 0; i < max_choice; i++) { in dialog_checklist() 217 if (i < max_choice || key == KEY_UP || key == KEY_DOWN || in dialog_checklist() 245 if (choice == max_choice - 1) { in dialog_checklist() 251 item_set(scroll + max_choice - 1); in dialog_checklist() 253 max_choice - 1, in dialog_checklist() 260 item_set(scroll + max_choice - 1); in dialog_checklist() 261 print_item(list, max_choice - 1, TRUE); in dialog_checklist()
|
Completed in 3 milliseconds