getmaxx
tx = getmaxx(stdscr);
#define getmaxyx(w, y, x) (y) = getmaxy(w), (x) = getmaxx(w)
int getmaxx(WINDOW *);
|| (cols > getmaxx(form->scrwin)))) {
menu->col_width = getmaxx(menu->scrwin) / menu->cols;
report_int(getmaxx(win));
max_y, getmaxx(stdscr));
(getmaxx(control->widgetpad) - 11)) / AUDIO_MAX_GAIN;
nchars = getmaxx(control->widgetpad) - 11 - nchars;
getmaxx(aio->header) - (int)sizeof("NetBSD audio mixer"),
aio->header = newwin(1, getmaxx(stdscr), 0, 0);
aio->classbar = newwin(2, getmaxx(stdscr), 1, 0);
getmaxx(stdscr));
control->height, getmaxx(stdscr),
wresize(class->widgetpad, class->height, getmaxx(stdscr));
aio->last_max_x = getmaxx(stdscr);
max_x = getmaxx(stdscr);
#define DRIVESPERLINE ((getmaxx(wnd) + 1) / COLWIDTH)
if (col + COLWIDTH - 1 > getmaxx(wnd)) {
if (col + COLWIDTH - 1 > getmaxx(wnd)) {
max_desc_len = getmaxx(stdscr) - 8;
mainwin = newwin(getmaxy(stdscr) - 2, getmaxx(stdscr) - 2, 1, 1);