Home | History | Annotate | Download | only in include

Lines Matching refs:getbegyx

279 #ifdef getbegyx
280 inline void UNDEF(getbegyx)(WINDOW* win, int& y, int& x) { getbegyx(win, y, x); }
281 #undef getbegyx
282 #define getbegyx UNDEF(getbegyx)