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

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dvidupdate.c235 chtype turn_on, turn_off; local
245 ((turn_on = ((oldmode ^ newmode) & newmode)) !=
278 if ((turn_on = ((oldmode ^ newmode) & newmode)) != A_NORMAL) {
284 if (turn_on & bit_attributes[i]) {
290 * sent to the screen. As soon as turn_on
295 if ((turn_on &= ~bit_attributes[i]) ==
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dvid_puts.c48 STATIC attr_t turn_on(int (*)(int), attr_t);
130 ATTR_STATE = turn_on(putout, attr);
229 turn_on(int (*putout)(int), attr_t attr) function
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dvid_puts.c52 static attr_t turn_on(int (*)(int), attr_t);
132 ATTR_STATE = turn_on(putout, attr);
215 turn_on(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
10197 turn_on = (flags ^ intf_flags) & ~cantchange_flags;
10198 turn_off = intf_flags & turn_on;
10199 turn_on ^= turn_off;
10200 *onp = turn_on;
10213 * than IFF_LOGINT_FLAGS. One could check whether "turn_on" - the
10222 uint64_t turn_on; local
10274 ip_sioctl_flags_onoff(ipif, flags, &turn_on, &turn_off);
10275 if ((turn_on|turn_off) == 0)
10284 (turn_on|intf_flag
10574 uint64_t turn_on, turn_off; local
10697 uint64_t turn_on, turn_off; local
[all...]

Completed in 88 milliseconds