/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
cursesw.h | 409 #ifdef untouchwin 410 inline int UNDEF(untouchwin)(WINDOW *win) { return untouchwin(win); } function 411 #undef untouchwin macro 412 #define untouchwin UNDEF(untouchwin) macro 1122 int untouchwin() { return ::wtouchln(w, 0, height(), 0); } function in class:NCursesWindow [all...] |
curses.h | 726 extern NCURSES_EXPORT(int) untouchwin (WINDOW *); /* generated */ 977 #define untouchwin macro [all...] |
ncurses.h | 726 extern NCURSES_EXPORT(int) untouchwin (WINDOW *); /* generated */ 977 #define untouchwin macro [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
cursesw.h | 409 #ifdef untouchwin 410 inline int UNDEF(untouchwin)(WINDOW *win) { return untouchwin(win); } function 411 #undef untouchwin macro 412 #define untouchwin UNDEF(untouchwin) macro 1122 int untouchwin() { return ::wtouchln(w, 0, height(), 0); } function in class:NCursesWindow [all...] |
curses.h | 726 extern NCURSES_EXPORT(int) untouchwin (WINDOW *); /* generated */ 977 #define untouchwin macro [all...] |
ncurses.h | 726 extern NCURSES_EXPORT(int) untouchwin (WINDOW *); /* generated */ 977 #define untouchwin macro [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
cursesw.h | 409 #ifdef untouchwin 410 inline int UNDEF(untouchwin)(WINDOW *win) { return untouchwin(win); } function 411 #undef untouchwin macro 412 #define untouchwin UNDEF(untouchwin) macro 1122 int untouchwin() { return ::wtouchln(w, 0, height(), 0); } function in class:NCursesWindow [all...] |
curses.h | 726 extern NCURSES_EXPORT(int) untouchwin (WINDOW *); /* generated */ 977 #define untouchwin macro [all...] |
ncurses.h | 726 extern NCURSES_EXPORT(int) untouchwin (WINDOW *); /* generated */ 977 #define untouchwin macro [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_curses.py | 52 stdscr.syncup, stdscr.touchwin, stdscr.untouchwin]:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_curses.py | 52 stdscr.syncup, stdscr.touchwin, stdscr.untouchwin]:
|