Home
last modified time | relevance | path

Searched refs:TPARM_ATTR (Results 1 – 3 of 3) sorted by relevance

/openbsd/lib/libcurses/widechar/
H A Dlib_vid_attr.c162 turn_on = (newmode & ~(previous_attr & TPARM_ATTR)) & ALL_BUT_COLOR; in NCURSES_EXPORT()
/openbsd/lib/libcurses/tty/
H A Dlib_vidattr.c230 turn_on = (newmode & ~(PreviousAttr & TPARM_ATTR)) & ALL_BUT_COLOR; in NCURSES_EXPORT()
/openbsd/lib/libcurses/
H A Dcurses.priv.h1805 #define TPARM_ATTR (A_STANDOUT | A_UNDERLINE | A_REVERSE | A_BLINK | A_DIM | A_BOLD | A_ALTCHARS… macro