/freebsd/usr.sbin/lpr/lpd/ |
H A D | modes.c | 118 { "ixany", IXANY, 0 }, 119 { "-ixany", 0, IXANY }, 120 { "decctlq", 0, IXANY }, 121 { "-decctlq", IXANY, 0 },
|
/freebsd/bin/stty/ |
H A D | modes.c | 117 { "ixany", IXANY, 0 }, 118 { "-ixany", 0, IXANY }, 119 { "decctlq", 0, IXANY }, 120 { "-decctlq", IXANY, 0 },
|
H A D | print.c | 117 put("-ixany", IXANY, 1); in print()
|
H A D | key.c | 163 ip->t.c_iflag &= ~IXANY; in f_dec()
|
/freebsd/sys/kern/ |
H A D | tty_compat.c | 323 if ((iflag&IXANY) == 0) in ttcompatgetflags() 399 iflag |= IXANY; in ttcompatsetflags() 401 iflag &= ~IXANY; in ttcompatsetflags() 439 iflag |= IXANY; in ttcompatsetlflags() 441 iflag &= ~IXANY; in ttcompatsetlflags()
|
H A D | tty.c | 90 IGNCR|ICRNL|IXON|IXOFF|IXANY|IMAXBEL|IUTF8) 1758 (IXON|IXOFF|IXANY)) || in tty_generic_ioctl()
|
H A D | tty_ttydisc.c | 1055 if (CMP_FLAG(i, IXANY)) { in ttydisc_rint()
|
/freebsd/crypto/heimdal/appl/login/ |
H A D | stty_default.c | 84 termios.c_iflag &= ~IXANY; in stty_default()
|
/freebsd/crypto/openssh/ |
H A D | sshtty.c | 80 tio.c_iflag &= ~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXANY | IXOFF); in enter_raw_mode()
|
H A D | ttymodes.h | 116 TTYMODE(IXANY, c_iflag, 39)
|
/freebsd/contrib/ncurses/progs/ |
H A D | reset_cmd.c | 221 #ifndef IXANY 222 #define IXANY 0 macro 322 | IXANY in reset_tty_settings()
|
/freebsd/sys/sys/ |
H A D | ttydefaults.h | 46 #define TTYDEF_IFLAG (BRKINT | ICRNL | IMAXBEL | IXON | IXANY | IUTF8)
|
H A D | _termios.h | 94 #define IXANY 0x00000800 /* any char will restart after stop */ macro
|
/freebsd/libexec/getty/ |
H A D | subr.c | 379 SET(lflag, IXANY); in set_flags() 381 CLR(lflag, IXANY); in set_flags()
|
/freebsd/crypto/heimdal/appl/telnet/telnet/ |
H A D | sys_bsd.c | 376 tmp_tc.c_iflag |= IXOFF|IXON|IXANY; in TerminalNewMode() 379 tmp_tc.c_iflag &= ~IXANY; in TerminalNewMode()
|
/freebsd/contrib/telnet/telnet/ |
H A D | sys_bsd.c | 455 tmp_tc.c_iflag |= IXOFF|IXON|IXANY; in TerminalNewMode() 458 tmp_tc.c_iflag &= ~IXANY; in TerminalNewMode()
|
/freebsd/contrib/tcsh/ |
H A D | ed.term.c | 128 # ifdef IXANY 129 { "ixany", IXANY, M_INPUT },
|
/freebsd/contrib/libedit/ |
H A D | tty.c | 199 #ifdef IXANY 200 {"ixany", IXANY, MD_INP},
|
/freebsd/crypto/heimdal/appl/telnet/telnetd/ |
H A D | sys_term.c | 531 return((termbuf.c_iflag & IXANY) ? 1 : 0); in tty_restartany()
|
/freebsd/sys/compat/linux/ |
H A D | linux_ioctl.c | 418 if (bios->c_iflag & IXANY) in bsd_to_linux_termios() 538 bios->c_iflag |= IXANY; in linux_to_bsd_termios()
|