Symbol: IXOFF
bin/mined/mined1.c
1174
new_tty.c_iflag &= ~(IXON|IXOFF|ISIG);
bin/stty/modes.c
115
{ "ixoff", IXOFF, 0 },
bin/stty/modes.c
116
{ "-ixoff", 0, IXOFF },
bin/stty/modes.c
117
{ "tandem", IXOFF, 0 },
bin/stty/modes.c
118
{ "-tandem", 0, IXOFF },
bin/stty/print.c
119
put("-ixoff", IXOFF, 0);
crypto/openssh/sshtty.c
80
tio.c_iflag &= ~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXANY | IXOFF);
crypto/openssh/ttymodes.h
117
TTYMODE(IXOFF, c_iflag, 40)
lib/libc/gen/termios.c
170
t->c_iflag &= ~(IMAXBEL|IXOFF|INPCK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IGNPAR);
sys/bus/u4b/serial/ubsa.c
488
if (t->c_iflag & (IXON | IXOFF))
sys/bus/u4b/serial/uftdi.c
642
} else if (t->c_iflag & (IXON | IXOFF)) {
sys/bus/u4b/serial/usb_serial.c
2026
|| tp->t_iflag & IXOFF)
sys/kern/tty.c
1465
if (ISSET(tp->t_iflag, IXOFF)) {
sys/kern/tty.c
1524
if (ISSET(tp->t_iflag, IXOFF) && tp->t_cc[VSTOP] != _POSIX_VDISABLE &&
sys/kern/tty.c
1541
if (ISSET(tp->t_iflag, IXOFF) && tp->t_cc[VSTART] != _POSIX_VDISABLE &&
sys/kern/tty.c
429
(ISSET(tp->t_cflag, CRTS_IFLOW) || ISSET(iflag, IXOFF)) &&
usr.bin/telnet/sys_bsd.c
448
tmp_tc.c_iflag &= ~(IXOFF|IXON); /* Leave the IXANY bit alone */
usr.bin/telnet/sys_bsd.c
451
tmp_tc.c_iflag |= IXOFF|IXON; /* Leave the IXANY bit alone */
usr.bin/telnet/sys_bsd.c
453
tmp_tc.c_iflag |= IXOFF|IXON|IXANY;
usr.bin/telnet/sys_bsd.c
455
tmp_tc.c_iflag |= IXOFF|IXON;
usr.bin/tip/cmds.c
910
ttermios.c_iflag |= IXOFF;
usr.bin/tip/cmds.c
911
ctermios.c_iflag |= IXOFF;
usr.bin/tip/cmds.c
914
ttermios.c_iflag &= ~IXOFF;
usr.bin/tip/cmds.c
915
ctermios.c_iflag &= ~IXOFF;
usr.bin/tip/tip.c
535
termios.c_iflag = IXOFF;
usr.bin/tset/set.c
83
| IXOFF);
usr.bin/window/wwinit.c
108
~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXOFF | IMAXBEL);
usr.sbin/lpr/lpd/modes.c
115
{ "ixoff", IXOFF, 0 },
usr.sbin/lpr/lpd/modes.c
116
{ "-ixoff", 0, IXOFF },
usr.sbin/lpr/lpd/modes.c
117
{ "tandem", IXOFF, 0 },
usr.sbin/lpr/lpd/modes.c
118
{ "-tandem", 0, IXOFF },
usr.sbin/ppp/tty.c
720
ios.c_iflag |= IXOFF;