Searched refs:IXANY (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-10.3-release/crypto/heimdal/appl/login/
H A Dstty_default.c84 termios.c_iflag &= ~IXANY;
/freebsd-10.3-release/contrib/libreadline/examples/
H A Drlptytest.c242 #ifdef IXANY
243 buf.c_iflag &= ~IXANY;
249 #ifdef IXANY
250 buf.c_iflag &= ~IXANY;
/freebsd-10.3-release/bin/stty/
H A Dmodes.c124 { "ixany", IXANY, 0 },
125 { "-ixany", 0, IXANY },
126 { "decctlq", 0, IXANY },
127 { "-decctlq", IXANY, 0 },
H A Dkey.c172 ip->t.c_iflag &= ~IXANY;
H A Dprint.c125 put("-ixany", IXANY, 1);
/freebsd-10.3-release/usr.sbin/lpr/lpd/
H A Dmodes.c124 { "ixany", IXANY, 0 },
125 { "-ixany", 0, IXANY },
126 { "decctlq", 0, IXANY },
127 { "-decctlq", IXANY, 0 },
/freebsd-10.3-release/crypto/openssh/
H A Dsshtty.c80 tio.c_iflag &= ~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXANY | IXOFF);
H A Dttymodes.h125 TTYMODE(IXANY, c_iflag, 39)
/freebsd-10.3-release/sys/sys/
H A Dttydefaults.h47 #define TTYDEF_IFLAG (BRKINT | ICRNL | IMAXBEL | IXON | IXANY)
H A D_termios.h95 #define IXANY 0x00000800 /* any char will restart after stop */ macro
/freebsd-10.3-release/sys/kern/
H A Dtty_compat.c325 if ((iflag&IXANY) == 0)
401 iflag |= IXANY;
403 iflag &= ~IXANY;
441 iflag |= IXANY;
443 iflag &= ~IXANY;
H A Dtty.c87 INLCR|IGNCR|ICRNL|IXON|IXOFF|IXANY|IMAXBEL)
1615 (IXON|IXOFF|IXANY)) ||
/freebsd-10.3-release/usr.bin/tset/
H A Dset.c86 #ifdef IXANY
87 | IXANY
/freebsd-10.3-release/libexec/getty/
H A Dsubr.c385 SET(lflag, IXANY);
387 CLR(lflag, IXANY);
/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;
379 tmp_tc.c_iflag &= ~IXANY;
/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;
464 tmp_tc.c_iflag &= ~IXANY;
/freebsd-10.3-release/contrib/libreadline/
H A Drltty.c591 #if defined (IXANY)
592 tiop->c_iflag &= ~(IXON | IXOFF | IXANY);
594 /* `strict' Posix systems do not define IXANY. */
596 #endif /* IXANY */
/freebsd-10.3-release/sys/dev/rc/
H A Drc.c747 if ((tp->t_state & TS_TTSTOP) && ((tp->t_iflag & IXANY)
948 || (iflag & IXANY)
979 if (iflag & IXANY)
/freebsd-10.3-release/contrib/ncurses/progs/
H A Dtset.c777 #ifdef IXANY
778 | IXANY
/freebsd-10.3-release/contrib/tcsh/
H A Ded.term.c131 # ifdef IXANY
132 { "ixany", IXANY, M_INPUT },
133 # endif /* IXANY */
/freebsd-10.3-release/sys/i386/ibcs2/
H A Dibcs2_ioctl.c136 if (l & IBCS2_IXANY) r |= IXANY;
230 if (l & IXANY) r |= IBCS2_IXANY;
/freebsd-10.3-release/lib/libedit/
H A Dtty.c190 #ifdef IXANY
191 {"ixany", IXANY, MD_INP},
192 #endif /* IXANY */
/freebsd-10.3-release/sys/dev/cy/
H A Dcy.c597 && (tp->t_iflag & IXANY
1371 if (iflag & IXANY)
/freebsd-10.3-release/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c531 return((termbuf.c_iflag & IXANY) ? 1 : 0);
/freebsd-10.3-release/contrib/telnet/telnetd/
H A Dsys_term.c492 return((termbuf.c_iflag & IXANY) ? 1 : 0);

Completed in 287 milliseconds

12