Lines Matching refs:scroll
59 static void print_arrows(WINDOW * win, int choice, int item_no, int scroll, in print_arrows() argument
64 if (scroll > 0) { in print_arrows()
79 if ((height < item_no) && (scroll + choice < item_no - 1)) { in print_arrows()
115 int key = 0, button = 0, choice = 0, scroll = 0, max_choice; in dialog_checklist() local
182 scroll = choice - list_height + 1; in dialog_checklist()
183 choice -= scroll; in dialog_checklist()
188 item_set(scroll + i); in dialog_checklist()
192 print_arrows(dialog, choice, item_count(), scroll, in dialog_checklist()
205 item_set(i + scroll); in dialog_checklist()
214 if (!scroll) in dialog_checklist()
219 item_set(scroll); in dialog_checklist()
225 scroll--; in dialog_checklist()
226 item_set(scroll); in dialog_checklist()
229 scroll, box_y, box_x + check_x + 5, list_height); in dialog_checklist()
239 if (scroll + choice >= item_count() - 1) in dialog_checklist()
244 item_set(scroll + max_choice - 1); in dialog_checklist()
252 scroll++; in dialog_checklist()
253 item_set(scroll + max_choice - 1); in dialog_checklist()
257 scroll, box_y, box_x + check_x + 5, list_height); in dialog_checklist()
268 item_set(scroll + choice); in dialog_checklist()
272 item_set(scroll + choice); in dialog_checklist()
291 item_set(scroll + choice); in dialog_checklist()