Searched defs:touchwin (Results 1 - 6 of 6) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
H A Dcursesw.h664 #ifdef touchwin
665 inline int UNDEF(touchwin)(WINDOW *win) { return touchwin(win); } function
666 #undef touchwin macro
667 #define touchwin UNDEF(touchwin) macro
1232 int touchwin() { return ::wtouchln(w, 0, height(), 1); } function in class:NCursesWindow
H A Dcurses.h736 extern NCURSES_EXPORT(int) touchwin (WINDOW *); /* generated */
1105 #define touchwin(win) wtouchln((win), 0, getmaxy(win), 1) macro
H A Dncurses.h736 extern NCURSES_EXPORT(int) touchwin (WINDOW *); /* generated */
1105 #define touchwin(win) wtouchln((win), 0, getmaxy(win), 1) macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
H A Dcursesw.h664 #ifdef touchwin
665 inline int UNDEF(touchwin)(WINDOW *win) { return touchwin(win); } function
666 #undef touchwin macro
667 #define touchwin UNDEF(touchwin) macro
1232 int touchwin() { return ::wtouchln(w, 0, height(), 1); } function in class:NCursesWindow
H A Dcurses.h755 extern NCURSES_EXPORT(int) touchwin (WINDOW *); /* generated */
1134 #define touchwin(win) wtouchln((win), 0, getmaxy(win), 1) macro
H A Dncurses.h755 extern NCURSES_EXPORT(int) touchwin (WINDOW *); /* generated */
1134 #define touchwin(win) wtouchln((win), 0, getmaxy(win), 1) macro

Completed in 140 milliseconds