Symbol: IXON
bin/mined/mined1.c
1174
new_tty.c_iflag &= ~(IXON|IXOFF|ISIG);
bin/stty/key.c
143
ip->t.c_iflag |= BRKINT|IXON|IMAXBEL;
bin/stty/modes.c
111
{ "ixon", IXON, 0 },
bin/stty/modes.c
112
{ "-ixon", 0, IXON },
bin/stty/modes.c
113
{ "flow", IXON, 0 },
bin/stty/modes.c
114
{ "-flow", 0, IXON },
bin/stty/print.c
118
put("-ixon", IXON, 1);
crypto/openssh/sshtty.c
80
tio.c_iflag &= ~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXANY | IXOFF);
crypto/openssh/ttymodes.h
115
TTYMODE(IXON, c_iflag, 38)
lib/libc/gen/termios.c
170
t->c_iflag &= ~(IMAXBEL|IXOFF|INPCK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IGNPAR);
libexec/telnetd/sys_term.c
480
return((termbuf.c_iflag & IXON) ? 1 : 0);
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
2164
if (!(t->c_iflag & (ICRNL | IGNCR | IMAXBEL | INLCR | ISTRIP | IXON))
sys/dev/serial/sio/sio.c
2807
if (!(t->c_iflag & (ICRNL | IGNCR | IMAXBEL | INLCR | ISTRIP | IXON))
sys/kern/tty.c
540
if (ISSET(iflag, IXON)) {
sys/kern/tty_pty.c
1254
stop = (tp->t_iflag & IXON) && CCEQ(cc[VSTOP], CTRL('s'))
sys/sys/ttydefaults.h
49
#define TTYDEF_IFLAG (BRKINT | ICRNL | IMAXBEL | IXON | IXANY)
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/tip.c
198
ctermios.c_iflag = (IMAXBEL|IXANY|ISTRIP|IXON|BRKINT);
usr.bin/tset/set.c
85
mode.c_iflag |= (BRKINT | IGNPAR | ICRNL | IXON
usr.bin/window/main.c
129
wwnewtty.ww_termios.c_iflag |= IXON;
usr.bin/window/wwinit.c
108
~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXOFF | IMAXBEL);
usr.sbin/lpr/lpd/modes.c
111
{ "ixon", IXON, 0 },
usr.sbin/lpr/lpd/modes.c
112
{ "-ixon", 0, IXON },
usr.sbin/lpr/lpd/modes.c
113
{ "flow", IXON, 0 },
usr.sbin/lpr/lpd/modes.c
114
{ "-flow", 0, IXON },
usr.sbin/ppp/tty.c
722
ios.c_iflag |= IXON;