Lines Matching refs:height
78 int height, width, min_width; in diskeditor_show() local
121 height = width = 0; in diskeditor_show()
125 dlg_auto_size(title, prompt, &height, &width, 2, min_width); in diskeditor_show()
126 height += partlist_height; in diskeditor_show()
128 dlg_print_size(height, width); in diskeditor_show()
129 dlg_ctl_size(height, width); in diskeditor_show()
132 y = dlg_box_y_ordinate(height); in diskeditor_show()
134 dialog = dlg_new_window(height, width, y, x); in diskeditor_show()
138 dlg_draw_box(dialog, 0, 0, height, width, dialog_attr, border_attr); in diskeditor_show()
151 dlg_draw_buttons(dialog, height - 2*MARGIN, 0, buttons, in diskeditor_show()
153 dlg_print_autowrap(dialog, prompt, height, width); in diskeditor_show()
181 dlg_draw_buttons(dialog, height - 2*MARGIN, 0, buttons, in diskeditor_show()
195 dlg_draw_buttons(dialog, height - 2*MARGIN, 0, buttons, in diskeditor_show()
203 dlg_draw_buttons(dialog, height - 2*MARGIN, 0, buttons, in diskeditor_show()
272 dlg_draw_buttons(dialog, height - 2*MARGIN, 0, in diskeditor_show()