Searched refs:_xmc_suppress (Results 1 – 5 of 5) sorted by relevance
586 sp->_xmc_suppress = sp->_xmc_triggers & (chtype) ~(A_BOLD); in NCURSES_SP_NAME()588 T(("magic cookie attributes %s", _traceattr(sp->_xmc_suppress))); in NCURSES_SP_NAME()
181 newmode &= ~(SP_PARM->_xmc_suppress); in NCURSES_EXPORT()
116 newmode &= ~(SP_PARM->_xmc_suppress); in NCURSES_EXPORT()
1198 sp->_xmc_suppress = sp->_xmc_triggers & (chtype) ~(A_BOLD); in _nc_cookie_init()1200 T(("magic cookie attributes %s", _traceattr(sp->_xmc_suppress))); in _nc_cookie_init()
1065 chtype _xmc_suppress; /* attributes to suppress if xmc */ member1813 #define XMC_CHANGES(c) ((c) & SP_PARM->_xmc_suppress)