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

/macosx-10.10/ncurses-44/ncurses/c++/
H A Dcursesw.h211 inline void UNDEF(getbegyx)(WINDOW* win, int& y, int& x) { getbegyx(win, y, x); } function
212 #undef getbegyx macro
213 #define getbegyx UNDEF(getbegyx) macro
931 void getbegyx(int& y, int& x) const { ::getbegyx(w, y, x); } function in class:NCursesWindow

Completed in 117 milliseconds