Home
last modified time | relevance | path

Searched refs:min_width (Results 1 – 15 of 15) sorted by relevance

/NextBSD/contrib/dialog/
HDyesno.c54 int min_width = 25; in dialog_yesno() local
65 dlg_button_layout(buttons, &min_width); in dialog_yesno()
66 dlg_auto_size(title, prompt, &height, &width, 2, min_width); in dialog_yesno()
HDmsgbox.c58 int min_width = (pauseopt == 1 ? 12 : 0); in dialog_msgbox() local
74 dlg_button_layout(buttons, &min_width); in dialog_msgbox()
79 min_width); in dialog_msgbox()
HDtailbox.c312 int min_width = 12; in dialog_tailbox() local
321 dlg_auto_sizefile(title, file, &height, &width, 2, min_width); in dialog_tailbox()
347 dlg_button_layout(buttons, &min_width); in dialog_tailbox()
392 dlg_button_layout(buttons, &min_width); in dialog_tailbox()
HDmixedgauge.c43 int width, old_width, min_width; member
294 dlg->min_width = MIN_WIDE + dlg->len_name + GUTTER + dlg->len_text; in dlg_begin_mixedgauge()
314 dlg->min_width); in dlg_begin_mixedgauge()
HDformbox.c358 int *min_width) in make_FORM_ELTs() argument
403 *min_width = min_w; in make_FORM_ELTs()
503 int min_width = 0, min_height = 0; in dlg_form() local
514 make_FORM_ELTs(items, item_no, &min_height, &min_width); in dlg_form()
515 dlg_button_layout(buttons, &min_width); in dlg_form()
525 MAX(26, 2 + min_width)); in dlg_form()
HDtextbox.c710 int min_width = 12; in dialog_textbox() local
734 dlg_button_layout(obj.buttons, &min_width); in dialog_textbox()
741 dlg_auto_sizefile(title, file, &height, &width, 2, min_width); in dialog_textbox()
/NextBSD/usr.sbin/bsdinstall/partedit/
HDdiskeditor.c76 int height, width, min_width; in diskeditor_show() local
118 min_width = 50; in diskeditor_show()
122 dlg_button_layout(buttons, &min_width); in diskeditor_show()
123 dlg_auto_size(title, prompt, &height, &width, 2, min_width); in diskeditor_show()
/NextBSD/contrib/apr/strings/
HDapr_snprintf.c695 register apr_size_t min_width = 0; in apr_vformatter() local
772 STR_TO_DEC(fmt, min_width); in apr_vformatter()
781 min_width = (apr_size_t)(-v); in apr_vformatter()
784 min_width = (apr_size_t)v; in apr_vformatter()
1316 if (adjust_width && adjust == RIGHT && min_width > s_len) { in apr_vformatter()
1321 min_width--; in apr_vformatter()
1323 PAD(min_width, s_len, pad_char); in apr_vformatter()
1336 if (adjust_width && adjust == LEFT && min_width > s_len) in apr_vformatter()
1337 PAD(min_width, s_len, pad_char); in apr_vformatter()
/NextBSD/contrib/less/
HDscrsize.c74 win_attributes.width -= hints.min_width;
/NextBSD/sys/dev/drm2/
HDdrm_mode.h109 __u32 min_width, max_width; member
HDdrm_crtc.c1265 card_res->min_width = dev->mode_config.min_width; in drm_mode_getresources()
2166 if ((config->min_width > r.width) || (r.width > config->max_width)) in drm_mode_addfb()
2345 if ((config->min_width > r->width) || (r->width > config->max_width)) { in drm_mode_addfb2()
2347 r->width, config->min_width, config->max_width); in drm_mode_addfb2()
HDdrm_crtc.h787 int min_width, min_height; member
/NextBSD/sys/contrib/v4l/
HDvideodev2.h414 __u32 min_width; /* Minimum frame width [pixel] */ member
/NextBSD/usr.sbin/bsdconfig/share/
HDdialog.subr348 # f_dialog_size_constrain $var_height $var_width [$min_height [$min_width]]
357 # passing $min_width.
439 # [$min_height [$min_width [$min_rows]]]
448 # passing $min_width.
/NextBSD/sys/dev/drm2/i915/
HDintel_display.c6991 dev->mode_config.min_width = 0; in intel_modeset_init()