Lines Matching refs:height
76 int height, width, min_width; in diskeditor_show() local
103 height = width = 0; in diskeditor_show()
107 dlg_auto_size(title, prompt, &height, &width, 2, min_width); in diskeditor_show()
108 height += partlist_height; in diskeditor_show()
110 dlg_print_size(height, width); in diskeditor_show()
111 dlg_ctl_size(height, width); in diskeditor_show()
114 y = dlg_box_y_ordinate(height); in diskeditor_show()
116 dialog = dlg_new_window(height, width, y, x); in diskeditor_show()
120 dlg_draw_box(dialog, 0, 0, height, width, dialog_attr, border_attr); in diskeditor_show()
133 dlg_draw_buttons(dialog, height - 2*MARGIN, 0, buttons, in diskeditor_show()
135 dlg_print_autowrap(dialog, prompt, height, width); in diskeditor_show()
163 dlg_draw_buttons(dialog, height - 2*MARGIN, 0, buttons, in diskeditor_show()
177 dlg_draw_buttons(dialog, height - 2*MARGIN, 0, buttons, in diskeditor_show()
185 dlg_draw_buttons(dialog, height - 2*MARGIN, 0, buttons, in diskeditor_show()
254 dlg_draw_buttons(dialog, height - 2*MARGIN, 0, in diskeditor_show()