Home | History | Annotate | Download | only in include

Lines Matching defs:getmaxx

815 extern NCURSES_EXPORT(int) getmaxx (const WINDOW *);			/* generated */
910 #define getmaxyx(win,y,x) (y = getmaxy(win), x = getmaxx(win))
952 #define getmaxx(win) ((win) ? ((win)->_maxx + 1) : ERR)