Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/cmd/ttymon/
H A Dsttytable.c167 "ixon", IXON, 0,
168 "-ixon", 0, IXON,
174 "-raw", (BRKINT|IGNPAR|ISTRIP|ICRNL|IXON), 0,
175 "cooked", (BRKINT|IGNPAR|ISTRIP|ICRNL|IXON), 0,
176 "sane", (BRKINT|IGNPAR|ISTRIP|ICRNL|IXON|IMAXBEL),
H A Dstty.c380 if (!(m&IXON)) in prmodes()
599 (void) printf("-ixon "+((m&IXON) != 0)); in pramodes()
/illumos-gate/usr/src/ucbcmd/stty/
H A Dsttytable.c158 "ixon", IXON, 0,
159 "-ixon", 0, IXON,
171 "-raw", (BRKINT|IGNPAR|ISTRIP|ICRNL|IXON|IMAXBEL), 0,
172 "cooked", (BRKINT|IGNPAR|ISTRIP|ICRNL|IXON), 0,
173 "sane", (BRKINT|IGNPAR|ISTRIP|ICRNL|IXON|IMAXBEL),
H A Dstty.c326 if (!(m & IXON)) in prmodes()
541 (void) fprintf(output, "-ixon " + ((m & IXON) != 0)); in pramodes()
/illumos-gate/usr/src/cmd/bnu/
H A Dsetmode.c122 "ixon", IXON, 0,
123 "-ixon", 0, IXON,
137 "-raw", (BRKINT|IGNPAR|ISTRIP|ICRNL|IXON|IMAXBEL), 0,
138 "cooked", (BRKINT|IGNPAR|ISTRIP|ICRNL|IXON), 0,
139 "sane", (BRKINT|IGNPAR|ISTRIP|ICRNL|IXON|IMAXBEL),
H A Dcu.c1155 _Tv.c_iflag |= IXON; in _dopercen()
1157 _Tv.c_iflag &= ~IXON; in _dopercen()
1388 _Tv.c_iflag &= ~IXON; in _mode()
1390 _Tv.c_iflag |= IXON; in _mode()
1403 _Tv.c_iflag |= IXON; in _mode()
H A Dline.c189 ttbufs.c_iflag = (IGNPAR | IGNBRK | IXON | IXOFF);
207 ttbufs.c_iflag &= ~(IXON | IXOFF);
H A Dfio.c126 ttbuf.c_iflag = IXOFF|IXON|ISTRIP; in fturnon()
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcbreak.c101 PTERMIOS(_prog)->c_iflag &= ~IXON; in raw()
118 PTERMIOS(_prog)->c_iflag |= IXON; in noraw()
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dcbreak.c111 cur_term->_prog.c_lflag &= ~(ICANON | ISIG | IXON); in raw()
130 cur_term->_prog.c_lflag |= ICANON | ISIG | IXON; in noraw()
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dline.c158 ttbufs.c_iflag = (IGNPAR | IGNBRK | IXON | IXOFF); in fixline()
186 ttbufs.c_iflag &= ~(IXON | IXOFF); in fixline()
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dnoraw.c53 PROGTTYS.c_iflag |= IXON; in noraw()
H A Draw.c57 PROGTTYS.c_iflag &= ~IXON; in raw()
/illumos-gate/usr/src/cmd/bhyve/
H A Dbhyve_sol_glue.c31 ICRNL|IXON|IGNPAR); in cfmakeraw()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dsys_bsd.c363 tmp_tc.c_iflag &= ~(IXOFF|IXON); /* Leave the IXANY bit alone */
367 tmp_tc.c_iflag |= IXOFF|IXON;
369 tmp_tc.c_iflag |= IXOFF|IXON|IXANY;
371 tmp_tc.c_iflag |= IXOFF|IXON;
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Difdef.c117 termio.c_iflag = IXON | IGNCR; in setupline()
129 termios.c_iflag = IXON | IGNCR; in setupline()
187 termio.c_iflag |= IXON | IXOFF; in resetline()
/illumos-gate/usr/src/cmd/tip/
H A Dcmds.c817 rmtty.c_iflag |= IXOFF|IXON; in tandem()
818 arg.c_iflag |= IXOFF|IXON; in tandem()
822 rmtty.c_iflag &= ~(IXOFF|IXON); in tandem()
823 arg.c_iflag &= ~(IXOFF|IXON); in tandem()
H A Dtip.c212 arg.c_iflag &= ~(INPCK|IXON|IXOFF|ICRNL); in main()
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_promif.c515 tip->c_iflag &= ~(IXON|IXANY|IXOFF); in kmdb_parse_mode()
523 tip->c_iflag |= (in == 1 ? IXOFF : IXON); in kmdb_parse_mode()
/illumos-gate/usr/src/cmd/script/
H A Dscript.c225 sbuf.c_iflag &= ~(INLCR|IGNCR|ICRNL|IUCLC|IXON); in fixtty()
/illumos-gate/usr/src/uts/common/sys/
H A Dtermios.h200 #define IXON 0002000 macro
/illumos-gate/usr/src/uts/common/io/
H A Dttcompat.c1122 termiosp->c_iflag |= IXON; in from_compat()
1244 INLCR|IGNCR|ICRNL|IUCLC|IXON)) && in to_compat()
1250 if (!(termiosp->c_iflag & IXON)) { in to_compat()
H A Dtty_common.c34 BRKINT|ICRNL|IXON|IMAXBEL, /* c_iflag */
H A Drlmod.c1112 ixon = tp->c_iflag & IXON; in tty_flow()
1124 ixon = ti->c_iflag & IXON; in tty_flow()
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dstty.c234 { "ixon", BIT, I_FLAG, 0, IXON, IXON, C("Enable (disable) XON/XOFF flow control. \bstop\b character…

12