IXON 101 arch/i386/stand/boot/crt0.c tc.c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON);
IXON 281 compat/common/tty_43.c if (ISSET(iflag, IXON) || ISSET(lflag, ISIG|IEXTEN) ||
IXON 368 compat/common/tty_43.c SET(iflag, BRKINT|IXON|IMAXBEL);
IXON 102 compat/hpux/hpux_tty.c if (tios.c_iflag & IXON)
IXON 233 compat/hpux/hpux_tty.c tios.c_iflag &= ~(IXON|IXOFF|IXANY|0x1ff);
IXON 236 compat/hpux/hpux_tty.c tios.c_iflag |= IXON;
IXON 137 compat/ibcs2/ibcs2_ioctl.c if (l & IBCS2_IXON) r |= IXON;
IXON 231 compat/ibcs2/ibcs2_ioctl.c if (l & IXON) r |= IBCS2_IXON;
IXON 100 compat/linux/linux_termios.c bts->c_iflag |= cvtto_bsd_mask(lt->c_iflag, LINUX_IXON, IXON);
IXON 183 compat/linux/linux_termios.c lt->c_iflag |= cvtto_linux_mask(bts->c_iflag, IXON, LINUX_IXON);
IXON 269 compat/linux/linux_termios.c bts->c_iflag |= cvtto_bsd_mask(lts->c_iflag, LINUX_IXON, IXON);
IXON 357 compat/linux/linux_termios.c lts->c_iflag |= cvtto_linux_mask(bts->c_iflag, IXON, LINUX_IXON);
IXON 136 compat/sunos/sunos_ioctl.c r |= ((l & 0x00000400) ? IXON : 0);
IXON 259 compat/sunos/sunos_ioctl.c r |= ((l & IXON) ? 0x00000400 : 0);
IXON 149 compat/ultrix/ultrix_ioctl.c r |= ((l & 0x00000400) ? IXON : 0);
IXON 281 compat/ultrix/ultrix_ioctl.c r |= ((l & IXON) ? 0x00000400 : 0);
IXON 419 dev/usb/moscom.c } else if (ISSET(t->c_iflag, IXON|IXOFF)) {
IXON 317 dev/usb/uark.c } else if (ISSET(t->c_iflag, IXON|IXOFF)) {
IXON 622 dev/usb/ubsa.c if (iflag & (IXON|IXOFF))
IXON 648 dev/usb/uftdi.c } else if (ISSET(t->c_iflag, IXON|IXOFF)) {
IXON 417 dev/usb/uslcom.c } else if (ISSET(t->c_iflag, IXON|IXOFF)) {
IXON 373 kern/tty.c if (ISSET(iflag, IXON)) {
IXON 906 kern/tty_pty.c stop = (tp->t_iflag & IXON) && CCEQ(cc[VSTOP], CTRL('s')) &&
IXON 839 net/ppp_tty.c if (tp->t_iflag & IXON) {
IXON 49 sys/ttydefaults.h #define TTYDEF_IFLAG (BRKINT | ICRNL | IMAXBEL | IXON | IXANY)