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

/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
H A Dcursesw.h132 #ifdef clearok
133 inline int UNDEF(clearok)(WINDOW* win, bool bf) { return clearok(win, bf); } function
134 #undef clearok macro
135 #define clearok UNDEF(clearok) macro
137 extern "C" NCURSES_IMPEXP int NCURSES_API clearok(WINDOW*, bool);
1074 int clearok(bool bf) { return ::clearok(w, bf); } function in class:NCursesWindow
H A Dcurses.h541 extern NCURSES_EXPORT(int) clearok (WINDOW *,bool); /* implemented */
H A Dncurses.h541 extern NCURSES_EXPORT(int) clearok (WINDOW *,bool); /* implemented */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
H A Dcursesw.h132 #ifdef clearok
133 inline int UNDEF(clearok)(WINDOW* win, bool bf) { return clearok(win, bf); } function
134 #undef clearok macro
135 #define clearok UNDEF(clearok) macro
137 extern "C" NCURSES_IMPEXP int NCURSES_API clearok(WINDOW*, bool);
1074 int clearok(bool bf) { return ::clearok(w, bf); } function in class:NCursesWindow
H A Dcurses.h541 extern NCURSES_EXPORT(int) clearok (WINDOW *,bool); /* implemented */
H A Dncurses.h541 extern NCURSES_EXPORT(int) clearok (WINDOW *,bool); /* implemented */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
H A Dcursesw.h132 #ifdef clearok
133 inline int UNDEF(clearok)(WINDOW* win, bool bf) { return clearok(win, bf); } function
134 #undef clearok macro
135 #define clearok UNDEF(clearok) macro
137 extern "C" NCURSES_IMPEXP int NCURSES_API clearok(WINDOW*, bool);
1074 int clearok(bool bf) { return ::clearok(w, bf); } function in class:NCursesWindow
H A Dcurses.h541 extern NCURSES_EXPORT(int) clearok (WINDOW *,bool); /* implemented */
H A Dncurses.h541 extern NCURSES_EXPORT(int) clearok (WINDOW *,bool); /* implemented */

Completed in 89 milliseconds