Home
last modified time | relevance | path

Searched defs:touchwin (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/coreboot/payloads/libpayload/curses/PDCurses/pdcurses/
H A Dtouch.c56 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/
Dcursesw.h665 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
Dcurses.h1134 #define touchwin(win) wtouchln((win), 0, getmaxy(win), 1) macro
Dncurses.h1134 #define touchwin(win) wtouchln((win), 0, getmaxy(win), 1) macro
/aosp_15_r20/external/python/cpython2/Modules/
D_cursesmodule.c299 Window_NoArgNoReturnFunction(touchwin) in Window_NoArgNoReturnFunction() argument
/aosp_15_r20/external/python/cpython3/Modules/
D_cursesmodule.c622 Window_NoArgNoReturnFunction(touchwin) in Window_NoArgNoReturnFunction() argument
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/
H A Dcurses.h968 #define touchwin(win) wtouchln((win), 0, getmaxy(win), 1) macro