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

/osnet-11/usr/src/lib/libcurses/screen/
H A Dvidupdate.c77 chtype turn_off = A_COLOR; local
83 oldvideo &= ~turn_off;
86 turn_off |= (((chtype) no_color_video) << 16);
89 oldvideo &= ~turn_off;
100 newvideo &= ~turn_off;
235 chtype turn_on, turn_off; local
250 if ((turn_off = (oldmode & newmode) ^ oldmode) != A_NORMAL) {
260 if ((turn_off & ~(A_ALTCHARSET | A_STANDOUT | A_UNDERLINE)) ||
261 (turn_off != (turn_off
[all...]
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dvid_puts.c47 STATIC attr_t turn_off(int (*)(int), attr_t);
122 (void) turn_off(putout, ATTR_STATE);
198 turn_off(int (*putout)(int), attr_t attr) function
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dvid_puts.c51 static attr_t turn_off(int (*)(int), attr_t);
123 (void) turn_off(putout, ATTR_STATE);
184 turn_off(int (*putout)(int), attr_t attr) function

Completed in 26 milliseconds