Home
last modified time | relevance | path

Searched refs:_xmc_suppress (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/ncurses/ncurses/base/
HDlib_set_term.c521 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()
/NextBSD/contrib/ncurses/ncurses/widechar/
HDlib_vid_attr.c103 newmode &= ~(SP_PARM->_xmc_suppress); in NCURSES_EXPORT()
/NextBSD/contrib/ncurses/ncurses/tty/
HDlib_vidattr.c169 newmode &= ~(SP_PARM->_xmc_suppress); in NCURSES_EXPORT()
/NextBSD/contrib/ncurses/ncurses/tinfo/
HDtinfo_driver.c1100 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()
/NextBSD/contrib/ncurses/ncurses/
HDcurses.priv.h1093 chtype _xmc_suppress; /* attributes to suppress if xmc */ member
1723 #define XMC_CHANGES(c) ((c) & SP_PARM->_xmc_suppress)