Home
last modified time | relevance | path

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/
Dcursesw.h253 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
Dcurses.h1057 #define getyx(win,y,x) (y = getcury(win), x = getcurx(win)) macro
Dncurses.h1057 #define getyx(win,y,x) (y = getcury(win), x = getcurx(win)) macro
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/PDCurses/
H A Dcurses.h1342 #define getyx(w, y, x) (y = getcury(w), x = getcurx(w)) macro
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/
H A Dcurses.h912 #define getyx(win,y,x) (y = getcury(win), x = getcurx(win)) macro