Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/lpr/lpd/
H A Dmodes.c124 { "ixany", IXANY, 0 },
125 { "-ixany", 0, IXANY },
126 { "decctlq", 0, IXANY },
127 { "-decctlq", IXANY, 0 },
/freebsd-14.2/bin/stty/
H A Dmodes.c123 { "ixany", IXANY, 0 },
124 { "-ixany", 0, IXANY },
125 { "decctlq", 0, IXANY },
126 { "-decctlq", IXANY, 0 },
H A Dprint.c123 put("-ixany", IXANY, 1); in print()
H A Dkey.c169 ip->t.c_iflag &= ~IXANY; in f_dec()
/freebsd-14.2/sys/kern/
H A Dtty_compat.c325 if ((iflag&IXANY) == 0) in ttcompatgetflags()
401 iflag |= IXANY; in ttcompatsetflags()
403 iflag &= ~IXANY; in ttcompatsetflags()
441 iflag |= IXANY; in ttcompatsetlflags()
443 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.c1056 if (CMP_FLAG(i, IXANY)) { in ttydisc_rint()
/freebsd-14.2/crypto/heimdal/appl/login/
H A Dstty_default.c84 termios.c_iflag &= ~IXANY; in stty_default()
/freebsd-14.2/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-14.2/sys/sys/
H A Dttydefaults.h48 #define TTYDEF_IFLAG (BRKINT | ICRNL | IMAXBEL | IXON | IXANY | IUTF8)
H A D_termios.h96 #define IXANY 0x00000800 /* any char will restart after stop */ macro
/freebsd-14.2/contrib/ncurses/progs/
H A Dreset_cmd.c221 #ifndef IXANY
222 #define IXANY 0 macro
322 | IXANY in reset_tty_settings()
/freebsd-14.2/libexec/getty/
H A Dsubr.c385 SET(lflag, IXANY); in set_flags()
387 CLR(lflag, IXANY); in set_flags()
/freebsd-14.2/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-14.2/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-14.2/contrib/tcsh/
H A Ded.term.c128 # ifdef IXANY
129 { "ixany", IXANY, M_INPUT },
/freebsd-14.2/contrib/libedit/
H A Dtty.c199 #ifdef IXANY
200 {"ixany", IXANY, MD_INP},
/freebsd-14.2/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c531 return((termbuf.c_iflag & IXANY) ? 1 : 0); in tty_restartany()
/freebsd-14.2/sys/compat/linux/
H A Dlinux_ioctl.c413 if (bios->c_iflag & IXANY) in bsd_to_linux_termios()
531 bios->c_iflag |= IXANY; in linux_to_bsd_termios()