Home
last modified time | relevance | path

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

12

/freebsd-14.2/usr.sbin/lpr/lpd/
H A Dmodes.c116 { "ixon", IXON, 0 },
117 { "-ixon", 0, IXON },
118 { "flow", IXON, 0 },
119 { "-flow", 0, IXON },
/freebsd-14.2/bin/stty/
H A Dmodes.c115 { "ixon", IXON, 0 },
116 { "-ixon", 0, IXON },
117 { "flow", IXON, 0 },
118 { "-flow", 0, IXON },
H A Dprint.c121 put("-ixon", IXON, 1); in print()
H A Dkey.c144 ip->t.c_iflag |= BRKINT|IXON|IMAXBEL; in f_cbreak()
/freebsd-14.2/crypto/heimdal/appl/telnet/telnet/
H A Dsys_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.2/crypto/heimdal/appl/login/
H A Dstty_default.c83 termios.c_iflag |= (BRKINT|IGNPAR|ICRNL|IXON|IMAXBEL); in stty_default()
/freebsd-14.2/crypto/openssh/
H A Dsshtty.c80 tio.c_iflag &= ~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXANY | IXOFF); in enter_raw_mode()
H A Dttymodes.h115 TTYMODE(IXON, c_iflag, 38)
/freebsd-14.2/contrib/ncurses/ncurses/trace/
H A Dlib_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.2/sys/sys/
H A Dttydefaults.h48 #define TTYDEF_IFLAG (BRKINT | ICRNL | IMAXBEL | IXON | IXANY | IUTF8)
H A D_termios.h93 #define IXON 0x00000200 /* enable output flow control */ macro
/freebsd-14.2/contrib/telnet/telnet/
H A Dsys_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.2/contrib/ncurses/include/
H A Dnc_termios.h108 #define IXON 0x00400 macro
/freebsd-14.2/contrib/nvi/cl/
H A Dcl_screen.c332 if (clp->orig.c_iflag & IXON) in cl_vi_init()
333 clp->vi_enter.c_iflag |= IXON; in cl_vi_init()
H A Dcl_read.c208 term2.c_iflag &= ~(IXON | IXOFF); in cl_read()
/freebsd-14.2/sys/kern/
H A Dtty_compat.c303 if (iflag&(INPCK|ISTRIP|IXON) || lflag&(IEXTEN|ISIG) in ttcompatgetflags()
347 iflag |= BRKINT|IXON|IMAXBEL; in ttcompatsetflags()
H A Dtty_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()
/freebsd-14.2/lib/libc/gen/
H A Dtermios.c168 t->c_iflag &= ~(IMAXBEL|IXOFF|INPCK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IGNPAR); in cfmakeraw()
/freebsd-14.2/contrib/tcsh/
H A Ded.term.c72 { "iflag:", 0, IXON | IXOFF },
125 # ifdef IXON
126 { "ixon", IXON, M_INPUT },
H A Dmi.termios.c180 termios_p->c_iflag |= IXON;
/freebsd-14.2/contrib/ncurses/ncurses/tinfo/
H A Dlib_raw.c71 #define COOKED_INPUT (IXON|BRKINT|PARMRK)
/freebsd-14.2/contrib/libedit/
H A Dtty.c90 {"iflag:", 0, IXON | IXOFF | INLCR | ICRNL},
196 #ifdef IXON
197 {"ixon", IXON, MD_INP},
/freebsd-14.2/crypto/heimdal/appl/telnet/telnetd/
H A Dtelnetd.c1285 ixon = tsp->c_iflag & IXON; in readstream()
1295 ixon = tp->c_iflag & IXON; in readstream()
H A Dsys_term.c525 return((termbuf.c_iflag & IXON) ? 1 : 0); in tty_flowmode()
909 termbuf.c_iflag = IGNPAR|ISTRIP|ICRNL|IXON; in getptyslave()
/freebsd-14.2/contrib/ncurses/progs/
H A Dreset_cmd.c328 | IXON in reset_tty_settings()

12