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

/haiku-fatelf/src/libs/ncurses/ncurses/tty/
H A Dlib_vidattr.c76 if ((turn_off & mask) && mode) { doPut(mode); turn_off &= ~mask; }
94 attr_t turn_on, turn_off; local
159 turn_off = (~newmode & previous_attr) & ALL_BUT_COLOR;
185 if (turn_on || turn_off) {
202 TR(TRACE_ATTRS, ("turning %s off", _traceattr(turn_off)));
214 if (turn_off && exit_attribute_mode) {
/haiku-fatelf/src/libs/ncurses/ncurses/widechar/
H A Dlib_vid_attr.c44 if ((turn_off & mask) && mode) { doPut(mode); turn_off &= ~mask; }
66 attr_t turn_on, turn_off; local
132 turn_off = (~newmode & previous_attr) & ALL_BUT_COLOR;
159 if (turn_on || turn_off) {
177 TR(TRACE_ATTRS, ("turning %s off", _traceattr(turn_off)));
189 if (turn_off && exit_attribute_mode) {

Completed in 35 milliseconds