Lines Matching refs:width
466 int width, in dlg_form() argument
492 int old_width = width; in dlg_form()
510 bool was_autosize = (height == 0 || width == 0); in dlg_form()
526 DLG_TRACE2N("width", width); in dlg_form()
542 dlg_auto_size(title, prompt, &height, &width, in dlg_form()
555 dlg_auto_size(title, prompt, &thigh, &twide, 0, width); in dlg_form()
560 dlg_print_size(height, width); in dlg_form()
561 dlg_ctl_size(height, width); in dlg_form()
563 x = dlg_box_x_ordinate(width); in dlg_form()
566 dialog = dlg_new_window(height, width, y, x); in dlg_form()
572 dlg_draw_box2(dialog, 0, 0, height, width, dialog_attr, border_attr, border2_attr); in dlg_form()
577 dlg_print_autowrap(dialog, prompt, height, width); in dlg_form()
579 form_width = width - 6; in dlg_form()
583 box_x = (width - form_width) / 2 - 1; in dlg_form()
635 FALSE, width); in dlg_form()
787 width = old_width; in dlg_form()
930 int width, in dialog_form() argument
969 width, in dialog_form()