| /freebsd-14.2/usr.sbin/lpr/lpd/ |
| H A D | modes.c | 120 { "ixoff", IXOFF, 0 }, 121 { "-ixoff", 0, IXOFF }, 122 { "tandem", IXOFF, 0 }, 123 { "-tandem", 0, IXOFF },
|
| /freebsd-14.2/bin/stty/ |
| H A D | modes.c | 119 { "ixoff", IXOFF, 0 }, 120 { "-ixoff", 0, IXOFF }, 121 { "tandem", IXOFF, 0 }, 122 { "-tandem", 0, IXOFF },
|
| H A D | print.c | 122 put("-ixoff", IXOFF, 0); in print()
|
| /freebsd-14.2/sys/kern/ |
| H A D | tty_compat.c | 282 if (iflag&IXOFF) in ttcompatgetflags() 397 iflag |= IXOFF; in ttcompatsetflags() 399 iflag &= ~IXOFF; in ttcompatsetflags() 437 iflag |= IXOFF; in ttcompatsetlflags() 439 iflag &= ~IXOFF; in ttcompatsetlflags()
|
| H A D | tty.c | 90 IGNCR|ICRNL|IXON|IXOFF|IXANY|IMAXBEL|IUTF8) 1758 (IXON|IXOFF|IXANY)) || in tty_generic_ioctl() 2048 tp->t_termios.c_iflag & IXOFF && in tty_hiwat_in_block() 2068 tp->t_termios.c_iflag & IXOFF && in tty_hiwat_in_unblock()
|
| /freebsd-14.2/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-14.2/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-14.2/contrib/ncurses/ncurses/trace/ |
| H A D | lib_tracebits.c | 128 DATA(IXOFF), in _nc_trace_ttymode() 130 #define ALLIN (BRKINT|IGNBRK|IGNPAR|PARMRK|INPCK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IXOFF) in _nc_trace_ttymode()
|
| /freebsd-14.2/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-14.2/usr.bin/tip/tip/ |
| H A D | cmds.c | 857 rmtty.c_iflag |= IXOFF; in tandem() 858 term.c_iflag |= IXOFF; in tandem() 860 rmtty.c_iflag &= ~IXOFF; in tandem() 861 term.c_iflag &= ~IXOFF; in tandem()
|
| H A D | tip.c | 574 cntrl.c_iflag |= IXOFF; in ttysetup()
|
| /freebsd-14.2/contrib/ncurses/include/ |
| H A D | nc_termios.h | 109 #define IXOFF 0x01000 macro
|
| /freebsd-14.2/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-14.2/sys/sys/ |
| H A D | _termios.h | 94 #define IXOFF 0x00000400 /* enable input flow control */ macro
|
| /freebsd-14.2/lib/libc/gen/ |
| H A D | termios.c | 168 t->c_iflag &= ~(IMAXBEL|IXOFF|INPCK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IGNPAR); in cfmakeraw()
|
| /freebsd-14.2/contrib/tcsh/ |
| H A D | ed.term.c | 72 { "iflag:", 0, IXON | IXOFF }, 131 # ifdef IXOFF 132 { "ixoff", IXOFF, M_INPUT },
|
| /freebsd-14.2/contrib/libedit/ |
| H A D | tty.c | 90 {"iflag:", 0, IXON | IXOFF | INLCR | ICRNL}, 202 #ifdef IXOFF 203 {"ixoff", IXOFF, MD_INP},
|
| /freebsd-14.2/contrib/ncurses/progs/ |
| H A D | reset_cmd.c | 323 | IXOFF)); in reset_tty_settings()
|
| /freebsd-14.2/sys/dev/usb/serial/ |
| H A D | ubsa.c | 515 if (t->c_iflag & (IXON | IXOFF)) in ubsa_cfg_param()
|
| /freebsd-14.2/libexec/getty/ |
| H A D | gettytab | 89 # iflags: IXOFF | IXON | ICRNL | IGNPAR
|
| /freebsd-14.2/usr.sbin/ppp/ |
| H A D | tty.c | 726 ios.c_iflag |= IXOFF; in tty_Create()
|
| /freebsd-14.2/crypto/heimdal/appl/telnet/telnetd/ |
| H A D | sys_term.c | 926 termbuf.c_iflag &= ~IXOFF; in getptyslave()
|