HomeSort by relevance Sort by last modified time
    Searched refs:deleteln (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 171 #ifdef deleteln
172 inline int UNDEF(deleteln)() { return deleteln(); } function
173 #undef deleteln macro
174 #define deleteln UNDEF(deleteln) macro
1202 int deleteln() { return ::winsdelln(w, -1); } function in class:NCursesWindow
    [all...]
curses.h 568 extern NCURSES_EXPORT(int) deleteln (void); /* generated */
1155 #define deleteln macro
    [all...]
ncurses.h 568 extern NCURSES_EXPORT(int) deleteln (void); /* generated */
1155 #define deleteln macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursesw.h 171 #ifdef deleteln
172 inline int UNDEF(deleteln)() { return deleteln(); } function
173 #undef deleteln macro
174 #define deleteln UNDEF(deleteln) macro
1202 int deleteln() { return ::winsdelln(w, -1); } function in class:NCursesWindow
    [all...]
curses.h 568 extern NCURSES_EXPORT(int) deleteln (void); /* generated */
1155 #define deleteln macro
    [all...]
ncurses.h 568 extern NCURSES_EXPORT(int) deleteln (void); /* generated */
1155 #define deleteln macro
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
textpad.py 127 self.win.deleteln()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_curses.py 46 stdscr.deleteln, stdscr.erase, stdscr.getbegyx,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
textpad.py 127 self.win.deleteln()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_curses.py 46 stdscr.deleteln, stdscr.erase, stdscr.getbegyx,

Completed in 251 milliseconds