Home
last modified time | relevance | path

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

/aosp_15_r20/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
Dcurses.h1169 #define attroff(at) wattroff(stdscr,at) macro
Dncurses.h1169 #define attroff(at) wattroff(stdscr,at) macro
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/PDCurses/pdcurses/
H A Dattr.c112 int attroff(chtype attrs) in attroff() function
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/
H A Dcurses.h1000 #define attroff(at) wattroff(stdscr,at) macro