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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
curses_tests.py 37 stdscr.clrtoeol()
test_curses.py 45 stdscr.clrtoeol, stdscr.cursyncup, stdscr.delch,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
curses_tests.py 37 stdscr.clrtoeol()
test_curses.py 45 stdscr.clrtoeol, stdscr.cursyncup, stdscr.delch,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
cursesw.h 147 #ifdef clrtoeol
148 inline int UNDEF(clrtoeol)() { return clrtoeol(); } function
149 #undef clrtoeol macro
150 #define clrtoeol UNDEF(clrtoeol) macro
1192 int clrtoeol() { return ::wclrtoeol(w); } function in class:NCursesWindow
    [all...]
curses.h 556 extern NCURSES_EXPORT(int) clrtoeol (void); /* generated */
1152 #define clrtoeol macro
    [all...]
ncurses.h 556 extern NCURSES_EXPORT(int) clrtoeol (void); /* generated */
1152 #define clrtoeol macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursesw.h 147 #ifdef clrtoeol
148 inline int UNDEF(clrtoeol)() { return clrtoeol(); } function
149 #undef clrtoeol macro
150 #define clrtoeol UNDEF(clrtoeol) macro
1192 int clrtoeol() { return ::wclrtoeol(w); } function in class:NCursesWindow
    [all...]
curses.h 556 extern NCURSES_EXPORT(int) clrtoeol (void); /* generated */
1152 #define clrtoeol macro
    [all...]
ncurses.h 556 extern NCURSES_EXPORT(int) clrtoeol (void); /* generated */
1152 #define clrtoeol macro
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
textpad.py 131 self.win.clrtoeol()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
textpad.py 131 self.win.clrtoeol()

Completed in 323 milliseconds