Searched refs:IXOFF (Results 1 - 25 of 37) sorted by relevance

12

/freebsd-10.3-release/bin/stty/
H A Dmodes.c120 { "ixoff", IXOFF, 0 },
121 { "-ixoff", 0, IXOFF },
122 { "tandem", IXOFF, 0 },
123 { "-tandem", 0, IXOFF },
H A Dprint.c124 put("-ixoff", IXOFF, 0);
/freebsd-10.3-release/usr.sbin/lpr/lpd/
H A Dmodes.c120 { "ixoff", IXOFF, 0 },
121 { "-ixoff", 0, IXOFF },
122 { "tandem", IXOFF, 0 },
123 { "-tandem", 0, IXOFF },
/freebsd-10.3-release/contrib/libreadline/examples/
H A Drlptytest.c241 buf.c_iflag |= (IXON|IXOFF);
248 buf.c_iflag &= ~(IXON|IXOFF);
279 buf.c_iflag &= ~(IXON|IXOFF);
/freebsd-10.3-release/crypto/openssh/
H A Dsshtty.c80 tio.c_iflag &= ~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXANY | IXOFF);
H A Dttymodes.h126 TTYMODE(IXOFF, c_iflag, 40)
/freebsd-10.3-release/contrib/ncurses/ncurses/trace/
H A Dlib_tracebits.c121 {IXOFF, "IXOFF"},
123 #define ALLIN (BRKINT|IGNBRK|IGNPAR|PARMRK|INPCK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IXOFF)
/freebsd-10.3-release/sys/kern/
H A Dtty_compat.c282 if (iflag&IXOFF)
397 iflag |= IXOFF;
399 iflag &= ~IXOFF;
437 iflag |= IXOFF;
439 iflag &= ~IXOFF;
H A Dtty.c87 INLCR|IGNCR|ICRNL|IXON|IXOFF|IXANY|IMAXBEL)
1615 (IXON|IXOFF|IXANY)) ||
1890 tp->t_termios.c_iflag & IXOFF &&
1910 tp->t_termios.c_iflag & IXOFF &&
/freebsd-10.3-release/sys/sys/
H A D_termios.h64 #define VSTART 12 /* IXON, IXOFF */
65 #define VSTOP 13 /* IXON, IXOFF */
93 #define IXOFF 0x00000400 /* enable input flow control */ macro
/freebsd-10.3-release/crypto/heimdal/appl/telnet/telnet/
H A Dsys_bsd.c371 tmp_tc.c_iflag &= ~(IXOFF|IXON); /* Leave the IXANY bit alone */
374 tmp_tc.c_iflag |= IXOFF|IXON; /* Leave the IXANY bit alone */
376 tmp_tc.c_iflag |= IXOFF|IXON|IXANY;
378 tmp_tc.c_iflag |= IXOFF|IXON;
/freebsd-10.3-release/contrib/telnet/telnet/
H A Dsys_bsd.c456 tmp_tc.c_iflag &= ~(IXOFF|IXON); /* Leave the IXANY bit alone */
459 tmp_tc.c_iflag |= IXOFF|IXON; /* Leave the IXANY bit alone */
461 tmp_tc.c_iflag |= IXOFF|IXON|IXANY;
463 tmp_tc.c_iflag |= IXOFF|IXON;
/freebsd-10.3-release/lib/libc/gen/
H A Dtermios.c170 t->c_iflag &= ~(IMAXBEL|IXOFF|INPCK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IGNPAR);
/freebsd-10.3-release/usr.bin/tip/tip/
H A Dcmds.c857 rmtty.c_iflag |= IXOFF;
858 term.c_iflag |= IXOFF;
860 rmtty.c_iflag &= ~IXOFF;
861 term.c_iflag &= ~IXOFF;
H A Dtip.c563 cntrl.c_iflag |= IXOFF;
/freebsd-10.3-release/contrib/nvi/cl/
H A Dcl_screen.c345 if (clp->orig.c_iflag & IXOFF)
346 clp->vi_enter.c_iflag |= IXOFF;
H A Dcl_read.c210 term2.c_iflag &= ~(IXON | IXOFF);
/freebsd-10.3-release/usr.bin/tset/
H A Dset.c89 | IXOFF);
/freebsd-10.3-release/contrib/libreadline/
H A Drltty.c592 tiop->c_iflag &= ~(IXON | IXOFF | IXANY);
595 tiop->c_iflag &= ~(IXON | IXOFF);
/freebsd-10.3-release/contrib/gdb/gdb/tui/
H A Dtui.c529 mode.c_iflag &= ~(IGNBRK | PARMRK | INPCK | INLCR | IGNCR | IUCLC | IXOFF);
/freebsd-10.3-release/contrib/tcsh/
H A Ded.term.c75 { "iflag:", 0, IXON | IXOFF },
134 # ifdef IXOFF
135 { "ixoff", IXOFF, M_INPUT },
136 # endif /* IXOFF */
/freebsd-10.3-release/lib/libedit/
H A Dtty.c81 {"iflag:", 0, IXON | IXOFF | INLCR | ICRNL},
193 #ifdef IXOFF
194 {"ixoff", IXOFF, MD_INP},
195 #endif /* IXOFF */
/freebsd-10.3-release/usr.bin/rlogin/
H A Drlogin.c658 tty.c_iflag &= IXOFF;
/freebsd-10.3-release/sys/i386/ibcs2/
H A Dibcs2_ioctl.c137 if (l & IBCS2_IXOFF) r |= IXOFF;
231 if (l & IXOFF) r |= IBCS2_IXOFF;
/freebsd-10.3-release/sys/dev/cy/
H A Dcy.c586 || tp->t_iflag & IXOFF)
1373 if (iflag & IXOFF)
1398 if (iflag & IXOFF)
1998 /* XXX duplicate ttyinput(), but without the IXOFF/IXON/ISTRIP/IPARMRK

Completed in 231 milliseconds

12