/titanic_41/usr/src/ucbcmd/stty/ |
H A D | sttytable.c | 134 "istrip", ISTRIP, 0, 135 "-istrip", 0, ISTRIP, 160 "pass8", 0, ISTRIP, 161 "-pass8", ISTRIP, 0, 163 "-raw", (BRKINT|IGNPAR|ISTRIP|ICRNL|IXON|IMAXBEL), 0, 164 "cooked", (BRKINT|IGNPAR|ISTRIP|ICRNL|IXON), 0, 165 "sane", (BRKINT|IGNPAR|ISTRIP|ICRNL|IXON|IMAXBEL),
|
H A D | stty.c | 315 if (!(m & ISTRIP)) in prmodes() 534 (void) fprintf(output, "-istrip " + ((m & ISTRIP) != 0)); in pramodes()
|
/titanic_41/usr/src/cmd/bnu/ |
H A D | setmode.c | 108 "istrip", ISTRIP, 0, 109 "-istrip", 0, ISTRIP, 136 "pass8", 0, ISTRIP, 137 "-pass8", ISTRIP, 0, 139 "-raw", (BRKINT|IGNPAR|ISTRIP|ICRNL|IXON|IMAXBEL), 0, 140 "cooked", (BRKINT|IGNPAR|ISTRIP|ICRNL|IXON), 0, 141 "sane", (BRKINT|IGNPAR|ISTRIP|ICRNL|IXON|IMAXBEL),
|
H A D | line.c | 194 ttbufs.c_iflag &= ~ISTRIP; 202 ttbufs.c_iflag |= ISTRIP;
|
H A D | fio.c | 128 ttbuf.c_iflag = IXOFF|IXON|ISTRIP; in fturnon()
|
H A D | cu.c | 481 term_8bit = ( (_Tv0s.c_cflag & CS8) && !(_Tv0s.c_iflag & ISTRIP) && 1390 _Tv.c_iflag |= ISTRIP; in _mode()
|
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | meta.c | 59 PROGTTYS.c_iflag &= ~ISTRIP; in _meta() 61 PROGTTYS.c_iflag |= ISTRIP; in _meta()
|
/titanic_41/usr/src/cmd/ttymon/ |
H A D | sttytable.c | 138 "istrip", ISTRIP, 0, 139 "-istrip", 0, ISTRIP, 166 "-raw", (BRKINT|IGNPAR|ISTRIP|ICRNL|IXON), 0, 167 "cooked", (BRKINT|IGNPAR|ISTRIP|ICRNL|IXON), 0, 168 "sane", (BRKINT|IGNPAR|ISTRIP|ICRNL|IXON|IMAXBEL),
|
H A D | stty.c | 366 if (!(m&ISTRIP)) in prmodes() 586 (void) printf("-istrip "+((m&ISTRIP) != 0)); in pramodes()
|
H A D | sttyparse.c | 230 cb->c_iflag &= ~ISTRIP;
|
/titanic_41/usr/src/lib/libnsl/dial/ |
H A D | line.c | 165 ttbufs.c_iflag &= ~ISTRIP; in fixline() 168 ttbufs.c_iflag |= ISTRIP; in fixline()
|
/titanic_41/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_41/usr/src/cmd/ssh/include/ |
H A D | ttymodes.h | 132 TTYMODE(ISTRIP, c_iflag, 33)
|
/titanic_41/usr/src/uts/common/io/ |
H A D | ttcompat.c | 1231 termiosp->c_iflag |= ISTRIP; in from_compat() 1236 termiosp->c_iflag |= INPCK|ISTRIP; in from_compat() 1241 termiosp->c_iflag |= INPCK|ISTRIP; in from_compat() 1246 termiosp->c_iflag |= ISTRIP; in from_compat() 1341 (IMAXBEL|BRKINT|IGNPAR|PARMRK|INPCK|ISTRIP| in to_compat() 1358 if (!(termiosp->c_iflag & ISTRIP)) in to_compat()
|
/titanic_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | termios.h | 112 #define ISTRIP 0x00000020 macro
|
/titanic_41/usr/src/lib/libbc/inc/include/ |
H A D | termios.h | 112 #define ISTRIP 0x00000020 macro
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | termios.h | 189 #define ISTRIP 0000040 macro
|
/titanic_41/usr/src/cmd/tip/ |
H A D | tip.c | 535 buf.c_iflag = ISTRIP; in ttysetup()
|
/titanic_41/usr/src/lib/libcmd/common/ |
H A D | stty.c | 226 { "istrip", BIT, I_FLAG, 0, ISTRIP, ISTRIP, C("Clear (do not clear) high bit of input characters") …
|
/titanic_41/usr/src/cmd/sulogin/ |
H A D | sulogin.c | 356 #define SET_IFLAG (BRKINT|IGNPAR|ISTRIP|ICRNL|IXON|IMAXBEL)
|
/titanic_41/usr/src/grub/grub-0.97/grub/ |
H A D | asmstub.c | 1139 termios.c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON); in serial_hw_init()
|
/titanic_41/usr/src/ucbcmd/tset/ |
H A D | tset.c | 516 modes.c_iflag |= (BRKINT|ISTRIP|ICRNL|IXON); in main()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/chat/ |
H A D | chat.c | 606 t.c_iflag |= IGNBRK | ISTRIP | IGNPAR; in set_tty_parameters()
|
/titanic_41/usr/src/uts/sun/io/ |
H A D | zs_async.c | 3192 !(za->za_ttycommon.t_iflag & (IGNPAR|ISTRIP))) { in zsa_set_za_rcv_flags_mask() 3357 if (za->za_ttycommon.t_iflag & ISTRIP) printf(" t_ifl:ISTRIP"); in zsa_print_info()
|
/titanic_41/usr/src/cmd/zlogin/ |
H A D | zlogin.c | 475 term.c_iflag &= ~(ISTRIP|IXON|IXANY); in set_tty_rawmode()
|