/freebsd/contrib/dialog/ |
H A D | yesno.c | 53 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 D | msgbox.c | 57 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 D | tailbox.c | 339 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 D | formbox.c | 360 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 D | mixedgauge.c | 43 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 D | textbox.c | 728 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 D | scrsize.c | 74 win_attributes.width -= hints.min_width;
|
/freebsd/sys/dev/drm2/ |
H A D | drm_mode.h | 107 __u32 min_width, max_width; member
|
H A D | drm_crtc.c | 1251 card_res->min_width = dev->mode_config.min_width; in drm_mode_getresources() 2148 if ((config->min_width > r.width) || (r.width > config->max_width)) in drm_mode_addfb() 2327 if ((config->min_width > r->width) || (r->width > config->max_width)) { in drm_mode_addfb2() 2329 r->width, config->min_width, config->max_width); in drm_mode_addfb2()
|
H A D | drm_crtc.h | 785 int min_width, min_height; member
|
/freebsd/sys/arm/nvidia/drm2/ |
H A D | tegra_host1x.c | 198 drm_dev->mode_config.min_width = 32; in host1x_drm_load()
|
/freebsd/sys/contrib/v4l/ |
H A D | videodev2.h | 414 __u32 min_width; /* Minimum frame width [pixel] */ member
|
/freebsd/usr.sbin/bsdconfig/share/ |
H A D | dialog.subr | 355 # 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 D | zpool_main.c | 5850 get_namewidth(zpool_handle_t *zhp, int min_width, int flags, boolean_t verbose) in get_namewidth() argument 5853 int width = min_width; in get_namewidth() 5860 width = MAX(poolname_len, min_width); in get_namewidth() 5863 max_width(zhp, nvroot, 0, min_width, flags)); in get_namewidth()
|