Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/ncurses/ncurses/tty/
Dtty_display.h97 chtype _xmc_suppress; /* attributes to suppress if xmc */ member
138 #define XMC_CHANGES(c) ((c) & D->_xmc_suppress)
Dlib_vidattr.c151 newmode &= ~(SP->_xmc_suppress); in NCURSES_EXPORT()
/freebsd-10-stable/contrib/ncurses/ncurses/base/
Dlib_set_term.c467 SP->_xmc_suppress = SP->_xmc_triggers & (chtype) ~(A_BOLD); in _nc_setupscreen()
469 T(("magic cookie attributes %s", _traceattr(SP->_xmc_suppress))); in _nc_setupscreen()
/freebsd-10-stable/contrib/ncurses/ncurses/widechar/
Dlib_vid_attr.c90 newmode &= ~(SP->_xmc_suppress); in NCURSES_EXPORT()
/freebsd-10-stable/contrib/ncurses/ncurses/
Dcurses.priv.h804 chtype _xmc_suppress; /* attributes to suppress if xmc */ member
1351 #define XMC_CHANGES(c) ((c) & SP->_xmc_suppress)