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

/haiku-fatelf/src/libs/ncurses/ncurses/tty/
H A Dlib_vidattr.c73 if ((turn_on & mask) && mode) { doPut(mode); }
94 attr_t turn_on, turn_off; local
160 turn_on = (newmode & ~previous_attr) & ALL_BUT_COLOR;
185 if (turn_on || turn_off) {
216 turn_on |= (newmode & ALL_BUT_COLOR);
221 TR(TRACE_ATTRS, ("turning %s on", _traceattr(turn_on)));
/haiku-fatelf/src/libs/ncurses/ncurses/widechar/
H A Dlib_vid_attr.c41 if ((turn_on & mask) && mode) { doPut(mode); }
66 attr_t turn_on, turn_off; local
133 turn_on = (newmode & ~previous_attr) & ALL_BUT_COLOR;
159 if (turn_on || turn_off) {
191 turn_on |= (newmode & ALL_BUT_COLOR);
197 TR(TRACE_ATTRS, ("turning %s on", _traceattr(turn_on)));

Completed in 132 milliseconds