Home
last modified time | relevance | path

Searched refs:minwidth (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/bsddialog/lib/
H A Dbarbox.c108 int minheight, minwidth; in bar_checksize() local
110 minwidth = 0; in bar_checksize()
112 minwidth = buttons_min_width(*bs); in bar_checksize()
114 minwidth = MAX(minwidth, MINBARWIDTH); in bar_checksize()
115 minwidth += VBORDERS; in bar_checksize()
117 if (cols < minwidth) in bar_checksize()
/freebsd-14.2/sys/contrib/v4l/
H A Dvideodev.h48 int minwidth; /* Supported width */ member
/freebsd-14.2/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_consume.c588 int minwidth, maxwidth, i; in dt_print_quanthdr_packed() local
599 minwidth = dt_ndigits(DTRACE_QUANTIZE_BUCKETVAL(min)); in dt_print_quanthdr_packed()
603 minwidth = maxwidth - 1; in dt_print_quanthdr_packed()
608 width, width > 0 ? "key" : "", minwidth, "min") < 0) in dt_print_quanthdr_packed()