HomeSort by relevance Sort by last modified time
    Searched refs:untouchwin (Results 1 - 8 of 8) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursesw.h 670 #ifdef untouchwin
671 inline int UNDEF(untouchwin)(WINDOW *win) { return untouchwin(win); } function
672 #undef untouchwin macro
673 #define untouchwin UNDEF(untouchwin) macro
1235 int untouchwin() { return ::wtouchln(w, 0, height(), 0); } function in class:NCursesWindow
    [all...]
curses.h 739 extern NCURSES_EXPORT(int) untouchwin (WINDOW *); /* generated */
1107 #define untouchwin macro
    [all...]
ncurses.h 739 extern NCURSES_EXPORT(int) untouchwin (WINDOW *); /* generated */
1107 #define untouchwin macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesw.h 670 #ifdef untouchwin
671 inline int UNDEF(untouchwin)(WINDOW *win) { return untouchwin(win); } function
672 #undef untouchwin macro
673 #define untouchwin UNDEF(untouchwin) macro
1235 int untouchwin() { return ::wtouchln(w, 0, height(), 0); } function in class:NCursesWindow
    [all...]
curses.h 758 extern NCURSES_EXPORT(int) untouchwin (WINDOW *); /* generated */
1136 #define untouchwin macro
    [all...]
ncurses.h 758 extern NCURSES_EXPORT(int) untouchwin (WINDOW *); /* generated */
1136 #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]:

Completed in 195 milliseconds