| /freebsd/usr.sbin/lpr/lpd/ |
| H A D | modes.c | 114 { "ixoff", IXOFF, 0 }, 115 { "-ixoff", 0, IXOFF }, 116 { "tandem", IXOFF, 0 }, 117 { "-tandem", 0, IXOFF },
|
| /freebsd/bin/stty/ |
| H A D | modes.c | 113 { "ixoff", IXOFF, 0 }, 114 { "-ixoff", 0, IXOFF }, 115 { "tandem", IXOFF, 0 }, 116 { "-tandem", 0, IXOFF },
|
| H A D | print.c | 116 put("-ixoff", IXOFF, 0); in print()
|
| /freebsd/sys/kern/ |
| H A D | tty_compat.c | 280 if (iflag&IXOFF) in ttcompatgetflags() 395 iflag |= IXOFF; in ttcompatsetflags() 397 iflag &= ~IXOFF; in ttcompatsetflags() 435 iflag |= IXOFF; in ttcompatsetlflags() 437 iflag &= ~IXOFF; in ttcompatsetlflags()
|
| H A D | tty.c | 89 IGNCR|ICRNL|IXON|IXOFF|IXANY|IMAXBEL|IUTF8) 1777 (IXON|IXOFF|IXANY)) || in tty_generic_ioctl() 2065 tp->t_termios.c_iflag & IXOFF && in tty_hiwat_in_block() 2085 tp->t_termios.c_iflag & IXOFF && in tty_hiwat_in_unblock()
|
| /freebsd/crypto/heimdal/appl/telnet/telnet/ |
| H A D | sys_bsd.c | 371 tmp_tc.c_iflag &= ~(IXOFF|IXON); /* Leave the IXANY bit alone */ in TerminalNewMode() 374 tmp_tc.c_iflag |= IXOFF|IXON; /* Leave the IXANY bit alone */ in TerminalNewMode() 376 tmp_tc.c_iflag |= IXOFF|IXON|IXANY; in TerminalNewMode() 378 tmp_tc.c_iflag |= IXOFF|IXON; in TerminalNewMode()
|
| /freebsd/crypto/openssh/ |
| H A D | sshtty.c | 80 tio.c_iflag &= ~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXANY | IXOFF); in enter_raw_mode()
|
| H A D | ttymodes.h | 117 TTYMODE(IXOFF, c_iflag, 40)
|
| /freebsd/contrib/ncurses/ncurses/trace/ |
| H A D | lib_tracebits.c | 124 DATA(IXOFF), in _nc_trace_ttymode() 126 #define ALLIN (BRKINT|IGNBRK|IGNPAR|PARMRK|INPCK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IXOFF) in _nc_trace_ttymode()
|
| /freebsd/contrib/telnet/telnet/ |
| H A D | sys_bsd.c | 450 tmp_tc.c_iflag &= ~(IXOFF|IXON); /* Leave the IXANY bit alone */ in TerminalNewMode() 453 tmp_tc.c_iflag |= IXOFF|IXON; /* Leave the IXANY bit alone */ in TerminalNewMode() 455 tmp_tc.c_iflag |= IXOFF|IXON|IXANY; in TerminalNewMode() 457 tmp_tc.c_iflag |= IXOFF|IXON; in TerminalNewMode()
|
| /freebsd/usr.bin/tip/tip/ |
| H A D | cmds.c | 849 rmtty.c_iflag |= IXOFF; in tandem() 850 term.c_iflag |= IXOFF; in tandem() 852 rmtty.c_iflag &= ~IXOFF; in tandem() 853 term.c_iflag &= ~IXOFF; in tandem()
|
| H A D | tip.c | 560 cntrl.c_iflag |= IXOFF; in ttysetup()
|
| /freebsd/contrib/nvi/cl/ |
| H A D | cl_screen.c | 334 if (clp->orig.c_iflag & IXOFF) in cl_vi_init() 335 clp->vi_enter.c_iflag |= IXOFF; in cl_vi_init()
|
| H A D | cl_read.c | 208 term2.c_iflag &= ~(IXON | IXOFF); in cl_read()
|
| H A D | README.signal | 66 IXON/IXOFF, and disabling some of the interrupt characters (see the
|
| /freebsd/sys/sys/ |
| H A D | _termios.h | 92 #define IXOFF 0x00000400 /* enable input flow control */ macro
|
| /freebsd/lib/libc/gen/ |
| H A D | termios.c | 166 t->c_iflag &= ~(IMAXBEL|IXOFF|INPCK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IGNPAR); in cfmakeraw()
|
| /freebsd/contrib/tcsh/ |
| H A D | ed.term.c | 72 { "iflag:", 0, IXON | IXOFF }, 131 # ifdef IXOFF 132 { "ixoff", IXOFF, M_INPUT },
|
| /freebsd/contrib/libedit/ |
| H A D | tty.c | 90 {"iflag:", 0, IXON | IXOFF | INLCR | ICRNL}, 202 #ifdef IXOFF 203 {"ixoff", IXOFF, MD_INP},
|
| /freebsd/contrib/ncurses/progs/ |
| H A D | reset_cmd.c | 323 | IXOFF)); in reset_tty_settings()
|
| /freebsd/libexec/getty/ |
| H A D | gettytab | 87 # iflags: IXOFF | IXON | ICRNL | IGNPAR
|
| /freebsd/sys/dev/usb/serial/ |
| H A D | ubsa.c | 514 if (t->c_iflag & (IXON | IXOFF)) in ubsa_cfg_param()
|
| /freebsd/usr.sbin/ppp/ |
| H A D | tty.c | 726 ios.c_iflag |= IXOFF; in tty_Create()
|
| /freebsd/crypto/heimdal/appl/telnet/telnetd/ |
| H A D | sys_term.c | 926 termbuf.c_iflag &= ~IXOFF; in getptyslave()
|
| /freebsd/sys/compat/linux/ |
| H A D | linux_ioctl.c | 433 if (bios->c_iflag & IXOFF) in bsd_to_linux_termios() 561 bios->c_iflag |= IXOFF; in linux_to_bsd_termios()
|