Searched refs:leaveok (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.h315 #ifdef leaveok
316 inline int UNDEF(leaveok)(WINDOW* win, bool bf) { return leaveok(win, bf); } function
317 #undef leaveok macro
318 #define leaveok UNDEF(leaveok) macro
320 extern "C" NCURSES_IMPEXP int NCURSES_API leaveok(WINDOW* win, bool bf);
1138 int leaveok(bool bf) { return ::leaveok(w, bf); } function in class:NCursesWindow
H A Dcurses.h600 extern NCURSES_EXPORT(int) leaveok (WINDOW *,bool); /* implemented */
920 leaveok(newscr, TRUE); \
922 leaveok(newscr, FALSE); \
H A Dncurses.h600 extern NCURSES_EXPORT(int) leaveok (WINDOW *,bool); /* implemented */
920 leaveok(newscr, TRUE); \
922 leaveok(newscr, FALSE); \
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
H A Dcursesw.h315 #ifdef leaveok
316 inline int UNDEF(leaveok)(WINDOW* win, bool bf) { return leaveok(win, bf); } function
317 #undef leaveok macro
318 #define leaveok UNDEF(leaveok) macro
320 extern "C" NCURSES_IMPEXP int NCURSES_API leaveok(WINDOW* win, bool bf);
1138 int leaveok(bool bf) { return ::leaveok(w, bf); } function in class:NCursesWindow
H A Dcurses.h600 extern NCURSES_EXPORT(int) leaveok (WINDOW *,bool); /* implemented */
920 leaveok(newscr, TRUE); \
922 leaveok(newscr, FALSE); \
H A Dncurses.h600 extern NCURSES_EXPORT(int) leaveok (WINDOW *,bool); /* implemented */
920 leaveok(newscr, TRUE); \
922 leaveok(newscr, FALSE); \
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
H A Dcursesw.h315 #ifdef leaveok
316 inline int UNDEF(leaveok)(WINDOW* win, bool bf) { return leaveok(win, bf); } function
317 #undef leaveok macro
318 #define leaveok UNDEF(leaveok) macro
320 extern "C" NCURSES_IMPEXP int NCURSES_API leaveok(WINDOW* win, bool bf);
1138 int leaveok(bool bf) { return ::leaveok(w, bf); } function in class:NCursesWindow
H A Dcurses.h600 extern NCURSES_EXPORT(int) leaveok (WINDOW *,bool); /* implemented */
920 leaveok(newscr, TRUE); \
922 leaveok(newscr, FALSE); \
H A Dncurses.h600 extern NCURSES_EXPORT(int) leaveok (WINDOW *,bool); /* implemented */
920 leaveok(newscr, TRUE); \
922 leaveok(newscr, FALSE); \

Completed in 73 milliseconds