Searched refs:clearok (Results 1 - 10 of 10) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
H A Dcursesw.h133 #ifdef clearok
134 inline int UNDEF(clearok)(WINDOW* win, bool bf) { return clearok(win, bf); } function
135 #undef clearok macro
136 #define clearok UNDEF(clearok) macro
138 extern "C" NCURSES_IMPEXP int NCURSES_API clearok(WINDOW*, bool);
1185 int clearok(bool bf) { return ::clearok(w, bf); } function in class:NCursesWindow
H A Dcurses.h554 extern NCURSES_EXPORT(int) clearok (WINDOW *,bool); /* implemented */
H A Dncurses.h554 extern NCURSES_EXPORT(int) clearok (WINDOW *,bool); /* implemented */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
H A Dcursesw.h133 #ifdef clearok
134 inline int UNDEF(clearok)(WINDOW* win, bool bf) { return clearok(win, bf); } function
135 #undef clearok macro
136 #define clearok UNDEF(clearok) macro
138 extern "C" NCURSES_IMPEXP int NCURSES_API clearok(WINDOW*, bool);
1185 int clearok(bool bf) { return ::clearok(w, bf); } function in class:NCursesWindow
H A Dcurses.h573 extern NCURSES_EXPORT(int) clearok (WINDOW *,bool); /* implemented */
H A Dncurses.h573 extern NCURSES_EXPORT(int) clearok (WINDOW *,bool); /* implemented */
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_curses.py80 stdscr.clearok(1)
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_curses.py80 stdscr.clearok(1)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_curses.py80 stdscr.clearok(1)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_curses.py80 stdscr.clearok(1)

Completed in 91 milliseconds