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

/illumos-gate/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...]
/illumos-gate/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
/illumos-gate/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
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c10191 uint64_t turn_on, turn_off; local
10198 turn_off = intf_flags & turn_on;
10199 turn_on ^= turn_off;
10201 *offp = turn_off;
10223 uint64_t turn_off; local
10274 ip_sioctl_flags_onoff(ipif, flags, &turn_on, &turn_off);
10275 if ((turn_on|turn_off) == 0)
10283 if ((turn_off & (IFF_DEPRECATED|IFF_NOFAILOVER)) == IFF_DEPRECATED &&
10294 if ((intf_flags & IFF_VRRP) && ((turn_off | turn_on) & IFF_UP)) {
10303 if ((turn_off | turn_o
10574 uint64_t turn_on, turn_off; local
10697 uint64_t turn_on, turn_off; local
[all...]

Completed in 89 milliseconds