Searched refs:_xmc_suppress (Results 1 – 5 of 5) sorted by relevance
521 sp->_xmc_suppress = sp->_xmc_triggers & (chtype) ~(A_BOLD); in NCURSES_SP_NAME()523 T(("magic cookie attributes %s", _traceattr(sp->_xmc_suppress))); in NCURSES_SP_NAME()
103 newmode &= ~(SP_PARM->_xmc_suppress); in NCURSES_EXPORT()
169 newmode &= ~(SP_PARM->_xmc_suppress); in NCURSES_EXPORT()
1100 sp->_xmc_suppress = sp->_xmc_triggers & (chtype) ~(A_BOLD); in _nc_cookie_init()1102 T(("magic cookie attributes %s", _traceattr(sp->_xmc_suppress))); in _nc_cookie_init()
1093 chtype _xmc_suppress; /* attributes to suppress if xmc */ member1723 #define XMC_CHANGES(c) ((c) & SP_PARM->_xmc_suppress)