Home
last modified time | relevance | path

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

/scripts/kconfig/lxdialog/
A Dmenubox.c99 if (scroll > 0) { in print_arrows()
156 *scroll = *scroll + n; in do_scroll()
231 scroll = *s_scroll; in dialog_menu()
232 if ((scroll <= choice) && (scroll + max_choice > choice) && in dialog_menu()
233 (scroll >= 0) && (scroll + max_choice <= item_count())) { in dialog_menu()
234 first_item = scroll; in dialog_menu()
237 scroll = 0; in dialog_menu()
271 item_set(scroll + i); in dialog_menu()
278 item_set(scroll + i); in dialog_menu()
318 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()
198 item_set(i + scroll); in dialog_checklist()
207 if (!scroll) in dialog_checklist()
212 item_set(scroll); in dialog_checklist()
218 scroll--; in dialog_checklist()
219 item_set(scroll); in dialog_checklist()
245 scroll++; in dialog_checklist()
261 item_set(scroll + choice); in dialog_checklist()
[all …]

Completed in 4 milliseconds