Home
last modified time | relevance | path

Searched refs:scroll (Results 1 – 2 of 2) sorted by relevance

/scripts/kconfig/lxdialog/
A Dmenubox.c107 if (scroll > 0) { in print_arrows()
164 *scroll = *scroll + n; in do_scroll()
239 scroll = *s_scroll; in dialog_menu()
240 if ((scroll <= choice) && (scroll + max_choice > choice) && in dialog_menu()
241 (scroll >= 0) && (scroll + max_choice <= item_count())) { in dialog_menu()
242 first_item = scroll; in dialog_menu()
245 scroll = 0; in dialog_menu()
279 item_set(scroll + i); in dialog_menu()
286 item_set(scroll + i); in dialog_menu()
326 if (scroll > 0) { in dialog_menu()
[all …]
A Dchecklist.c57 if (scroll > 0) { in print_arrows()
177 choice -= scroll; in dialog_checklist()
182 item_set(scroll + i); in dialog_checklist()
199 item_set(i + scroll); in dialog_checklist()
208 if (!scroll) in dialog_checklist()
213 item_set(scroll); in dialog_checklist()
219 scroll--; in dialog_checklist()
220 item_set(scroll); in dialog_checklist()
246 scroll++; in dialog_checklist()
262 item_set(scroll + choice); in dialog_checklist()
[all …]

Completed in 4 milliseconds