Lines Matching refs:width
35 dialog_msgbox(const char *title, const char *cprompt, int height, int width, in dialog_msgbox() argument
70 req_wide = width; in dialog_msgbox()
77 dlg_auto_size(title, prompt, &height, &width, in dialog_msgbox()
80 dlg_print_size(height, width); in dialog_msgbox()
81 dlg_ctl_size(height, width); in dialog_msgbox()
83 x = dlg_box_x_ordinate(width); in dialog_msgbox()
88 dlg_move_window(dialog, height, width, y, x); in dialog_msgbox()
92 dialog = dlg_new_window(height, width, y, x); in dialog_msgbox()
100 dlg_draw_box2(dialog, 0, 0, height, width, dialog_attr, border_attr, border2_attr); in dialog_msgbox()
107 mouse_mkbutton(height - 2, width / 2 - 4, 6, '\n'); in dialog_msgbox()
108 dlg_draw_buttons(dialog, height - 2, 0, buttons, button, FALSE, width); in dialog_msgbox()
114 page, width, pauseopt); in dialog_msgbox()
133 width = req_wide; in dialog_msgbox()
144 FALSE, width); in dialog_msgbox()
153 FALSE, width); in dialog_msgbox()
178 dlg_print_scrolled(dialog, prompt, offset, page, width, pauseopt); in dialog_msgbox()