Home | History | Annotate | Download | only in include

Lines Matching defs:getyx

272 #ifdef getyx
273 inline void UNDEF(getyx)(const WINDOW* win, int& y, int& x) {
274 getyx(win, y, x); }
275 #undef getyx
276 #define getyx UNDEF(getyx)
862 void getyx(int& y, int& x) const { ::getyx(w, y, x); }