Lines Matching refs:list
109 WINDOW *dialog, *list; in dialog_checklist() local
157 list = subwin(dialog, list_height, list_width, y + box_y + 1, in dialog_checklist()
160 keypad(list, TRUE); in dialog_checklist()
183 print_item(list, i, i == choice); in dialog_checklist()
191 wmove(list, choice, check_x + 1); in dialog_checklist()
192 wrefresh(list); in dialog_checklist()
213 print_item(list, 0, FALSE); in dialog_checklist()
214 scrollok(list, TRUE); in dialog_checklist()
215 wscrl(list, -1); in dialog_checklist()
216 scrollok(list, FALSE); in dialog_checklist()
220 print_item(list, 0, TRUE); in dialog_checklist()
225 wrefresh(list); in dialog_checklist()
238 print_item(list, in dialog_checklist()
241 scrollok(list, TRUE); in dialog_checklist()
242 wscrl(list, 1); in dialog_checklist()
243 scrollok(list, FALSE); in dialog_checklist()
247 print_item(list, max_choice - 1, TRUE); in dialog_checklist()
253 wrefresh(list); in dialog_checklist()
262 print_item(list, choice, FALSE); in dialog_checklist()
266 print_item(list, choice, TRUE); in dialog_checklist()
268 wrefresh(list); in dialog_checklist()
286 delwin(list); in dialog_checklist()
306 delwin(list); in dialog_checklist()
315 delwin(list); in dialog_checklist()