Lines Matching refs:scroll
53 static void print_arrows(WINDOW * win, int choice, int item_no, int scroll, in print_arrows() argument
58 if (scroll > 0) { in print_arrows()
73 if ((height < item_no) && (scroll + choice < item_no - 1)) { in print_arrows()
109 int key = 0, button = 0, choice = 0, scroll = 0, max_choice; in dialog_checklist() local
177 scroll = choice - list_height + 1; in dialog_checklist()
178 choice -= scroll; in dialog_checklist()
183 item_set(scroll + i); in dialog_checklist()
187 print_arrows(dialog, choice, item_count(), scroll, in dialog_checklist()
200 item_set(i + scroll); in dialog_checklist()
209 if (!scroll) in dialog_checklist()
214 item_set(scroll); in dialog_checklist()
220 scroll--; in dialog_checklist()
221 item_set(scroll); in dialog_checklist()
224 scroll, box_y, box_x + check_x + 5, list_height); in dialog_checklist()
234 if (scroll + choice >= item_count() - 1) in dialog_checklist()
239 item_set(scroll + max_choice - 1); in dialog_checklist()
247 scroll++; in dialog_checklist()
248 item_set(scroll + max_choice - 1); in dialog_checklist()
252 scroll, box_y, box_x + check_x + 5, list_height); in dialog_checklist()
263 item_set(scroll + choice); in dialog_checklist()
267 item_set(scroll + choice); in dialog_checklist()
286 item_set(scroll + choice); in dialog_checklist()