Home
last modified time | relevance | path

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

12

/freebsd/usr.sbin/lpr/lpd/
H A Dmodes.c110 { "ixon", IXON, 0 },
111 { "-ixon", 0, IXON },
112 { "flow", IXON, 0 },
113 { "-flow", 0, IXON },
/freebsd/bin/stty/
H A Dmodes.c109 { "ixon", IXON, 0 },
110 { "-ixon", 0, IXON },
111 { "flow", IXON, 0 },
112 { "-flow", 0, IXON },
H A Dprint.c115 put("-ixon", IXON, 1); in print()
H A Dkey.c138 ip->t.c_iflag |= BRKINT|IXON|IMAXBEL; in f_cbreak()
/freebsd/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/crypto/heimdal/appl/login/
H A Dstty_default.c83 termios.c_iflag |= (BRKINT|IGNPAR|ICRNL|IXON|IMAXBEL); in stty_default()
/freebsd/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/contrib/ncurses/ncurses/trace/
H A Dlib_tracebits.c123 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 Dttydefaults.h46 #define TTYDEF_IFLAG (BRKINT | ICRNL | IMAXBEL | IXON | IXANY | IUTF8)
H A D_termios.h91 #define IXON 0x00000200 /* enable output flow control */ macro
/freebsd/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/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/sys/kern/
H A Dtty_compat.c301 if (iflag&(INPCK|ISTRIP|IXON) || lflag&(IEXTEN|ISIG) in ttcompatgetflags()
345 iflag |= BRKINT|IXON|IMAXBEL; in ttcompatsetflags()
H A Dtty_ttydisc.c678 } 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 Dtermios.c166 t->c_iflag &= ~(IMAXBEL|IXOFF|INPCK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IGNPAR); in cfmakeraw()
/freebsd/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/contrib/libedit/
H A Dtty.c90 {"iflag:", 0, IXON | IXOFF | INLCR | ICRNL},
196 #ifdef IXON
197 {"ixon", IXON, MD_INP},
/freebsd/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/contrib/ncurses/ncurses/tinfo/
H A Dlib_raw.c70 #define COOKED_INPUT (IXON|BRKINT|PARMRK)
/freebsd/contrib/ncurses/progs/
H A Dreset_cmd.c328 | IXON in reset_tty_settings()
/freebsd/libexec/getty/
H A Dgettytab87 # iflags: IXOFF | IXON | ICRNL | IGNPAR

12