Lines Matching defs:all

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