Home
last modified time | relevance | path

Searched refs:IXON (Results 1 – 25 of 32) sorted by relevance

12

/freebsd-14-stable/usr.sbin/lpr/lpd/
HDmodes.c116 { "ixon", IXON, 0 },
117 { "-ixon", 0, IXON },
118 { "flow", IXON, 0 },
119 { "-flow", 0, IXON },
/freebsd-14-stable/crypto/heimdal/appl/telnet/telnet/
HDsys_bsd.c371 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/
HDstty_default.c83 termios.c_iflag |= (BRKINT|IGNPAR|ICRNL|IXON|IMAXBEL); in stty_default()
/freebsd-14-stable/crypto/openssh/
HDsshtty.c80 tio.c_iflag &= ~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXANY | IXOFF); in enter_raw_mode()
HDttymodes.h115 TTYMODE(IXON, c_iflag, 38)
/freebsd-14-stable/contrib/ncurses/ncurses/trace/
HDlib_tracebits.c127 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/
HDttydefaults.h48 #define TTYDEF_IFLAG (BRKINT | ICRNL | IMAXBEL | IXON | IXANY | IUTF8)
HD_termios.h93 #define IXON 0x00000200 /* enable output flow control */ macro
/freebsd-14-stable/contrib/telnet/telnet/
HDsys_bsd.c450 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/
HDnc_termios.h108 #define IXON 0x00400 macro
/freebsd-14-stable/contrib/nvi/cl/
HDcl_screen.c332 if (clp->orig.c_iflag & IXON) in cl_vi_init()
333 clp->vi_enter.c_iflag |= IXON; in cl_vi_init()
HDcl_read.c208 term2.c_iflag &= ~(IXON | IXOFF); in cl_read()
/freebsd-14-stable/sys/kern/
HDtty_compat.c303 if (iflag&(INPCK|ISTRIP|IXON) || lflag&(IEXTEN|ISIG) in ttcompatgetflags()
347 iflag |= BRKINT|IXON|IMAXBEL; in ttcompatsetflags()
HDtty_ttydisc.c679 } else if (!CMP_FLAG(i, ICRNL|IGNCR|IMAXBEL|INLCR|ISTRIP|IXON) && in ttydisc_optimize()
1141 if (CMP_FLAG(i, IXON)) { in ttydisc_rint()
HDtty.c90 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/
HDtermios.c168 t->c_iflag &= ~(IMAXBEL|IXOFF|INPCK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IGNPAR); in cfmakeraw()
/freebsd-14-stable/contrib/tcsh/
HDed.term.c72 { "iflag:", 0, IXON | IXOFF },
125 # ifdef IXON
126 { "ixon", IXON, M_INPUT },
HDmi.termios.c180 termios_p->c_iflag |= IXON;
/freebsd-14-stable/contrib/ncurses/ncurses/tinfo/
HDlib_raw.c71 #define COOKED_INPUT (IXON|BRKINT|PARMRK)
/freebsd-14-stable/contrib/libedit/
HDtty.c90 {"iflag:", 0, IXON | IXOFF | INLCR | ICRNL},
196 #ifdef IXON
197 {"ixon", IXON, MD_INP},
/freebsd-14-stable/crypto/heimdal/appl/telnet/telnetd/
HDtelnetd.c1285 ixon = tsp->c_iflag & IXON; in readstream()
1295 ixon = tp->c_iflag & IXON; in readstream()
HDsys_term.c525 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/
HDreset_cmd.c328 | IXON in reset_tty_settings()
/freebsd-14-stable/sys/dev/usb/serial/
HDubsa.c514 if (t->c_iflag & (IXON | IXOFF)) in ubsa_cfg_param()
/freebsd-14-stable/libexec/getty/
HDgettytab89 # iflags: IXOFF | IXON | ICRNL | IGNPAR

12