Home
last modified time | relevance | path

Searched refs:_ok_attributes (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_set_term.c552 sp->_ok_attributes = NCURSES_SP_NAME(termattrs) (NCURSES_SP_ARG); in NCURSES_SP_NAME()
554 sp->_ok_attributes |= A_COLOR; in NCURSES_SP_NAME()
577 sp->_xmc_triggers = sp->_ok_attributes & XMC_CONFLICT; in NCURSES_SP_NAME()
/freebsd/contrib/ncurses/ncurses/tty/
H A Dlib_vidattr.c168 if ((table[n] & SP_PARM->_ok_attributes) == 0) { in NCURSES_EXPORT()
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dtinfo_driver.c1199 sp->_xmc_triggers = sp->_ok_attributes & XMC_CONFLICT; in _nc_cookie_init()
/freebsd/contrib/ncurses/ncurses/
H A Dcurses.priv.h1128 chtype _ok_attributes; /* valid attributes for terminal */ member