Searched refs:min_width (Results 1 - 13 of 13) sorted by last modified time

/freebsd-9.3-release/usr.sbin/bsdinstall/partedit/
H A Ddiskeditor.c76 int height, width, min_width; local
102 min_width = 50;
106 dlg_button_layout(buttons, &min_width);
107 dlg_auto_size(title, prompt, &height, &width, 2, min_width);
/freebsd-9.3-release/contrib/less/
H A Dscrsize.c74 win_attributes.width -= hints.min_width;
/freebsd-9.3-release/contrib/dialog/
H A Dformbox.c323 int *min_width)
368 *min_width = min_w;
467 int min_width = 0, min_height = 0; local
478 make_FORM_ELTs(items, item_no, &min_height, &min_width);
479 dlg_button_layout(buttons, &min_width);
489 MAX(26, 2 + min_width));
320 make_FORM_ELTs(DIALOG_FORMITEM * item, int item_no, int *min_height, int *min_width) argument
H A Dmenubox.c332 int max_choice, min_width; local
349 min_width = dlg_calc_list_width(item_no, items) + 10;
351 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, MAX(26, min_width));
H A Dmixedgauge.c43 int width, old_width, min_width; member in struct:__anon931
296 dlg->min_width = MIN_WIDE + dlg->len_name + GUTTER + dlg->len_text;
316 dlg->min_width);
H A Dmsgbox.c64 int min_width = (pauseopt == 1 ? 12 : 0); local
72 dlg_button_layout(buttons, &min_width);
77 min_width);
H A Dtailbox.c311 int min_width = 12; local
320 dlg_auto_sizefile(title, file, &height, &width, 2, min_width);
346 dlg_button_layout(buttons, &min_width);
390 dlg_button_layout(buttons, &min_width);
H A Dtextbox.c679 int min_width = 12; local
703 dlg_button_layout(obj.buttons, &min_width);
710 dlg_auto_sizefile(title, file, &height, &width, 2, min_width);
H A Dyesno.c60 int min_width = 25; local
71 dlg_button_layout(buttons, &min_width);
72 dlg_auto_size(title, prompt, &height, &width, 2, min_width);
/freebsd-9.3-release/sys/dev/drm2/
H A Ddrm_crtc.c1157 card_res->min_width = dev->mode_config.min_width;
2064 if ((config->min_width > r.width) || (r.width > config->max_width))
2183 if ((config->min_width > r->width) || (r->width > config->max_width)) {
2185 r->width, config->min_width, config->max_width);
H A Ddrm_crtc.h660 int min_width, min_height; member in struct:drm_mode_config
H A Ddrm_mode.h107 uint32_t min_width, max_width; member in struct:drm_mode_card_res
/freebsd-9.3-release/sys/dev/drm2/i915/
H A Dintel_display.c9275 dev->mode_config.min_width = 0;

Completed in 103 milliseconds