getmaxy
|| getmaxy(result) != getmaxy(target)) {
1 + getmaxy(target),
&& (y + getmaxy(win) <= getmaxy(orig))) {
for (i = 0; i < getmaxy(win); i++)
(long) getmaxy(win), (long) getmaxx(win),
#define getmaxyx(win,y,x) (y = getmaxy(win), x = getmaxx(win))
#define touchwin(win) wtouchln((win), 0, getmaxy(win), 1)
#define untouchwin(win) wtouchln((win), 0, getmaxy(win), 0)
#define is_linetouched(w,l) ((!(w) || ((l) > getmaxy(w)) || ((l) < 0)) ? ERR : (is_linetouched)((w),(l)))
extern NCURSES_EXPORT(int) getmaxy (const WINDOW *); /* generated */
height = getmaxy(win);
height = getmaxy(win);
if ((form->cols > getmaxx(formwin)) || (form->rows > getmaxy(formwin)))
maxy = getmaxy(win);
if ((item_y + j) < getmaxy(menu->win))
if ((cy + j) < getmaxy(menu->win))
int maxy = getmaxy(win);
#define PENDY(pan) ((pan)->win->_begy + getmaxy((pan)->win) - 1)