Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dvidupdate.c75 chtype turn_off = A_COLOR; in vidupdate() local
81 oldvideo &= ~turn_off; in vidupdate()
84 turn_off |= (((chtype) no_color_video) << 16); in vidupdate()
87 oldvideo &= ~turn_off; in vidupdate()
98 newvideo &= ~turn_off; in vidupdate()
233 chtype turn_on, turn_off; in _change_video() local
248 if ((turn_off = (oldmode & newmode) ^ oldmode) != A_NORMAL) { in _change_video()
258 if ((turn_off & ~(A_ALTCHARSET | A_STANDOUT | A_UNDERLINE)) || in _change_video()
259 (turn_off != (turn_off & cur_term->check_turn_off))) { in _change_video()
265 if (turn_off & bit_attributes[i]) { in _change_video()
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dvid_puts.c45 STATIC attr_t turn_off(int (*)(int), attr_t);
120 (void) turn_off(putout, ATTR_STATE); in vid_puts()
196 turn_off(int (*putout)(int), attr_t attr) in turn_off() function
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dvid_puts.c49 static attr_t turn_off(int (*)(int), attr_t);
121 (void) turn_off(putout, ATTR_STATE); in vid_puts()
182 turn_off(int (*putout)(int), attr_t attr) in turn_off() function
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c10196 uint64_t turn_on, turn_off; in ip_sioctl_flags_onoff() local
10204 turn_on ^= turn_off; in ip_sioctl_flags_onoff()
10206 *offp = turn_off; in ip_sioctl_flags_onoff()
10228 uint64_t turn_off; in ip_sioctl_flags() local
10280 if ((turn_on|turn_off) == 0) in ip_sioctl_flags()
10404 turn_off |= PHYI_INACTIVE; in ip_sioctl_flags()
10450 if ((turn_on|turn_off) & in ip_sioctl_flags()
10529 if ((turn_on|turn_off) & in ip_sioctl_flags()
10579 uint64_t turn_on, turn_off; in ip_sioctl_flags_tail() local
10598 turn_off &= ~IFF_UP; in ip_sioctl_flags_tail()
[all …]