Searched refs:delch (Results 1 - 11 of 11) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/curses/
H A Dtextpad.py103 self.win.delch()
105 self.win.delch()
/prebuilts/gdb/linux-x86/lib/python2.7/curses/
H A Dtextpad.py103 self.win.delch()
105 self.win.delch()
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
H A Dtextpad.py103 self.win.delch()
105 self.win.delch()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
H A Dtextpad.py103 self.win.delch()
105 self.win.delch()
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
H A Dcursesw.h165 #ifdef delch
166 inline int UNDEF(delch)() { return delch(); } function
167 #undef delch macro
168 #define delch UNDEF(delch) macro
1195 int delch() { return ::wdelch(w); } function in class:NCursesWindow
1198 int delch(int y, int x) { return ::mvwdelch(w, y, x); } function in class:NCursesWindow
H A Dcurses.h584 extern NCURSES_EXPORT(int) delch (void); /* generated */
1183 #define delch() wdelch(stdscr) macro
H A Dncurses.h584 extern NCURSES_EXPORT(int) delch (void); /* generated */
1183 #define delch() wdelch(stdscr) macro
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_curses.py45 stdscr.clrtoeol, stdscr.cursyncup, stdscr.delch,
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_curses.py45 stdscr.clrtoeol, stdscr.cursyncup, stdscr.delch,
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_curses.py45 stdscr.clrtoeol, stdscr.cursyncup, stdscr.delch,
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_curses.py45 stdscr.clrtoeol, stdscr.cursyncup, stdscr.delch,

Completed in 55 milliseconds