Home
last modified time | relevance | path

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

/titanic_44/usr/src/ucbcmd/stty/
H A Dsttytable.c152 "ixany", IXANY, 0,
153 "-ixany", 0, IXANY,
154 "decctlq", 0, IXANY,
155 "-decctlq", IXANY, 0,
H A Dstty.c327 else if (m & IXANY) in prmodes()
541 (void) fprintf(output, "-ixany " + ((m & IXANY) != 0)); in pramodes()
/titanic_44/usr/src/cmd/bnu/
H A Dsetmode.c126 "ixany", IXANY, 0,
127 "-ixany", 0, IXANY,
128 "decctlq", 0, IXANY,
129 "-decctlq", IXANY, 0,
/titanic_44/usr/src/cmd/ttymon/
H A Dsttytable.c161 "ixany", IXANY, 0,
162 "-ixany", 0, IXANY,
169 (IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF|IXANY),
H A Dstty.c378 else if (!(m&IXANY)) in prmodes()
593 (void) printf("-ixany "+((m&IXANY) != 0)); in pramodes()
/titanic_44/usr/src/cmd/ssh/ssh/
H A Dsshtty.c84 tio.c_iflag &= ~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXANY | IXOFF); in enter_raw_mode()
/titanic_44/usr/src/cmd/ssh/include/
H A Dttymodes.h140 TTYMODE(IXANY, c_iflag, 39)
/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dtermios.h124 #define IXANY 0x00000800 macro
/titanic_44/usr/src/lib/libbc/inc/include/
H A Dtermios.h124 #define IXANY 0x00000800 macro
/titanic_44/usr/src/lib/libcmd/common/
H A Dstty.c233 #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 Dv831.c192 cntrl.c_iflag &= IXOFF|IXANY; in dialit()
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dsys_bsd.c373 tmp_tc.c_iflag |= IXOFF|IXON|IXANY;
376 tmp_tc.c_iflag &= ~IXANY;
/titanic_44/usr/src/uts/common/sys/
H A Dtermios.h201 #define IXANY 0004000 macro
/titanic_44/usr/src/cmd/lp/filter/postscript/postio/
H A Difdef.c188 termio.c_iflag &= ~IXANY; in resetline()
/titanic_44/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_promif.c513 tip->c_iflag &= ~(IXON|IXANY|IXOFF); in kmdb_parse_mode()
/titanic_44/usr/src/cmd/sulogin/
H A Dsulogin.c357 #define RESET_IFLAG (IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF|IXANY)
/titanic_44/usr/src/uts/common/io/
H A Dttcompat.c1295 termiosp->c_iflag |= IXANY; in from_compat()
1440 if (!(termiosp->c_iflag & IXANY)) in to_compat()
H A Dldterm.c1257 tp->t_modes.c_iflag & IXANY) { in ldtermrput()
1277 IXANY)) { in ldtermrput()
H A Dasy.c2472 if ((tp->t_iflag & IXANY) && in async_rxint()
/titanic_44/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c1560 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 Dxencons.c662 if ((tp->t_iflag & IXANY) && in xencons_rxint()
/titanic_44/usr/src/cmd/zlogin/
H A Dzlogin.c475 term.c_iflag &= ~(ISTRIP|IXON|IXANY); in set_tty_rawmode()