Home
last modified time | relevance | path

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

/freebsd/contrib/bsddialog/lib/
H A Dlib_util.c424 int maxheight; in widget_max_height() local
426 maxheight = conf->shadow ? SCREENLINES - (int)t.shadow.y : SCREENLINES; in widget_max_height()
427 if (maxheight <= 0) in widget_max_height()
433 maxheight -= conf->auto_topmargin; in widget_max_height()
434 if (maxheight <= 0) in widget_max_height()
438 maxheight -= conf->y; in widget_max_height()
439 if (maxheight <= 0) in widget_max_height()
444 maxheight -= conf->auto_downmargin; in widget_max_height()
445 if (maxheight <= 0) in widget_max_height()
449 return (maxheight); in widget_max_height()
801 int maxheight, maxwidth; set_widget_size() local
[all...]
/freebsd/sys/contrib/v4l/
H A Dvideodev.h47 int maxheight; /* And height */ member