| /freebsd-12.1/usr.sbin/lpr/lpd/ |
| H A D | modes.c | 122 { "ixoff", IXOFF, 0 }, 123 { "-ixoff", 0, IXOFF }, 124 { "tandem", IXOFF, 0 }, 125 { "-tandem", 0, IXOFF },
|
| /freebsd-12.1/bin/stty/ |
| H A D | modes.c | 120 { "ixoff", IXOFF, 0 }, 121 { "-ixoff", 0, IXOFF }, 122 { "tandem", IXOFF, 0 }, 123 { "-tandem", 0, IXOFF },
|
| H A D | print.c | 124 put("-ixoff", IXOFF, 0); in print()
|
| /freebsd-12.1/sys/kern/ |
| H A D | tty_compat.c | 284 if (iflag&IXOFF) in ttcompatgetflags() 399 iflag |= IXOFF; in ttcompatsetflags() 401 iflag &= ~IXOFF; in ttcompatsetflags() 439 iflag |= IXOFF; in ttcompatsetlflags() 441 iflag &= ~IXOFF; in ttcompatsetlflags()
|
| H A D | tty.c | 88 INLCR|IGNCR|ICRNL|IXON|IXOFF|IXANY|IMAXBEL) 1632 (IXON|IXOFF|IXANY)) || in tty_generic_ioctl() 1917 tp->t_termios.c_iflag & IXOFF && in tty_hiwat_in_block() 1937 tp->t_termios.c_iflag & IXOFF && in tty_hiwat_in_unblock()
|
| /freebsd-12.1/contrib/ncurses/ncurses/trace/ |
| H A D | lib_tracebits.c | 118 {IXOFF, "IXOFF"}, in _nc_trace_ttymode() 120 #define ALLIN (BRKINT|IGNBRK|IGNPAR|PARMRK|INPCK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IXOFF) in _nc_trace_ttymode()
|
| /freebsd-12.1/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-12.1/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-12.1/usr.bin/tip/tip/ |
| H A D | cmds.c | 859 rmtty.c_iflag |= IXOFF; in tandem() 860 term.c_iflag |= IXOFF; in tandem() 862 rmtty.c_iflag &= ~IXOFF; in tandem() 863 term.c_iflag &= ~IXOFF; in tandem()
|
| H A D | tip.c | 565 cntrl.c_iflag |= IXOFF; in ttysetup()
|
| /freebsd-12.1/contrib/telnet/telnet/ |
| H A D | sys_bsd.c | 452 tmp_tc.c_iflag &= ~(IXOFF|IXON); /* Leave the IXANY bit alone */ in TerminalNewMode() 455 tmp_tc.c_iflag |= IXOFF|IXON; /* Leave the IXANY bit alone */ in TerminalNewMode() 457 tmp_tc.c_iflag |= IXOFF|IXON|IXANY; in TerminalNewMode() 459 tmp_tc.c_iflag |= IXOFF|IXON; in TerminalNewMode()
|
| /freebsd-12.1/contrib/ncurses/include/ |
| H A D | nc_termios.h | 94 #define IXOFF 0010000 macro
|
| /freebsd-12.1/sys/sys/ |
| H A D | _termios.h | 95 #define IXOFF 0x00000400 /* enable input flow control */ macro
|
| /freebsd-12.1/contrib/nvi/cl/ |
| H A D | cl_screen.c | 338 if (clp->orig.c_iflag & IXOFF) in cl_vi_init() 339 clp->vi_enter.c_iflag |= IXOFF; in cl_vi_init()
|
| H A D | cl_read.c | 211 term2.c_iflag &= ~(IXON | IXOFF); in cl_read()
|
| /freebsd-12.1/release/picobsd/mfs_tree/etc/ |
| H A D | gettytab | 31 # iflags: IXOFF | IXON | ICRNL | IGNPAR
|
| /freebsd-12.1/lib/libc/gen/ |
| H A D | termios.c | 170 t->c_iflag &= ~(IMAXBEL|IXOFF|INPCK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IGNPAR); in cfmakeraw()
|
| /freebsd-12.1/contrib/tcsh/ |
| H A D | ed.term.c | 75 { "iflag:", 0, IXON | IXOFF }, 134 # ifdef IXOFF 135 { "ixoff", IXOFF, M_INPUT },
|
| /freebsd-12.1/usr.bin/tset/ |
| H A D | set.c | 91 | IXOFF); in reset_mode()
|
| /freebsd-12.1/sys/i386/ibcs2/ |
| H A D | ibcs2_ioctl.c | 139 if (l & IBCS2_IXOFF) r |= IXOFF; 233 if (l & IXOFF) r |= IBCS2_IXOFF;
|
| /freebsd-12.1/lib/libedit/ |
| H A D | tty.c | 91 {"iflag:", 0, IXON | IXOFF | INLCR | ICRNL}, 203 #ifdef IXOFF 204 {"ixoff", IXOFF, MD_INP},
|
| /freebsd-12.1/contrib/gdb/gdb/tui/ |
| H A D | tui.c | 529 mode.c_iflag &= ~(IGNBRK | PARMRK | INPCK | INLCR | IGNCR | IUCLC | IXOFF);
|
| /freebsd-12.1/sys/dev/cy/ |
| H A D | cy.c | 586 || tp->t_iflag & IXOFF) in cyinput() 1373 if (iflag & IXOFF) in cyparam() 1398 if (iflag & IXOFF) in cyparam()
|
| /freebsd-12.1/sys/dev/usb/serial/ |
| H A D | ubsa.c | 518 if (t->c_iflag & (IXON | IXOFF)) in ubsa_cfg_param()
|