Home
last modified time | relevance | path

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

/freebsd/contrib/dialog/
H A Dyesno.c53 int min_width = 25; in dialog_yesno() local
73 dlg_button_layout(buttons, &min_width); in dialog_yesno()
74 dlg_auto_size(title, prompt, &height, &width, 2, min_width); in dialog_yesno()
H A Dmsgbox.c57 int min_width = (pauseopt == 1 ? 12 : 0); in dialog_msgbox() local
80 dlg_button_layout(buttons, &min_width); in dialog_msgbox()
86 min_width); in dialog_msgbox()
H A Dtailbox.c339 int min_width = 12; in dialog_tailbox() local
355 dlg_auto_sizefile(title, filename, &height, &width, 2, min_width); in dialog_tailbox()
381 dlg_button_layout(buttons, &min_width); in dialog_tailbox()
424 dlg_button_layout(buttons, &min_width); in dialog_tailbox()
H A Dformbox.c360 int *min_width) in make_FORM_ELTs() argument
404 *min_width = min_w; in make_FORM_ELTs()
509 int min_width = 0, min_height = 0; in dlg_form() local
532 make_FORM_ELTs(items, item_no, &min_height, &min_width); in dlg_form()
533 dlg_button_layout(buttons, &min_width); in dlg_form()
544 MAX(26, 2 + min_width)); in dlg_form()
H A Dmixedgauge.c43 int width, old_width, min_width; member
299 dlg->min_width = MIN_WIDE + dlg->len_name + GUTTER + dlg->len_text; in dlg_begin_mixedgauge()
319 dlg->min_width); in dlg_begin_mixedgauge()
H A Dtextbox.c728 int min_width = 12; in dialog_textbox() local
758 dlg_button_layout(obj.buttons, &min_width); in dialog_textbox()
765 dlg_auto_sizefile(title, filename, &height, &width, 2, min_width); in dialog_textbox()
/freebsd/contrib/less/
H A Dscrsize.c74 win_attributes.width -= hints.min_width;
/freebsd/sys/dev/drm2/
H A Ddrm_mode.h107 __u32 min_width, max_width; member
H A Ddrm_crtc.c1263 card_res->min_width = dev->mode_config.min_width; in drm_mode_getresources()
2164 if ((config->min_width > r.width) || (r.width > config->max_width)) in drm_mode_addfb()
2343 if ((config->min_width > r->width) || (r->width > config->max_width)) { in drm_mode_addfb2()
2345 r->width, config->min_width, config->max_width); in drm_mode_addfb2()
H A Ddrm_crtc.h785 int min_width, min_height; member
/freebsd/sys/arm/nvidia/drm2/
H A Dtegra_host1x.c198 drm_dev->mode_config.min_width = 32; in host1x_drm_load()
/freebsd/sys/contrib/v4l/
H A Dvideodev2.h414 __u32 min_width; /* Minimum frame width [pixel] */ member
/freebsd/usr.sbin/bsdconfig/share/
H A Ddialog.subr355 # f_dialog_size_constrain $var_height $var_width [$min_height [$min_width]]
364 # passing $min_width.
446 # [$min_height [$min_width [$min_rows]]]
455 # passing $min_width.
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c5407 get_namewidth(zpool_handle_t *zhp, int min_width, int flags, boolean_t verbose) in get_namewidth() argument
5410 int width = min_width; in get_namewidth()
5417 width = MAX(poolname_len, min_width); in get_namewidth()
5420 max_width(zhp, nvroot, 0, min_width, flags)); in get_namewidth()