| /freebsd/usr.sbin/lpr/lpd/ |
| H A D | modes.c | 110 { "ixon", IXON, 0 }, 111 { "-ixon", 0, IXON }, 112 { "flow", IXON, 0 }, 113 { "-flow", 0, IXON },
|
| /freebsd/bin/stty/ |
| H A D | modes.c | 109 { "ixon", IXON, 0 }, 110 { "-ixon", 0, IXON }, 111 { "flow", IXON, 0 }, 112 { "-flow", 0, IXON },
|
| H A D | print.c | 115 put("-ixon", IXON, 1); in print()
|
| H A D | key.c | 138 ip->t.c_iflag |= BRKINT|IXON|IMAXBEL; in f_cbreak()
|
| /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/heimdal/appl/login/ |
| H A D | stty_default.c | 83 termios.c_iflag |= (BRKINT|IGNPAR|ICRNL|IXON|IMAXBEL); in stty_default()
|
| /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 | 115 TTYMODE(IXON, c_iflag, 38)
|
| /freebsd/contrib/ncurses/ncurses/trace/ |
| H A D | lib_tracebits.c | 123 DATA(IXON), in _nc_trace_ttymode() 126 #define ALLIN (BRKINT|IGNBRK|IGNPAR|PARMRK|INPCK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IXOFF) in _nc_trace_ttymode()
|
| /freebsd/sys/sys/ |
| H A D | ttydefaults.h | 46 #define TTYDEF_IFLAG (BRKINT | ICRNL | IMAXBEL | IXON | IXANY | IUTF8)
|
| H A D | _termios.h | 91 #define IXON 0x00000200 /* enable output flow control */ macro
|
| /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/contrib/nvi/cl/ |
| H A D | 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()
|
| H A D | cl_read.c | 208 term2.c_iflag &= ~(IXON | IXOFF); in cl_read()
|
| /freebsd/sys/kern/ |
| H A D | tty_compat.c | 301 if (iflag&(INPCK|ISTRIP|IXON) || lflag&(IEXTEN|ISIG) in ttcompatgetflags() 345 iflag |= BRKINT|IXON|IMAXBEL; in ttcompatsetflags()
|
| H A D | tty_ttydisc.c | 678 } else if (!CMP_FLAG(i, ICRNL|IGNCR|IMAXBEL|INLCR|ISTRIP|IXON) && in ttydisc_optimize() 1140 if (CMP_FLAG(i, IXON)) { in ttydisc_rint()
|
| /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 }, 125 # ifdef IXON 126 { "ixon", IXON, M_INPUT },
|
| H A D | mi.termios.c | 180 termios_p->c_iflag |= IXON;
|
| /freebsd/contrib/libedit/ |
| H A D | tty.c | 90 {"iflag:", 0, IXON | IXOFF | INLCR | ICRNL}, 196 #ifdef IXON 197 {"ixon", IXON, MD_INP},
|
| /freebsd/crypto/heimdal/appl/telnet/telnetd/ |
| H A D | telnetd.c | 1285 ixon = tsp->c_iflag & IXON; in readstream() 1295 ixon = tp->c_iflag & IXON; in readstream()
|
| H A D | 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/contrib/ncurses/ncurses/tinfo/ |
| H A D | lib_raw.c | 70 #define COOKED_INPUT (IXON|BRKINT|PARMRK)
|
| /freebsd/contrib/ncurses/progs/ |
| H A D | reset_cmd.c | 328 | IXON in reset_tty_settings()
|
| /freebsd/libexec/getty/ |
| H A D | gettytab | 87 # iflags: IXOFF | IXON | ICRNL | IGNPAR
|