HomeSort by relevance Sort by last modified time
    Searched refs:touchline (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 657 #ifdef touchline
658 inline int UNDEF(touchline)(WINDOW *win, int s, int c) function
659 { return touchline(win, s, c); }
660 #undef touchline macro
661 #define touchline UNDEF(touchline) macro
1229 int touchline(int s, int c) { return ::touchline(w, s, c); } function in class:NCursesWindow
    [all...]
curses.h 735 extern NCURSES_EXPORT(int) touchline (WINDOW *, int, int); /* generated */
1106 #define touchline macro
    [all...]
ncurses.h 735 extern NCURSES_EXPORT(int) touchline (WINDOW *, int, int); /* generated */
1106 #define touchline macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesw.h 657 #ifdef touchline
658 inline int UNDEF(touchline)(WINDOW *win, int s, int c) function
659 { return touchline(win, s, c); }
660 #undef touchline macro
661 #define touchline UNDEF(touchline) macro
1229 int touchline(int s, int c) { return ::touchline(w, s, c); } function in class:NCursesWindow
    [all...]
curses.h 754 extern NCURSES_EXPORT(int) touchline (WINDOW *, int, int); /* generated */
1135 #define touchline macro
    [all...]
ncurses.h 754 extern NCURSES_EXPORT(int) touchline (WINDOW *, int, int); /* generated */
1135 #define touchline macro
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_curses.py 131 stdscr.touchline(5,5)
132 stdscr.touchline(5,5,0)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_curses.py 131 stdscr.touchline(5,5)
132 stdscr.touchline(5,5,0)

Completed in 147 milliseconds