Searched refs:touchwin (Results 1 - 11 of 11) sorted by relevance

/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
H A Dcursesw.h403 #ifdef touchwin
404 inline int UNDEF(touchwin)(WINDOW *win) { return touchwin(win); } function
405 #undef touchwin macro
406 #define touchwin UNDEF(touchwin) macro
1119 int touchwin() { return ::wtouchln(w, 0, height(), 1); } function in class:NCursesWindow
H A Dcurses.h723 extern NCURSES_EXPORT(int) touchwin (WINDOW *); /* generated */
975 #define touchwin(win) wtouchln((win), 0, getmaxy(win), 1) macro
H A Dncurses.h723 extern NCURSES_EXPORT(int) touchwin (WINDOW *); /* generated */
975 #define touchwin(win) wtouchln((win), 0, getmaxy(win), 1) macro
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
H A Dcursesw.h403 #ifdef touchwin
404 inline int UNDEF(touchwin)(WINDOW *win) { return touchwin(win); } function
405 #undef touchwin macro
406 #define touchwin UNDEF(touchwin) macro
1119 int touchwin() { return ::wtouchln(w, 0, height(), 1); } function in class:NCursesWindow
H A Dcurses.h723 extern NCURSES_EXPORT(int) touchwin (WINDOW *); /* generated */
975 #define touchwin(win) wtouchln((win), 0, getmaxy(win), 1) macro
H A Dncurses.h723 extern NCURSES_EXPORT(int) touchwin (WINDOW *); /* generated */
975 #define touchwin(win) wtouchln((win), 0, getmaxy(win), 1) macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
H A Dcursesw.h403 #ifdef touchwin
404 inline int UNDEF(touchwin)(WINDOW *win) { return touchwin(win); } function
405 #undef touchwin macro
406 #define touchwin UNDEF(touchwin) macro
1119 int touchwin() { return ::wtouchln(w, 0, height(), 1); } function in class:NCursesWindow
H A Dcurses.h723 extern NCURSES_EXPORT(int) touchwin (WINDOW *); /* generated */
975 #define touchwin(win) wtouchln((win), 0, getmaxy(win), 1) macro
H A Dncurses.h723 extern NCURSES_EXPORT(int) touchwin (WINDOW *); /* generated */
975 #define touchwin(win) wtouchln((win), 0, getmaxy(win), 1) macro
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_curses.py52 stdscr.syncup, stdscr.touchwin, stdscr.untouchwin]:
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_curses.py52 stdscr.syncup, stdscr.touchwin, stdscr.untouchwin]:

Completed in 137 milliseconds