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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
cursesw.h 165 #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
    [all...]
curses.h 565 extern NCURSES_EXPORT(int) delch (void); /* generated */
1154 #define delch macro
    [all...]
ncurses.h 565 extern NCURSES_EXPORT(int) delch (void); /* generated */
1154 #define delch macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursesw.h 165 #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
    [all...]
curses.h 565 extern NCURSES_EXPORT(int) delch (void); /* generated */
1154 #define delch macro
    [all...]
ncurses.h 565 extern NCURSES_EXPORT(int) delch (void); /* generated */
1154 #define delch macro
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
textpad.py 103 self.win.delch()
105 self.win.delch()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
textpad.py 103 self.win.delch()
105 self.win.delch()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_curses.py 45 stdscr.clrtoeol, stdscr.cursyncup, stdscr.delch,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_curses.py 45 stdscr.clrtoeol, stdscr.cursyncup, stdscr.delch,

Completed in 96 milliseconds