Home | History | Annotate | Download | only in include

Lines Matching refs:getmaxyx

228 #ifdef getmaxyx
229 inline void UNDEF(getmaxyx)(WINDOW* win, int& y, int& x) { getmaxyx(win, y, x); }
230 #undef getmaxyx
231 #define getmaxyx UNDEF(getmaxyx)
934 void getmaxyx(int& y, int& x) const { ::getmaxyx(w, y, x); }