Searched refs:_ok_attributes (Results 1 – 4 of 4) sorted by relevance
485 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()
156 if ((table[n] & SP_PARM->_ok_attributes) == 0) { in NCURSES_EXPORT()
1089 sp->_xmc_triggers = sp->_ok_attributes & XMC_CONFLICT; in _nc_cookie_init()
1092 chtype _ok_attributes; /* valid attributes for terminal */ member