Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/ncurses/ncurses/base/
Dlib_set_term.c485 sp->_ok_attributes = NCURSES_SP_NAME(termattrs) (NCURSES_SP_ARG); in NCURSES_SP_NAME()
487 sp->_ok_attributes |= A_COLOR; in NCURSES_SP_NAME()
510 sp->_xmc_triggers = sp->_ok_attributes & XMC_CONFLICT; in NCURSES_SP_NAME()
/freebsd-12-stable/contrib/ncurses/ncurses/tty/
Dlib_vidattr.c156 if ((table[n] & SP_PARM->_ok_attributes) == 0) { in NCURSES_EXPORT()
/freebsd-12-stable/contrib/ncurses/ncurses/tinfo/
Dtinfo_driver.c1089 sp->_xmc_triggers = sp->_ok_attributes & XMC_CONFLICT; in _nc_cookie_init()
/freebsd-12-stable/contrib/ncurses/ncurses/
Dcurses.priv.h1092 chtype _ok_attributes; /* valid attributes for terminal */ member