Lines Matching refs:maxwidth
454 int maxwidth;
456 maxwidth = conf->shadow ? SCREENCOLS - (int)t.shadow.x : SCREENCOLS;
457 if (maxwidth <= 0)
461 maxwidth -= conf->x;
462 if (maxwidth <= 0)
467 return (maxwidth);
596 int i, j, x, y, z, l, line, maxwidth, tablen;
598 maxwidth = widget_max_width(conf) - BORDERS - TEXTHMARGINS;
605 mincols = MIN(mincols, maxwidth);
664 if (mincols >= maxwidth)
801 int maxheight, maxwidth;
814 if ((maxwidth = widget_max_width(conf)) == BSDDIALOG_ERROR)
818 *w = maxwidth;
822 *w = MIN(cols, maxwidth); /* cols is at most maxwidth */