Searched defs:getyx (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/ |
D | cursesw.h | 253 inline void UNDEF(getyx)(const WINDOW* win, int& y, int& x) { in UNDEF() argument 256 #define getyx UNDEF(getyx) macro 928 void getyx(int& y, int& x) const { ::getyx(w, y, x); } in getyx() function
|
D | curses.h | 1057 #define getyx(win,y,x) (y = getcury(win), x = getcurx(win)) macro
|
D | ncurses.h | 1057 #define getyx(win,y,x) (y = getcury(win), x = getcurx(win)) macro
|
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/PDCurses/ |
H A D | curses.h | 1342 #define getyx(w, y, x) (y = getcury(w), x = getcurx(w)) macro
|
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/ |
H A D | curses.h | 912 #define getyx(win,y,x) (y = getcury(win), x = getcurx(win)) macro
|