Searched defs:getyx (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/ncurses-42/ncurses/c++/
H A Dcursesw.h253 inline void UNDEF(getyx)(const WINDOW* win, int& y, int& x) { function
255 #undef getyx macro
256 #define getyx UNDEF(getyx) macro
928 void getyx(int& y, int& x) const { ::getyx(w, y, x); } function in class:NCursesWindow

Completed in 120 milliseconds