/titanic_44/usr/src/ucbcmd/stty/ |
H A D | sttytable.c | 152 "ixany", IXANY, 0, 153 "-ixany", 0, IXANY, 154 "decctlq", 0, IXANY, 155 "-decctlq", IXANY, 0,
|
H A D | stty.c | 327 else if (m & IXANY) in prmodes() 541 (void) fprintf(output, "-ixany " + ((m & IXANY) != 0)); in pramodes()
|
/titanic_44/usr/src/cmd/bnu/ |
H A D | setmode.c | 126 "ixany", IXANY, 0, 127 "-ixany", 0, IXANY, 128 "decctlq", 0, IXANY, 129 "-decctlq", IXANY, 0,
|
/titanic_44/usr/src/cmd/ttymon/ |
H A D | sttytable.c | 161 "ixany", IXANY, 0, 162 "-ixany", 0, IXANY, 169 (IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF|IXANY),
|
H A D | stty.c | 378 else if (!(m&IXANY)) in prmodes() 593 (void) printf("-ixany "+((m&IXANY) != 0)); in pramodes()
|
/titanic_44/usr/src/cmd/ssh/ssh/ |
H A D | sshtty.c | 84 tio.c_iflag &= ~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXANY | IXOFF); in enter_raw_mode()
|
/titanic_44/usr/src/cmd/ssh/include/ |
H A D | ttymodes.h | 140 TTYMODE(IXANY, c_iflag, 39)
|
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | termios.h | 124 #define IXANY 0x00000800 macro
|
/titanic_44/usr/src/lib/libbc/inc/include/ |
H A D | termios.h | 124 #define IXANY 0x00000800 macro
|
/titanic_44/usr/src/lib/libcmd/common/ |
H A D | stty.c | 233 #ifdef IXANY 234 { "ixany", BIT, I_FLAG, US, IXANY, IXANY, C("Any character (only start character) can restart outpu… 235 { "decctlq", BIT, I_FLAG, IG, IXANY, 0, C("Same as \b-ixany\b") },
|
/titanic_44/usr/src/cmd/tip/aculib/ |
H A D | v831.c | 192 cntrl.c_iflag &= IXOFF|IXANY; in dialit()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | sys_bsd.c | 373 tmp_tc.c_iflag |= IXOFF|IXON|IXANY; 376 tmp_tc.c_iflag &= ~IXANY;
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | termios.h | 201 #define IXANY 0004000 macro
|
/titanic_44/usr/src/cmd/lp/filter/postscript/postio/ |
H A D | ifdef.c | 188 termio.c_iflag &= ~IXANY; in resetline()
|
/titanic_44/usr/src/cmd/mdb/common/kmdb/ |
H A D | kmdb_promif.c | 513 tip->c_iflag &= ~(IXON|IXANY|IXOFF); in kmdb_parse_mode()
|
/titanic_44/usr/src/cmd/sulogin/ |
H A D | sulogin.c | 357 #define RESET_IFLAG (IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF|IXANY)
|
/titanic_44/usr/src/uts/common/io/ |
H A D | ttcompat.c | 1295 termiosp->c_iflag |= IXANY; in from_compat() 1440 if (!(termiosp->c_iflag & IXANY)) in to_compat()
|
H A D | ldterm.c | 1257 tp->t_modes.c_iflag & IXANY) { in ldtermrput() 1277 IXANY)) { in ldtermrput()
|
H A D | asy.c | 2472 if ((tp->t_iflag & IXANY) && in async_rxint()
|
/titanic_44/usr/src/uts/common/io/usb/clients/usbser/ |
H A D | usbser.c | 1560 if (termiosp->c_iflag & (IXON | IXANY)) { in usbser_check_port_props() 1562 termiosp->c_iflag & (IXON | IXANY); in usbser_check_port_props() 3137 flow_ctl = tp->t_iflag & (IXON | IXANY | IXOFF); in usbser_port_program()
|
/titanic_44/usr/src/uts/common/xen/io/ |
H A D | xencons.c | 662 if ((tp->t_iflag & IXANY) && in xencons_rxint()
|
/titanic_44/usr/src/cmd/zlogin/ |
H A D | zlogin.c | 475 term.c_iflag &= ~(ISTRIP|IXON|IXANY); in set_tty_rawmode()
|