Home
last modified time | relevance | path

Searched refs:ISTRIP (Results 1 – 25 of 31) sorted by relevance

12

/titanic_41/usr/src/ucbcmd/stty/
H A Dsttytable.c134 "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 Dstty.c315 if (!(m & ISTRIP)) in prmodes()
534 (void) fprintf(output, "-istrip " + ((m & ISTRIP) != 0)); in pramodes()
/titanic_41/usr/src/cmd/bnu/
H A Dsetmode.c108 "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 Dline.c194 ttbufs.c_iflag &= ~ISTRIP;
202 ttbufs.c_iflag |= ISTRIP;
H A Dfio.c128 ttbuf.c_iflag = IXOFF|IXON|ISTRIP; in fturnon()
H A Dcu.c481 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 Dmeta.c59 PROGTTYS.c_iflag &= ~ISTRIP; in _meta()
61 PROGTTYS.c_iflag |= ISTRIP; in _meta()
/titanic_41/usr/src/cmd/ttymon/
H A Dsttytable.c138 "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 Dstty.c366 if (!(m&ISTRIP)) in prmodes()
586 (void) printf("-istrip "+((m&ISTRIP) != 0)); in pramodes()
H A Dsttyparse.c230 cb->c_iflag &= ~ISTRIP;
/titanic_41/usr/src/lib/libnsl/dial/
H A Dline.c165 ttbufs.c_iflag &= ~ISTRIP; in fixline()
168 ttbufs.c_iflag |= ISTRIP; in fixline()
/titanic_41/usr/src/cmd/ssh/ssh/
H A Dsshtty.c84 tio.c_iflag &= ~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXANY | IXOFF); in enter_raw_mode()
/titanic_41/usr/src/cmd/ssh/include/
H A Dttymodes.h132 TTYMODE(ISTRIP, c_iflag, 33)
/titanic_41/usr/src/uts/common/io/
H A Dttcompat.c1231 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 Dtermios.h112 #define ISTRIP 0x00000020 macro
/titanic_41/usr/src/lib/libbc/inc/include/
H A Dtermios.h112 #define ISTRIP 0x00000020 macro
/titanic_41/usr/src/uts/common/sys/
H A Dtermios.h189 #define ISTRIP 0000040 macro
/titanic_41/usr/src/cmd/tip/
H A Dtip.c535 buf.c_iflag = ISTRIP; in ttysetup()
/titanic_41/usr/src/lib/libcmd/common/
H A Dstty.c226 { "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 Dsulogin.c356 #define SET_IFLAG (BRKINT|IGNPAR|ISTRIP|ICRNL|IXON|IMAXBEL)
/titanic_41/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c1139 termios.c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON); in serial_hw_init()
/titanic_41/usr/src/ucbcmd/tset/
H A Dtset.c516 modes.c_iflag |= (BRKINT|ISTRIP|ICRNL|IXON); in main()
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/chat/
H A Dchat.c606 t.c_iflag |= IGNBRK | ISTRIP | IGNPAR; in set_tty_parameters()
/titanic_41/usr/src/uts/sun/io/
H A Dzs_async.c3192 !(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 Dzlogin.c475 term.c_iflag &= ~(ISTRIP|IXON|IXANY); in set_tty_rawmode()

12