HomeSort by relevance Sort by last modified time
    Searched defs:touchwin (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesw.h 664 #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
    [all...]
curses.h 755 extern NCURSES_EXPORT(int) touchwin (WINDOW *); /* generated */
1134 #define touchwin macro
    [all...]
ncurses.h 755 extern NCURSES_EXPORT(int) touchwin (WINDOW *); /* generated */
1134 #define touchwin macro
    [all...]

Completed in 111 milliseconds