Home
last modified time | relevance | path

Searched refs:IXANY (Results 1 – 20 of 20) sorted by relevance

/freebsd/usr.sbin/lpr/lpd/
H A Dmodes.c118 { "ixany", IXANY, 0 },
119 { "-ixany", 0, IXANY },
120 { "decctlq", 0, IXANY },
121 { "-decctlq", IXANY, 0 },
/freebsd/bin/stty/
H A Dmodes.c117 { "ixany", IXANY, 0 },
118 { "-ixany", 0, IXANY },
119 { "decctlq", 0, IXANY },
120 { "-decctlq", IXANY, 0 },
H A Dprint.c117 put("-ixany", IXANY, 1); in print()
H A Dkey.c163 ip->t.c_iflag &= ~IXANY; in f_dec()
/freebsd/sys/kern/
H A Dtty_compat.c323 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 Dtty.c90 IGNCR|ICRNL|IXON|IXOFF|IXANY|IMAXBEL|IUTF8)
1758 (IXON|IXOFF|IXANY)) || in tty_generic_ioctl()
H A Dtty_ttydisc.c1055 if (CMP_FLAG(i, IXANY)) { in ttydisc_rint()
/freebsd/crypto/heimdal/appl/login/
H A Dstty_default.c84 termios.c_iflag &= ~IXANY; 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.h116 TTYMODE(IXANY, c_iflag, 39)
/freebsd/contrib/ncurses/progs/
H A Dreset_cmd.c221 #ifndef IXANY
222 #define IXANY 0 macro
322 | IXANY in reset_tty_settings()
/freebsd/sys/sys/
H A Dttydefaults.h46 #define TTYDEF_IFLAG (BRKINT | ICRNL | IMAXBEL | IXON | IXANY | IUTF8)
H A D_termios.h94 #define IXANY 0x00000800 /* any char will restart after stop */ macro
/freebsd/libexec/getty/
H A Dsubr.c379 SET(lflag, IXANY); in set_flags()
381 CLR(lflag, IXANY); in set_flags()
/freebsd/crypto/heimdal/appl/telnet/telnet/
H A Dsys_bsd.c376 tmp_tc.c_iflag |= IXOFF|IXON|IXANY; in TerminalNewMode()
379 tmp_tc.c_iflag &= ~IXANY; in TerminalNewMode()
/freebsd/contrib/telnet/telnet/
H A Dsys_bsd.c455 tmp_tc.c_iflag |= IXOFF|IXON|IXANY; in TerminalNewMode()
458 tmp_tc.c_iflag &= ~IXANY; in TerminalNewMode()
/freebsd/contrib/tcsh/
H A Ded.term.c128 # ifdef IXANY
129 { "ixany", IXANY, M_INPUT },
/freebsd/contrib/libedit/
H A Dtty.c199 #ifdef IXANY
200 {"ixany", IXANY, MD_INP},
/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c531 return((termbuf.c_iflag & IXANY) ? 1 : 0); in tty_restartany()
/freebsd/sys/compat/linux/
H A Dlinux_ioctl.c418 if (bios->c_iflag & IXANY) in bsd_to_linux_termios()
538 bios->c_iflag |= IXANY; in linux_to_bsd_termios()