Lines Matching refs:list
117 WINDOW *dialog, *list; in dialog_checklist() local
166 list = subwin(dialog, list_height, list_width, y + box_y + 1, in dialog_checklist()
169 keypad(list, TRUE); in dialog_checklist()
190 print_item(list, items[(scroll + i) * 3 + 1], in dialog_checklist()
200 wnoutrefresh(list); in dialog_checklist()
220 print_item(list, items[scroll * 3 + 1], in dialog_checklist()
222 scrollok(list, TRUE); in dialog_checklist()
223 wscrl(list, -1); in dialog_checklist()
224 scrollok(list, FALSE); in dialog_checklist()
227 print_item(list, items[scroll * 3 + 1], status[scroll], 0, TRUE); in dialog_checklist()
232 wrefresh(list); in dialog_checklist()
244 print_item(list, items[(scroll + max_choice - 1) * 3 + 1], in dialog_checklist()
247 scrollok(list, TRUE); in dialog_checklist()
248 wscrl(list, 1); in dialog_checklist()
249 scrollok(list, FALSE); in dialog_checklist()
252 print_item(list, items[(scroll + max_choice - 1) * 3 + 1], in dialog_checklist()
259 wrefresh(list); in dialog_checklist()
267 print_item(list, items[(scroll + choice) * 3 + 1], in dialog_checklist()
271 print_item(list, items[(scroll + choice) * 3 + 1], in dialog_checklist()
274 wrefresh(list); in dialog_checklist()
305 print_item(list, items[(scroll + i) * 3 + 1], in dialog_checklist()
309 wrefresh(list); in dialog_checklist()