| /freebsd-14-stable/usr.sbin/lpr/lpd/ |
| HD | modes.c | 116 { "ixon", IXON, 0 }, 117 { "-ixon", 0, IXON }, 118 { "flow", IXON, 0 }, 119 { "-flow", 0, IXON },
|
| /freebsd-14-stable/crypto/heimdal/appl/telnet/telnet/ |
| HD | 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-stable/crypto/heimdal/appl/login/ |
| HD | stty_default.c | 83 termios.c_iflag |= (BRKINT|IGNPAR|ICRNL|IXON|IMAXBEL); in stty_default()
|
| /freebsd-14-stable/crypto/openssh/ |
| HD | sshtty.c | 80 tio.c_iflag &= ~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXANY | IXOFF); in enter_raw_mode()
|
| HD | ttymodes.h | 115 TTYMODE(IXON, c_iflag, 38)
|
| /freebsd-14-stable/contrib/ncurses/ncurses/trace/ |
| HD | lib_tracebits.c | 127 DATA(IXON), in _nc_trace_ttymode() 130 #define ALLIN (BRKINT|IGNBRK|IGNPAR|PARMRK|INPCK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IXOFF) in _nc_trace_ttymode()
|
| /freebsd-14-stable/sys/sys/ |
| HD | ttydefaults.h | 48 #define TTYDEF_IFLAG (BRKINT | ICRNL | IMAXBEL | IXON | IXANY | IUTF8)
|
| HD | _termios.h | 93 #define IXON 0x00000200 /* enable output flow control */ macro
|
| /freebsd-14-stable/contrib/telnet/telnet/ |
| HD | 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-stable/contrib/ncurses/include/ |
| HD | nc_termios.h | 108 #define IXON 0x00400 macro
|
| /freebsd-14-stable/contrib/nvi/cl/ |
| HD | cl_screen.c | 332 if (clp->orig.c_iflag & IXON) in cl_vi_init() 333 clp->vi_enter.c_iflag |= IXON; in cl_vi_init()
|
| HD | cl_read.c | 208 term2.c_iflag &= ~(IXON | IXOFF); in cl_read()
|
| /freebsd-14-stable/sys/kern/ |
| HD | tty_compat.c | 303 if (iflag&(INPCK|ISTRIP|IXON) || lflag&(IEXTEN|ISIG) in ttcompatgetflags() 347 iflag |= BRKINT|IXON|IMAXBEL; in ttcompatsetflags()
|
| HD | tty_ttydisc.c | 679 } else if (!CMP_FLAG(i, ICRNL|IGNCR|IMAXBEL|INLCR|ISTRIP|IXON) && in ttydisc_optimize() 1141 if (CMP_FLAG(i, IXON)) { in ttydisc_rint()
|
| HD | tty.c | 90 IGNCR|ICRNL|IXON|IXOFF|IXANY|IMAXBEL|IUTF8) 1758 (IXON|IXOFF|IXANY)) || in tty_generic_ioctl() 1814 if (tp->t_termios.c_iflag & IXON && in tty_generic_ioctl()
|
| /freebsd-14-stable/lib/libc/gen/ |
| HD | termios.c | 168 t->c_iflag &= ~(IMAXBEL|IXOFF|INPCK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IGNPAR); in cfmakeraw()
|
| /freebsd-14-stable/contrib/tcsh/ |
| HD | ed.term.c | 72 { "iflag:", 0, IXON | IXOFF }, 125 # ifdef IXON 126 { "ixon", IXON, M_INPUT },
|
| HD | mi.termios.c | 180 termios_p->c_iflag |= IXON;
|
| /freebsd-14-stable/contrib/ncurses/ncurses/tinfo/ |
| HD | lib_raw.c | 71 #define COOKED_INPUT (IXON|BRKINT|PARMRK)
|
| /freebsd-14-stable/contrib/libedit/ |
| HD | tty.c | 90 {"iflag:", 0, IXON | IXOFF | INLCR | ICRNL}, 196 #ifdef IXON 197 {"ixon", IXON, MD_INP},
|
| /freebsd-14-stable/crypto/heimdal/appl/telnet/telnetd/ |
| HD | telnetd.c | 1285 ixon = tsp->c_iflag & IXON; in readstream() 1295 ixon = tp->c_iflag & IXON; in readstream()
|
| HD | sys_term.c | 525 return((termbuf.c_iflag & IXON) ? 1 : 0); in tty_flowmode() 909 termbuf.c_iflag = IGNPAR|ISTRIP|ICRNL|IXON; in getptyslave()
|
| /freebsd-14-stable/contrib/ncurses/progs/ |
| HD | reset_cmd.c | 328 | IXON in reset_tty_settings()
|
| /freebsd-14-stable/sys/dev/usb/serial/ |
| HD | ubsa.c | 514 if (t->c_iflag & (IXON | IXOFF)) in ubsa_cfg_param()
|
| /freebsd-14-stable/libexec/getty/ |
| HD | gettytab | 89 # iflags: IXOFF | IXON | ICRNL | IGNPAR
|