Home | History | Annotate | Download | only in include

Lines Matching defs:getmaxx

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