Home
last modified time | relevance | path

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

/dragonfly/contrib/ncurses/ncurses/base/
H A Dlib_set_term.c508 sp->_ok_attributes = NCURSES_SP_NAME(termattrs) (NCURSES_SP_ARG); in NCURSES_SP_NAME()
510 sp->_ok_attributes |= A_COLOR; in NCURSES_SP_NAME()
533 sp->_xmc_triggers = sp->_ok_attributes & XMC_CONFLICT; in NCURSES_SP_NAME()
/dragonfly/contrib/ncurses/ncurses/tty/
H A Dlib_vidattr.c168 if ((table[n] & SP_PARM->_ok_attributes) == 0) { in NCURSES_EXPORT()
/dragonfly/contrib/ncurses/ncurses/
H A Dcurses.priv.h1211 chtype _ok_attributes; /* valid attributes for terminal */ member