Symbol: IXON
bin/stty/key.c
150
ip->t.c_iflag |= BRKINT|IXON|IMAXBEL;
bin/stty/modes.c
107
{ "ixon", IXON, 0 },
bin/stty/modes.c
108
{ "-ixon", 0, IXON },
bin/stty/modes.c
109
{ "flow", IXON, 0 },
bin/stty/modes.c
110
{ "-flow", 0, IXON },
bin/stty/print.c
121
put("-ixon", IXON, 1);
lib/libc/termios/cfmakeraw.c
40
t->c_iflag &= ~(IMAXBEL|IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON);
lib/libcurses/tinfo/lib_raw.c
73
#define COOKED_INPUT (IXON|BRKINT|PARMRK)
lib/libedit/tty.c
190
#ifdef IXON
lib/libedit/tty.c
191
{"ixon", IXON, MD_INP},
lib/libedit/tty.c
84
{"iflag:", 0, IXON | IXOFF | INLCR | ICRNL},
sys/dev/usb/moscom.c
369
} else if (ISSET(t->c_iflag, IXON|IXOFF)) {
sys/dev/usb/uark.c
267
} else if (ISSET(t->c_iflag, IXON|IXOFF)) {
sys/dev/usb/ubsa.c
550
if (iflag & (IXON|IXOFF))
sys/dev/usb/uftdi.c
1097
} else if (ISSET(t->c_iflag, IXON|IXOFF)) {
sys/kern/tty.c
374
if (ISSET(iflag, IXON)) {
sys/kern/tty_pty.c
925
stop = (tp->t_iflag & IXON) && CCEQ(cc[VSTOP], CTRL('s')) &&
sys/net/ppp_tty.c
814
if (tp->t_iflag & IXON) {
sys/sys/ttydefaults.h
49
#define TTYDEF_IFLAG (BRKINT | ICRNL | IMAXBEL | IXON | IXANY)
usr.bin/mg/ttyio.c
75
newtty.c_iflag &= ~(BRKINT | PARMRK | INLCR | IGNCR | ICRNL | IXON);
usr.bin/ssh/sshtty.c
78
tio.c_iflag &= ~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXANY | IXOFF);
usr.bin/ssh/ttymodes.h
115
TTYMODE(IXON, c_iflag, 38)
usr.bin/telnet/sys_bsd.c
234
tmp_tc.c_iflag &= ~(IXOFF|IXON); /* Leave the IXANY bit alone */
usr.bin/telnet/sys_bsd.c
237
tmp_tc.c_iflag |= IXOFF|IXON; /* Leave the IXANY bit alone */
usr.bin/telnet/sys_bsd.c
239
tmp_tc.c_iflag |= IXOFF|IXON|IXANY;
usr.bin/telnet/sys_bsd.c
241
tmp_tc.c_iflag |= IXOFF|IXON;
usr.bin/tic/reset_cmd.c
251
| IXON
usr.bin/tmux/tty.c
335
tio.c_iflag &= ~(IXON|IXOFF|ICRNL|INLCR|IGNCR|IMAXBEL|ISTRIP);
usr.bin/vi/cl/cl_read.c
193
term2.c_iflag &= ~(IXON | IXOFF);
usr.bin/vi/cl/cl_screen.c
328
if (clp->orig.c_iflag & IXON)
usr.bin/vi/cl/cl_screen.c
329
clp->vi_enter.c_iflag |= IXON;
usr.sbin/lpd/lp_stty.c
162
ip->t.c_iflag |= BRKINT|IXON|IMAXBEL;
usr.sbin/lpd/lp_stty.c
349
{ "ixon", IXON, 0 },
usr.sbin/lpd/lp_stty.c
350
{ "-ixon", 0, IXON },
usr.sbin/lpd/lp_stty.c
351
{ "flow", IXON, 0 },
usr.sbin/lpd/lp_stty.c
352
{ "-flow", 0, IXON },
usr.sbin/lpr/lpd/key.c
132
ip->t.c_iflag |= BRKINT|IXON|IMAXBEL;
usr.sbin/lpr/lpd/modes.c
104
{ "ixon", IXON, 0 },
usr.sbin/lpr/lpd/modes.c
105
{ "-ixon", 0, IXON },
usr.sbin/lpr/lpd/modes.c
106
{ "flow", IXON, 0 },
usr.sbin/lpr/lpd/modes.c
107
{ "-flow", 0, IXON },
usr.sbin/pppd/sys-bsd.c
437
tios.c_iflag |= IXON | IXOFF;