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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursesw.h 327 #ifdef leaveok
328 inline int UNDEF(leaveok)(WINDOW* win, bool bf) { return leaveok(win, bf); } function
329 #undef leaveok macro
330 #define leaveok UNDEF(leaveok) macro
332 extern "C" NCURSES_IMPEXP int NCURSES_API leaveok(WINDOW* win, bool bf);
1251 int leaveok(bool bf) { return ::leaveok(w, bf); } function in class:NCursesWindow
    [all...]
curses.h 613 extern NCURSES_EXPORT(int) leaveok (WINDOW *,bool); /* implemented */
    [all...]
ncurses.h 613 extern NCURSES_EXPORT(int) leaveok (WINDOW *,bool); /* implemented */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesw.h 327 #ifdef leaveok
328 inline int UNDEF(leaveok)(WINDOW* win, bool bf) { return leaveok(win, bf); } function
329 #undef leaveok macro
330 #define leaveok UNDEF(leaveok) macro
332 extern "C" NCURSES_IMPEXP int NCURSES_API leaveok(WINDOW* win, bool bf);
1251 int leaveok(bool bf) { return ::leaveok(w, bf); } function in class:NCursesWindow
    [all...]
curses.h 632 extern NCURSES_EXPORT(int) leaveok (WINDOW *,bool); /* implemented */
    [all...]
ncurses.h 632 extern NCURSES_EXPORT(int) leaveok (WINDOW *,bool); /* implemented */
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_curses.py 109 stdscr.leaveok(1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_curses.py 109 stdscr.leaveok(1)

Completed in 47 milliseconds