Home
last modified time | relevance | path

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

/src/contrib/bsddialog/lib/
H A Dlib_util.c425 int maxheight; in widget_max_height() local
427 maxheight = conf->shadow ? SCREENLINES - (int)t.shadow.y : SCREENLINES; in widget_max_height()
428 if (maxheight <= 0) in widget_max_height()
434 maxheight -= conf->auto_topmargin; in widget_max_height()
435 if (maxheight <= 0) in widget_max_height()
439 maxheight -= conf->y; in widget_max_height()
440 if (maxheight <= 0) in widget_max_height()
445 maxheight -= conf->auto_downmargin; in widget_max_height()
446 if (maxheight <= 0) in widget_max_height()
450 return (maxheight); in widget_max_height()
[all …]
/src/sys/contrib/v4l/
H A Dvideodev.h47 int maxheight; /* And height */ member