Searched defs:wattroff (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.h446 #ifdef wattroff
447 inline int UNDEF(wattroff)(WINDOW *win, int att) { return wattroff(win, att); } function
448 #undef wattroff macro
449 #define wattroff UNDEF(wattroff) macro
993 int attroff(chtype at) { return ::wattroff(w, static_cast<int>(at)); }
H A Dcurses.h741 extern NCURSES_EXPORT(int) wattroff (WINDOW *, int); /* generated */
962 #define wattroff(win,at) wattr_off(win, NCURSES_CAST(attr_t, at), NULL) macro
1010 #define attroff(at) wattroff(stdscr,at)
H A Dncurses.h741 extern NCURSES_EXPORT(int) wattroff (WINDOW *, int); /* generated */
962 #define wattroff(win,at) wattr_off(win, NCURSES_CAST(attr_t, at), NULL) macro
1010 #define attroff(at) wattroff(stdscr,at)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
H A Dcursesw.h446 #ifdef wattroff
447 inline int UNDEF(wattroff)(WINDOW *win, int att) { return wattroff(win, att); } function
448 #undef wattroff macro
449 #define wattroff UNDEF(wattroff) macro
993 int attroff(chtype at) { return ::wattroff(w, static_cast<int>(at)); }
H A Dcurses.h741 extern NCURSES_EXPORT(int) wattroff (WINDOW *, int); /* generated */
962 #define wattroff(win,at) wattr_off(win, NCURSES_CAST(attr_t, at), NULL) macro
1010 #define attroff(at) wattroff(stdscr,at)
H A Dncurses.h741 extern NCURSES_EXPORT(int) wattroff (WINDOW *, int); /* generated */
962 #define wattroff(win,at) wattr_off(win, NCURSES_CAST(attr_t, at), NULL) macro
1010 #define attroff(at) wattroff(stdscr,at)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
H A Dcursesw.h446 #ifdef wattroff
447 inline int UNDEF(wattroff)(WINDOW *win, int att) { return wattroff(win, att); } function
448 #undef wattroff macro
449 #define wattroff UNDEF(wattroff) macro
993 int attroff(chtype at) { return ::wattroff(w, static_cast<int>(at)); }
H A Dcurses.h741 extern NCURSES_EXPORT(int) wattroff (WINDOW *, int); /* generated */
962 #define wattroff(win,at) wattr_off(win, NCURSES_CAST(attr_t, at), NULL) macro
1010 #define attroff(at) wattroff(stdscr,at)
H A Dncurses.h741 extern NCURSES_EXPORT(int) wattroff (WINDOW *, int); /* generated */
962 #define wattroff(win,at) wattr_off(win, NCURSES_CAST(attr_t, at), NULL) macro
1010 #define attroff(at) wattroff(stdscr,at)

Completed in 55 milliseconds