/titanic_44/usr/src/ucbcmd/stty/ |
H A D | sttytable.c | 156 "ixoff", IXOFF, 0, 157 "-ixoff", 0, IXOFF, 158 "tandem", IXOFF, 0, 159 "-tandem", 0, IXOFF, 166 (IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF),
|
H A D | stty.c | 329 if (m & IXOFF) in prmodes() 542 (void) fprintf(output, "-ixoff " + ((m & IXOFF) != 0)); in pramodes()
|
/titanic_44/usr/src/cmd/bnu/ |
H A D | setmode.c | 130 "ixoff", IXOFF, 0, 131 "-ixoff", 0, IXOFF, 132 "tandem", IXOFF, 0, 133 "-tandem", 0, IXOFF, 142 (IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF),
|
H A D | line.c | 188 ttbufs.c_iflag = (IGNPAR | IGNBRK | IXON | IXOFF); 206 ttbufs.c_iflag &= ~(IXON | IXOFF);
|
H A D | cu.c | 1148 _Tv.c_iflag |= IXOFF; 1150 _Tv.c_iflag &= ~IXOFF; 1399 _Tv.c_iflag &= ~IXOFF; in _mode() 1401 _Tv.c_iflag |= IXOFF; in _mode()
|
H A D | fio.c | 128 ttbuf.c_iflag = IXOFF|IXON|ISTRIP; in fturnon()
|
/titanic_44/usr/src/cmd/ttymon/ |
H A D | sttytable.c | 163 "ixoff", IXOFF, 0, 164 "-ixoff", 0, IXOFF, 169 (IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF|IXANY),
|
H A D | stty.c | 380 if (m&IXOFF) in prmodes() 594 (void) printf("-ixoff "+((m&IXOFF) != 0)); in pramodes()
|
/titanic_44/usr/src/lib/libnsl/dial/ |
H A D | line.c | 162 ttbufs.c_iflag = (IGNPAR | IGNBRK | IXON | IXOFF); in fixline() 190 ttbufs.c_iflag &= ~(IXON | IXOFF); in fixline()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | sys_bsd.c | 367 tmp_tc.c_iflag &= ~(IXOFF|IXON); /* Leave the IXANY bit alone */ 371 tmp_tc.c_iflag |= IXOFF|IXON; 373 tmp_tc.c_iflag |= IXOFF|IXON|IXANY; 375 tmp_tc.c_iflag |= IXOFF|IXON;
|
/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/tip/ |
H A D | cmds.c | 807 rmtty.c_iflag |= IXOFF|IXON; in tandem() 808 arg.c_iflag |= IXOFF|IXON; in tandem() 812 rmtty.c_iflag &= ~(IXOFF|IXON); in tandem() 813 arg.c_iflag &= ~(IXOFF|IXON); in tandem()
|
H A D | tip.c | 207 arg.c_iflag &= ~(INPCK|IXON|IXOFF|ICRNL); in main()
|
/titanic_44/usr/src/cmd/ssh/include/ |
H A D | ttymodes.h | 141 TTYMODE(IXOFF, c_iflag, 40)
|
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | termios.h | 119 #define IXOFF 0x00001000 macro
|
/titanic_44/usr/src/lib/libbc/inc/include/ |
H A D | termios.h | 119 #define IXOFF 0x00001000 macro
|
/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/mdb/common/kmdb/ |
H A D | kmdb_promif.c | 513 tip->c_iflag &= ~(IXON|IXANY|IXOFF); in kmdb_parse_mode() 521 tip->c_iflag |= (in == 1 ? IXOFF : IXON); in kmdb_parse_mode()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | termios.h | 203 #define IXOFF 0010000 macro
|
/titanic_44/usr/src/lib/libcmd/common/ |
H A D | stty.c | 237 { "ixoff", BIT, I_FLAG, US, IXOFF, IXOFF, C("Disable (enable) XON/XOFF flow control") },
|
/titanic_44/usr/src/cmd/lp/filter/postscript/postio/ |
H A D | ifdef.c | 189 termio.c_iflag |= IXON | IXOFF; in resetline()
|
/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 | 1182 termiosp->c_iflag |= IXOFF; in from_compat() 1338 if (termiosp->c_iflag & IXOFF) in to_compat()
|
H A D | ldterm.c | 1183 if ((tp->t_modes.c_iflag & IXOFF) && in ldtermrput() 1201 if ((tp->t_modes.c_iflag & IXOFF) && (tp->t_state & TS_TBLOCK) && in ldtermrput() 1450 if ((tp->t_modes.c_iflag & IXOFF) && !(tp->t_state & TS_TBLOCK) && in ldtermrput() 1509 if ((tp->t_modes.c_iflag & IXOFF) && (tp->t_state & TS_TBLOCK) && in ldtermrsrv()
|
/titanic_44/usr/src/ucbcmd/tset/ |
H A D | tset.c | 517 modes.c_iflag &= ~(IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF); in main()
|