Home | History | Annotate | Download | only in include

Lines Matching defs:getmaxx

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