Home
last modified time | relevance | path

Searched refs:maxheight (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/bsddialog/lib/
H A Dlib_util.c795 int maxheight; in widget_max_height() local
798 if (maxheight <= 0) in widget_max_height()
804 maxheight -= conf->auto_topmargin; in widget_max_height()
805 if (maxheight <= 0) in widget_max_height()
809 maxheight -= conf->y; in widget_max_height()
810 if (maxheight <= 0) in widget_max_height()
815 maxheight -= conf->auto_downmargin; in widget_max_height()
816 if (maxheight <= 0) in widget_max_height()
820 return (maxheight); in widget_max_height()
915 int maxheight, maxwidth; in set_widget_size() local
[all …]
/freebsd-14.2/sys/contrib/v4l/
H A Dvideodev.h47 int maxheight; /* And height */ member