Searched refs:bit_attributes (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dvidupdate.c54 extern chtype bit_attributes[];
197 bit_attributes[i]) {
199 bit_attributes[i];
267 if (turn_off & bit_attributes[i]) {
271 oldmode &= ~bit_attributes[i];
284 if (turn_on & bit_attributes[i]) {
295 if ((turn_on &= ~bit_attributes[i]) ==
H A Dsetupterm.c58 chtype bit_attributes[NUM_ATTRIBUTES] = { variable
704 cur_term->bit_vector |= bit_attributes[n];
731 bit_attributes[i];
736 bit_attributes[i];
751 cur_term->check_turn_off &= ~bit_attributes[n];

Completed in 46 milliseconds