Lines Matching refs:list

126     WINDOW *dialog, *list;  in dialog_checklist()  local
187 list = subwin (dialog, list_height, list_width, y+box_y+1, x+box_x+1); in dialog_checklist()
189 keypad (list, TRUE); in dialog_checklist()
210 print_item (list, items[(scroll+i) * 3 + 1], in dialog_checklist()
219 wnoutrefresh (list); in dialog_checklist()
240 print_item (list, items[scroll * 3 + 1], in dialog_checklist()
242 scrollok (list, TRUE); in dialog_checklist()
243 wscrl (list, -1); in dialog_checklist()
244 scrollok (list, FALSE); in dialog_checklist()
247 print_item (list, items[scroll * 3 + 1], in dialog_checklist()
249 wnoutrefresh (list); in dialog_checklist()
266 print_item (list, items[(scroll + max_choice - 1) * 3 + 1], in dialog_checklist()
269 scrollok (list, TRUE); in dialog_checklist()
270 scroll (list); in dialog_checklist()
271 scrollok (list, FALSE); in dialog_checklist()
274 print_item (list, items[(scroll + max_choice - 1) * 3 + 1], in dialog_checklist()
277 wnoutrefresh (list); in dialog_checklist()
290 print_item (list, items[(scroll + choice) * 3 + 1], in dialog_checklist()
294 print_item (list, items[(scroll + choice) * 3 + 1], in dialog_checklist()
296 wnoutrefresh (list); in dialog_checklist()
324 wmove (list, choice, check_x); in dialog_checklist()
325 wattrset (list, check_selected_attr); in dialog_checklist()
326 wprintw (list, "[%c]", status[scroll + choice] ? 'X' : ' '); in dialog_checklist()
333 print_item (list, items[(scroll + i) * 3 + 1], in dialog_checklist()
337 wnoutrefresh (list); in dialog_checklist()