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

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
H A Dcursesw.h240 #ifdef getparyx
241 inline void UNDEF(getparyx)(WINDOW* win, int& y, int& x) { getparyx(win, y, x); } function
242 #undef getparyx macro
243 #define getparyx UNDEF(getparyx) macro
937 void getparyx(int& y, int& x) const { ::getparyx(w, y, x); } function in class:NCursesWindow
H A Dcurses.h1060 #define getparyx(win,y,x) (y = getpary(win), x = getparx(win)) macro
H A Dncurses.h1060 #define getparyx(win,y,x) (y = getpary(win), x = getparx(win)) macro

Completed in 51 milliseconds