Home
last modified time | relevance | path

Searched defs:attroff (Results 1 – 4 of 4) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/
Dcursslk.h218 inline void attroff(attr_t attrs) { in attroff() function
Dcursesw.h78 inline int UNDEF(attroff)(chtype at) { return attroff(at); } in UNDEF() argument
80 #define attroff UNDEF(attroff) macro
1101 int attroff(chtype at) { return ::wattroff(w, static_cast<int>(at)); } in attroff() function
Dncurses.h1169 #define attroff(at) wattroff(stdscr,at) macro
Dcurses.h1169 #define attroff(at) wattroff(stdscr,at) macro