| /NextBSD/contrib/dialog/ |
| HD | yesno.c | 54 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()
|
| HD | msgbox.c | 58 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()
|
| HD | tailbox.c | 312 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()
|
| HD | mixedgauge.c | 43 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()
|
| HD | formbox.c | 358 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()
|
| HD | textbox.c | 710 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/ |
| HD | diskeditor.c | 76 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/ |
| HD | apr_snprintf.c | 695 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/ |
| HD | scrsize.c | 74 win_attributes.width -= hints.min_width;
|
| /NextBSD/sys/dev/drm2/ |
| HD | drm_mode.h | 109 __u32 min_width, max_width; member
|
| HD | drm_crtc.c | 1265 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()
|
| HD | drm_crtc.h | 787 int min_width, min_height; member
|
| /NextBSD/sys/contrib/v4l/ |
| HD | videodev2.h | 414 __u32 min_width; /* Minimum frame width [pixel] */ member
|
| /NextBSD/usr.sbin/bsdconfig/share/ |
| HD | dialog.subr | 348 # 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/ |
| HD | intel_display.c | 6991 dev->mode_config.min_width = 0; in intel_modeset_init()
|