Lines Matching refs:scroll
52 static void print_arrows(WINDOW * win, int choice, int item_no, int scroll, in print_arrows() argument
57 if (scroll > 0) { in print_arrows()
72 if ((height < item_no) && (scroll + choice < item_no - 1)) { in print_arrows()
108 int key = 0, button = 0, choice = 0, scroll = 0, max_choice; in dialog_checklist() local
176 scroll = choice - list_height + 1; in dialog_checklist()
177 choice -= scroll; in dialog_checklist()
182 item_set(scroll + i); in dialog_checklist()
186 print_arrows(dialog, choice, item_count(), scroll, 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()
222 scroll, box_y, box_x + check_x + 5, list_height); in dialog_checklist()
232 if (scroll + choice >= item_count() - 1) in dialog_checklist()
237 item_set(scroll + max_choice - 1); in dialog_checklist()
245 scroll++; in dialog_checklist()
246 item_set(scroll + max_choice - 1); in dialog_checklist()
250 scroll, box_y, box_x + check_x + 5, list_height); in dialog_checklist()
261 item_set(scroll + choice); in dialog_checklist()
265 item_set(scroll + choice); in dialog_checklist()
284 item_set(scroll + choice); in dialog_checklist()