Lines Matching full:width
51 int width, in dialog_pause() argument
65 int old_width = width; in dialog_pause()
86 DLG_TRACE2N("width", width); in dialog_pause()
103 dlg_auto_size(title, prompt, &height, &width, in dialog_pause()
106 dlg_button_layout(buttons, &width); in dialog_pause()
108 dlg_auto_size(title, prompt, &height, &width, in dialog_pause()
113 dlg_print_size(height, width); in dialog_pause()
114 dlg_ctl_size(height, width); in dialog_pause()
117 x = dlg_box_x_ordinate(width); in dialog_pause()
120 dialog = dlg_new_window(height, width, y, x); in dialog_pause()
130 dlg_draw_box2(dialog, 0, 0, height, width, dialog_attr, border_attr, border2_attr); in dialog_pause()
136 dlg_print_autowrap(dialog, prompt, height, width); in dialog_pause()
140 2 + MARGIN, width - 2 * (2 + MARGIN), in dialog_pause()
153 for (i = 0; i < (width - 2 * (3 + MARGIN)); i++) in dialog_pause()
156 (void) wmove(dialog, gauge_y + MARGIN, (width / 2) - 2); in dialog_pause()
164 x = (seconds * (width - 2 * (3 + MARGIN))) / seconds_orig; in dialog_pause()
179 mouse_mkbutton(height - 2, width / 2 - 4, 6, '\n'); in dialog_pause()
182 dlg_draw_buttons(dialog, height - 2, 0, buttons, button, FALSE, width); in dialog_pause()
208 width = old_width; in dialog_pause()
220 FALSE, width); in dialog_pause()
229 FALSE, width); in dialog_pause()