HomeSort by: relevance | last modified time | path
    Searched refs:IXOFF (Results 1 - 23 of 23) sorted by relevancy

  /src/usr.sbin/lpr/lpd/
modes.c 117 { "ixoff", IXOFF, 0 },
118 { "-ixoff", 0, IXOFF },
119 { "tandem", IXOFF, 0 },
120 { "-tandem", 0, IXOFF },
ttcompat.c 106 iflag &= IXOFF;
171 CLR(iflag, IXOFF);
200 SET(iflag, IXOFF);
  /src/bin/stty/
modes.c 107 { "ixoff", IXOFF },
108 { "tandem", IXOFF },
print.c 119 put("-ixoff", IXOFF, 0);
  /src/usr.bin/telnet/
sys_bsd.c 299 tmp_tc.c_iflag &= ~(IXOFF|IXON); /* Leave the IXANY bit alone */
302 tmp_tc.c_iflag |= IXOFF|IXON; /* Leave the IXANY bit alone */
304 tmp_tc.c_iflag |= IXOFF|IXON|IXANY;
306 tmp_tc.c_iflag |= IXOFF|IXON;
  /src/sys/compat/common/
tty_43.c 295 if (ISSET(iflag, IXOFF))
362 SET(iflag, IXOFF);
364 CLR(iflag, IXOFF);
383 iflag &= IXOFF;
  /src/sys/sys/
termios.h 67 #define VSTART 12 /* IXON, IXOFF */
68 #define VSTOP 13 /* IXON, IXOFF */
100 #define IXOFF 0x00000400U /* enable input flow control */
  /src/usr.bin/tip/
cmds.c 795 rmtty.c_iflag |= IXON|IXOFF;
796 term.c_iflag |= IXON|IXOFF;
798 rmtty.c_iflag &= ~(IXON|IXOFF);
799 term.c_iflag &= ~(IXON|IXOFF);
tip.c 577 cntrl.c_iflag |= IXOFF|IXON;
579 cntrl.c_iflag &= ~(IXOFF|IXON);
  /src/libexec/getty/
subr.c 377 SET(iflag, IXOFF);
379 CLR(iflag, IXOFF);
398 iflag &= IXOFF;
  /src/sys/compat/linux/common/
linux_termios.h 208 bts->c_iflag |= cvtto_bsd_mask(lt->c_iflag, LINUX_IXOFF, IXOFF);
296 lt->c_iflag |= cvtto_linux_mask(bts->c_iflag, IXOFF, LINUX_IXOFF);
386 bts->c_iflag |= cvtto_bsd_mask(lts->c_iflag, LINUX_IXOFF, IXOFF);
484 lts->c_iflag |= cvtto_linux_mask(bts->c_iflag, IXOFF, LINUX_IXOFF);
  /src/usr.bin/tset/
set.c 86 | IXOFF);
  /src/sys/dev/usb/
uark.c 301 } else if (ISSET(t->c_iflag, IXON|IXOFF)) {
ubsa_common.c 319 if (iflag & IXOFF)
uftdi.c 836 } else if (ISSET(t->c_iflag, IXON) && ISSET(t->c_iflag, IXOFF)) {
  /src/lib/libedit/
tty.c 90 {"iflag:", 0, IXON | IXOFF | INLCR | ICRNL},
202 #ifdef IXOFF
203 {"ixoff", IXOFF, MD_INP},
204 #endif /* IXOFF */
  /src/sys/compat/sunos/
sunos_ioctl.c 145 r |= ((l & 0x00001000) ? IXOFF : 0);
268 r |= ((l & IXOFF) ? 0x00001000 : 0);
  /src/sys/compat/sunos32/
sunos32_ioctl.c 181 r |= ((l & 0x00001000) ? IXOFF : 0);
304 r |= ((l & IXOFF) ? 0x00001000 : 0);
  /src/sys/compat/ultrix/
ultrix_ioctl.c 163 r |= ((l & 0x00001000) ? IXOFF : 0);
296 r |= ((l & IXOFF) ? 0x00001000 : 0);
  /src/usr.bin/rlogin/
rlogin.c 728 tty.c_iflag &= IXOFF;
  /src/usr.bin/scmdctl/
scmdctl.c 116 cntrl.c_iflag &= ~(IXOFF|IXON);
  /src/sys/kern/
tty.c 645 if (ISSET(iflag, IXOFF) || ISSET(tp->t_cflag, CHWFLOW))
1812 if (ISSET(tp->t_iflag, IXOFF) &&
2167 if (ISSET(tp->t_iflag, IXOFF) &&
  /src/sys/dev/qbus/
dhu.c 766 if (t->c_iflag & IXOFF)

Completed in 28 milliseconds