Lines Matching refs:list
110 WINDOW *dialog, *list; in dialog_checklist() local
158 list = subwin(dialog, list_height, list_width, y + box_y + 1, in dialog_checklist()
161 keypad(list, TRUE); in dialog_checklist()
184 print_item(list, i, i == choice); in dialog_checklist()
193 wnoutrefresh(list); in dialog_checklist()
215 print_item(list, 0, FALSE); in dialog_checklist()
216 scrollok(list, TRUE); in dialog_checklist()
217 wscrl(list, -1); in dialog_checklist()
218 scrollok(list, FALSE); in dialog_checklist()
222 print_item(list, 0, TRUE); in dialog_checklist()
227 wrefresh(list); in dialog_checklist()
240 print_item(list, in dialog_checklist()
243 scrollok(list, TRUE); in dialog_checklist()
244 wscrl(list, 1); in dialog_checklist()
245 scrollok(list, FALSE); in dialog_checklist()
249 print_item(list, max_choice - 1, TRUE); in dialog_checklist()
255 wrefresh(list); in dialog_checklist()
264 print_item(list, choice, FALSE); in dialog_checklist()
268 print_item(list, choice, TRUE); in dialog_checklist()
270 wrefresh(list); in dialog_checklist()
288 delwin(list); in dialog_checklist()
308 delwin(list); in dialog_checklist()
317 delwin(list); in dialog_checklist()