Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_set_term.c586 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()
/freebsd/contrib/ncurses/ncurses/tty/
H A Dlib_vidattr.c181 newmode &= ~(SP_PARM->_xmc_suppress); in NCURSES_EXPORT()
/freebsd/contrib/ncurses/ncurses/widechar/
H A Dlib_vid_attr.c116 newmode &= ~(SP_PARM->_xmc_suppress); in NCURSES_EXPORT()
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dtinfo_driver.c1198 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()
/freebsd/contrib/ncurses/ncurses/
H A Dcurses.priv.h1065 chtype _xmc_suppress; /* attributes to suppress if xmc */ member
1813 #define XMC_CHANGES(c) ((c) & SP_PARM->_xmc_suppress)