Searched defs:getmaxyx (Results 1 - 1 of 1) sorted by path

/macosx-10.9.5/ncurses-42/ncurses/c++/
H A Dcursesw.h229 inline void UNDEF(getmaxyx)(WINDOW* win, int& y, int& x) { getmaxyx(win, y, x); } function
230 #undef getmaxyx macro
231 #define getmaxyx UNDEF(getmaxyx) macro
934 void getmaxyx(int& y, int& x) const { ::getmaxyx(w, y, x); } function in class:NCursesWindow

Completed in 306 milliseconds