Home
last modified time | relevance | path

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

12

/netbsd-src/external/gpl3/gdb/dist/readline/readline/examples/
H A Drlptytest.c249 #ifdef IXANY in tty_cbreak()
250 buf.c_iflag &= ~IXANY; in tty_cbreak()
256 #ifdef IXANY in tty_cbreak()
257 buf.c_iflag &= ~IXANY; in tty_cbreak()
/netbsd-src/usr.sbin/lpr/lpd/
H A Dmodes.c121 { "ixany", IXANY, 0 },
122 { "-ixany", 0, IXANY },
123 { "decctlq", 0, IXANY },
124 { "-decctlq", IXANY, 0 },
H A Dttcompat.c242 SET(iflag, IXANY); in sttyclearlflags()
277 CLR(iflag, IXANY); in sttysetlflags()
H A Dkey.c165 ip->t.c_iflag &= ~IXANY; in f_dec()
/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/examples/
H A Drlptytest.c249 #ifdef IXANY in tty_cbreak()
250 buf.c_iflag &= ~IXANY; in tty_cbreak()
256 #ifdef IXANY in tty_cbreak()
257 buf.c_iflag &= ~IXANY; in tty_cbreak()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dtermios.d994 enum IXANY = 0x0000800; // 0004000 in version() local
1029 enum IXANY = 0x00000800; in version() local
1064 enum IXANY = 0x00000800; in version() local
1098 enum IXANY = 0x00000800; in version() local
1132 enum IXANY = 0x00000800; in version() local
1166 enum IXANY = 0x00000800; in version() local
1200 enum IXANY = 0x0000800; in version() local
1236 enum IXANY = 0x0000800; // 0004000 in version() local
/netbsd-src/bin/stty/
H A Dmodes.c109 { "ixany", IXANY },
115 { "decctlq", 0, IXANY },
116 { "-decctlq", IXANY, 0 },
H A Dprint.c120 put("-ixany", IXANY, 1); in print()
H A Dkey.c182 ip->t.c_iflag &= ~IXANY; in f_dec()
/netbsd-src/libexec/getty/
H A Dsubr.c351 SET(lflag, IXANY); in setflags()
353 CLR(lflag, IXANY); in setflags()
371 iflag = BRKINT|ICRNL|IMAXBEL|IXON|IXANY; in compatflags()
456 SET(iflag, IXANY); in compatflags()
458 CLR(iflag, IXANY); in compatflags()
/netbsd-src/usr.bin/tset/
H A Dset.c83 #ifdef IXANY in reset_mode()
84 | IXANY in reset_mode()
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dsshtty.c81 tio.c_iflag &= ~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXANY | IXOFF); in enter_raw_mode()
H A Dttymodes.h117 TTYMODE(IXANY, c_iflag, 39)
/netbsd-src/sys/compat/common/
H A Dtty_43.c341 if (!ISSET(iflag, IXANY)) in ttcompatgetflags()
476 SET(iflag, IXANY); in ttcompatsetlflags()
478 CLR(iflag, IXANY); in ttcompatsetlflags()
/netbsd-src/sys/sys/
H A Dttydefaults.h48 #define TTYDEF_IFLAG (BRKINT | ICRNL | IMAXBEL | IXON | IXANY)
H A Dtermios.h102 #define IXANY 0x00000800U /* any char will restart after stop */ macro
/netbsd-src/usr.bin/telnet/
H A Dsys_bsd.c304 tmp_tc.c_iflag |= IXOFF|IXON|IXANY; in TerminalNewMode()
307 tmp_tc.c_iflag &= ~IXANY; in TerminalNewMode()
/netbsd-src/sys/compat/linux/common/
H A Dlinux_termios.h207 bts->c_iflag |= cvtto_bsd_mask(lt->c_iflag, LINUX_IXANY, IXANY); in linux32_termio_to_bsd_termios()
295 lt->c_iflag |= cvtto_linux_mask(bts->c_iflag, IXANY, LINUX_IXANY); in bsd_termios_to_linux32_termio()
385 bts->c_iflag |= cvtto_bsd_mask(lts->c_iflag, LINUX_IXANY, IXANY); in linux32_termios_to_bsd_termios()
483 lts->c_iflag |= cvtto_linux_mask(bts->c_iflag, IXANY, LINUX_IXANY); in bsd_termios_to_linux32_termios()
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Drltty.c519 #if defined (IXANY) in prepare_terminal_settings()
520 tiop->c_iflag &= ~(IXON | IXANY); in prepare_terminal_settings()
/netbsd-src/sys/compat/ultrix/
H A Dultrix_ioctl.c162 r |= ((l & 0x00000800) ? IXANY : 0); in stios2btios()
295 r |= ((l & IXANY) ? 0x00000800 : 0); in btios2stios()
/netbsd-src/libexec/telnetd/
H A Dsys_term.c248 return((termbuf.c_iflag & IXANY) ? 1 : 0); in tty_restartany()
/netbsd-src/sys/compat/sunos/
H A Dsunos_ioctl.c144 r |= ((l & 0x00000800) ? IXANY : 0); in stios2btios()
267 r |= ((l & IXANY) ? 0x00000800 : 0); in btios2stios()
/netbsd-src/sys/compat/sunos32/
H A Dsunos32_ioctl.c180 r |= ((l & 0x00000800) ? IXANY : 0); in stios2btios()
303 r |= ((l & IXANY) ? 0x00000800 : 0); in btios2stios()
/netbsd-src/lib/libedit/
H A Dtty.c199 #ifdef IXANY
200 {"ixany", IXANY, MD_INP},
/netbsd-src/sys/dev/qbus/
H A Dqd.c377 #define IFLAG (BRKINT|ISTRIP|IXON|IXANY|ICRNL|IMAXBEL)

12