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

/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
H A Dcursesw.h285 #ifdef getmaxyx
286 inline void UNDEF(getmaxyx)(WINDOW* win, int& y, int& x) { getmaxyx(win, y, x); } function
287 #undef getmaxyx macro
288 #define getmaxyx UNDEF(getmaxyx) macro
H A Dcurses.h910 #define getmaxyx(win,y,x) (y = getmaxy(win), x = getmaxx(win)) macro
H A Dncurses.h910 #define getmaxyx(win,y,x) (y = getmaxy(win), x = getmaxx(win)) macro
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
H A Dcursesw.h285 #ifdef getmaxyx
286 inline void UNDEF(getmaxyx)(WINDOW* win, int& y, int& x) { getmaxyx(win, y, x); } function
287 #undef getmaxyx macro
288 #define getmaxyx UNDEF(getmaxyx) macro
H A Dcurses.h910 #define getmaxyx(win,y,x) (y = getmaxy(win), x = getmaxx(win)) macro
H A Dncurses.h910 #define getmaxyx(win,y,x) (y = getmaxy(win), x = getmaxx(win)) macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
H A Dcursesw.h285 #ifdef getmaxyx
286 inline void UNDEF(getmaxyx)(WINDOW* win, int& y, int& x) { getmaxyx(win, y, x); } function
287 #undef getmaxyx macro
288 #define getmaxyx UNDEF(getmaxyx) macro
H A Dcurses.h910 #define getmaxyx(win,y,x) (y = getmaxy(win), x = getmaxx(win)) macro
H A Dncurses.h910 #define getmaxyx(win,y,x) (y = getmaxy(win), x = getmaxx(win)) macro

Completed in 76 milliseconds