Home
last modified time | relevance | path

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

/buildroot/support/kconfig/lxdialog/
A Dmenubox.c120 if (scroll > 0) { in print_arrows()
177 *scroll = *scroll + n; in do_scroll()
252 scroll = *s_scroll; in dialog_menu()
253 if ((scroll <= choice) && (scroll + max_choice > choice) && in dialog_menu()
254 (scroll >= 0) && (scroll + max_choice <= item_count())) { in dialog_menu()
255 first_item = scroll; in dialog_menu()
258 scroll = 0; in dialog_menu()
292 item_set(scroll + i); in dialog_menu()
299 item_set(scroll + i); in dialog_menu()
339 if (scroll > 0) { in dialog_menu()
[all …]
A Dchecklist.c70 if (scroll > 0) { in print_arrows()
190 choice -= scroll; in dialog_checklist()
195 item_set(scroll + i); in dialog_checklist()
212 item_set(i + scroll); in dialog_checklist()
221 if (!scroll) in dialog_checklist()
226 item_set(scroll); in dialog_checklist()
232 scroll--; in dialog_checklist()
233 item_set(scroll); in dialog_checklist()
259 scroll++; in dialog_checklist()
275 item_set(scroll + choice); in dialog_checklist()
[all …]
/buildroot/package/rlwrap/
A DConfig.in20 know whether or not readline is in horizontal-scroll-mode

Completed in 7 milliseconds