Home | History | Annotate | Download | only in include

Lines Matching refs:getmaxyx

285 #ifdef getmaxyx
286 inline void UNDEF(getmaxyx)(WINDOW* win, int& y, int& x) { getmaxyx(win, y, x); }
287 #undef getmaxyx
288 #define getmaxyx UNDEF(getmaxyx)