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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesw.h 152 #ifdef delch
153 inline int UNDEF(delch)() { return delch(); } function
154 #undef delch macro
155 #define delch UNDEF(delch) macro
1084 int delch() { return ::wdelch(w); } function in class:NCursesWindow
1087 int delch(int y, int x) { return ::mvwdelch(w, y, x); } function in class:NCursesWindow
    [all...]
curses.h 552 extern NCURSES_EXPORT(int) delch (void); /* generated */
1024 #define delch macro
    [all...]
ncurses.h 552 extern NCURSES_EXPORT(int) delch (void); /* generated */
1024 #define delch macro
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h 152 #ifdef delch
153 inline int UNDEF(delch)() { return delch(); } function
154 #undef delch macro
155 #define delch UNDEF(delch) macro
1084 int delch() { return ::wdelch(w); } function in class:NCursesWindow
1087 int delch(int y, int x) { return ::mvwdelch(w, y, x); } function in class:NCursesWindow
    [all...]
curses.h 552 extern NCURSES_EXPORT(int) delch (void); /* generated */
1024 #define delch macro
    [all...]
ncurses.h 552 extern NCURSES_EXPORT(int) delch (void); /* generated */
1024 #define delch macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h 152 #ifdef delch
153 inline int UNDEF(delch)() { return delch(); } function
154 #undef delch macro
155 #define delch UNDEF(delch) macro
1084 int delch() { return ::wdelch(w); } function in class:NCursesWindow
1087 int delch(int y, int x) { return ::mvwdelch(w, y, x); } function in class:NCursesWindow
    [all...]
curses.h 552 extern NCURSES_EXPORT(int) delch (void); /* generated */
1024 #define delch macro
    [all...]
ncurses.h 552 extern NCURSES_EXPORT(int) delch (void); /* generated */
1024 #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 226 milliseconds