Lines Matching refs:all
192 ALL_DATA all; in dlg_checklist() local
208 memset(&all, 0, sizeof(all)); in dlg_checklist()
209 all.items = items; in dlg_checklist()
210 all.item_no = item_no; in dlg_checklist()
240 all.use_height = list_height; in dlg_checklist()
243 if (all.use_height == 0) { in dlg_checklist()
246 dlg_calc_listh(&height, &all.use_height, item_no); in dlg_checklist()
250 MIN_HIGH + all.use_height, use_width); in dlg_checklist()
260 all.states = states; in dlg_checklist()
262 all.checkflag = flag; in dlg_checklist()
268 all.dialog = dialog; in dlg_checklist()
281 all.use_width = width - 6; in dlg_checklist()
283 all.box_y = cur_y + 1; in dlg_checklist()
284 all.box_x = (width - all.use_width) / 2 - 1; in dlg_checklist()
290 if (all.use_height + MIN_HIGH > height - cur_y) in dlg_checklist()
291 all.use_height = height - MIN_HIGH - cur_y; in dlg_checklist()
292 if (all.use_height <= 0) in dlg_checklist()
293 all.use_height = 1; in dlg_checklist()
295 max_choice = MIN(all.use_height, item_no); in dlg_checklist()
299 all.list = dlg_sub_window(dialog, all.use_height, all.use_width, in dlg_checklist()
300 y + all.box_y + 1, x + all.box_x + 1); in dlg_checklist()
303 dlg_draw_box(dialog, all.box_y, all.box_x, in dlg_checklist()
304 all.use_height + 2 * MARGIN, in dlg_checklist()
305 all.use_width + 2 * MARGIN, in dlg_checklist()
320 use_width = (all.use_width - 6); in dlg_checklist()
322 list_width = MIN(all.use_width, text_width); in dlg_checklist()
324 list_width = MIN(all.use_width, name_width); in dlg_checklist()
341 all.check_x = (use_width - list_width) / 2; in dlg_checklist()
342 all.item_x = ((dialog_vars.no_tags in dlg_checklist()
347 + all.check_x + 4); in dlg_checklist()
355 print_list(&all, choice, scrollamt, max_choice); in dlg_checklist()
358 dlg_mouse_mkbigregion(all.box_y + 1, all.box_x, in dlg_checklist()
359 all.use_height, all.use_width + 2, in dlg_checklist()
367 wmove(dialog, all.box_y + choice + 1, all.box_x + all.check_x + 2); in dlg_checklist()
382 print_list(&all, choice, scrollamt, max_choice); in dlg_checklist()
409 print_item(&all, all.list, in dlg_checklist()
413 (void) wnoutrefresh(all.list); in dlg_checklist()
424 print_item(&all, all.list, in dlg_checklist()
428 (void) wnoutrefresh(all.list); in dlg_checklist()
432 print_list(&all, choice, scrollamt, max_choice); in dlg_checklist()
532 print_list(&all, choice, scrollamt, max_choice); in dlg_checklist()
535 print_list(&all, choice, scrollamt, max_choice); in dlg_checklist()