Searched defs:touchwin (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/PDCurses/pdcurses/ |
H A D | touch.c | 56 int touchwin(WINDOW *win) in touchwin() function
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/ |
D | cursesw.h | 665 inline int UNDEF(touchwin)(WINDOW *win) { return touchwin(win); } in UNDEF() argument 667 #define touchwin UNDEF(touchwin) macro 1232 int touchwin() { return ::wtouchln(w, 0, height(), 1); } in touchwin() function
|
D | curses.h | 1134 #define touchwin(win) wtouchln((win), 0, getmaxy(win), 1) macro
|
D | ncurses.h | 1134 #define touchwin(win) wtouchln((win), 0, getmaxy(win), 1) macro
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | _cursesmodule.c | 299 Window_NoArgNoReturnFunction(touchwin) in Window_NoArgNoReturnFunction() argument
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | _cursesmodule.c | 622 Window_NoArgNoReturnFunction(touchwin) in Window_NoArgNoReturnFunction() argument
|
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/ |
H A D | curses.h | 968 #define touchwin(win) wtouchln((win), 0, getmaxy(win), 1) macro
|