Searched refs:ISTRIP (Results 1 - 25 of 39) sorted by relevance

12

/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dtty_compat.c532 if (iflag&ISTRIP)
547 if (iflag&(INPCK|ISTRIP|IXON) || lflag&(IEXTEN|ISIG)
631 iflag |= ISTRIP;
633 iflag &= ~ISTRIP;
640 iflag |= ISTRIP;
738 iflag |= ISTRIP;
740 iflag &= ~ISTRIP;
747 iflag |= ISTRIP;
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dsshtty.c80 tio.c_iflag &= ~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXANY | IXOFF);
H A Dttymodes.h117 TTYMODE(ISTRIP, c_iflag, 33)
/macosx-10.9.5/ncurses-42/ncurses/ncurses/trace/
H A Dlib_tracebits.c116 {ISTRIP, "ISTRIP"},
123 #define ALLIN (BRKINT|IGNBRK|IGNPAR|PARMRK|INPCK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IXOFF)
/macosx-10.9.5/bash-92/bash-3.2/lib/sh/
H A Dshtty.c206 ttp->c_iflag &= ~ISTRIP;
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/unix/
H A Dkeyboard.c59 ~(IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON);
/macosx-10.9.5/ncurses-42/ncurses/ncurses/base/
H A Dlib_newterm.c183 !(cur_term->Ottyb.c_iflag & ISTRIP));
/macosx-10.9.5/ntp-88/lib/isc/unix/
H A Dkeyboard.c59 ~(IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON);
/macosx-10.9.5/adv_cmds-153/stty/
H A Dmodes.c118 { "istrip", ISTRIP, 0 },
119 { "-istrip", 0, ISTRIP },
H A Dprint.c133 put("-istrip", ISTRIP, 0);
/macosx-10.9.5/Libc-997.90.3/gen/FreeBSD/
H A Dtermios.c195 t->c_iflag &= ~(IMAXBEL|IXOFF|INPCK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IGNPAR);
/macosx-10.9.5/screen-22/screen/
H A Dtty.c216 /* IF{ISTRIP} m->tio.c_iflag |= ISTRIP; may be needed, let's try. jw. */
411 #if defined(ISTRIP)
412 m->tio.c_iflag |= ISTRIP;
413 #endif /* ISTRIP */
684 #if defined(ISTRIP)
685 np->tio.c_iflag &= ~ISTRIP;
686 #endif /* ISTRIP */
919 m->tio.c_iflag |= ISTRIP;
927 m->tio.c_iflag &= ~ISTRIP;
[all...]
H A Dtty.sh238 /* IF{ISTRIP} m->tio.c_iflag |= ISTRIP; may be needed, let's try. jw. */
327 IF{ISTRIP} m->tio.c_iflag |= ISTRIP;
520 IF{ISTRIP} np->tio.c_iflag &= ~ISTRIP;
689 m->tio.c_iflag |= ISTRIP;
697 m->tio.c_iflag &= ~ISTRIP;
H A Dtty.c.dist216 /* IF{ISTRIP} m->tio.c_iflag |= ISTRIP; may be needed, let's try. jw. */
411 #if defined(ISTRIP)
412 m->tio.c_iflag |= ISTRIP;
413 #endif /* ISTRIP */
684 #if defined(ISTRIP)
685 np->tio.c_iflag &= ~ISTRIP;
686 #endif /* ISTRIP */
919 m->tio.c_iflag |= ISTRIP;
927 m->tio.c_iflag &= ~ISTRIP;
[all...]
/macosx-10.9.5/system_cmds-597.90.1/getty.tproj/
H A Dsubr.c311 CLR(iflag, ISTRIP|INPCK|IGNPAR);
315 SET(iflag, ISTRIP);
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/getty.tproj/
H A Dsubr.c311 CLR(iflag, ISTRIP|INPCK|IGNPAR);
315 SET(iflag, ISTRIP);
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/telnetd/
H A Dsys_term.c553 termbuf.c_iflag &= ~ISTRIP;
555 termbuf.c_iflag |= ISTRIP;
576 return(!(termbuf.c_iflag & ISTRIP));
909 termbuf.c_iflag = IGNPAR|ISTRIP|ICRNL|IXON;
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dtermios.h124 #define ISTRIP 0x00000020 /* strip 8th bit off chars */ macro
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/telnet/
H A Dsys_bsd.c437 tmp_tc.c_iflag &= ~ISTRIP;
439 tmp_tc.c_iflag |= ISTRIP;
/macosx-10.9.5/remote_cmds-41.90.1/telnet.tproj/
H A Dsys_bsd.c576 tmp_tc.c_iflag &= ~ISTRIP;
578 tmp_tc.c_iflag |= ISTRIP;
/macosx-10.9.5/ruby-104/ruby/ext/io/console/
H A Dconsole.c132 t->c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON);
156 t->c_iflag |= (BRKINT|ISTRIP|ICRNL|IXON);
/macosx-10.9.5/remote_cmds-41.90.1/telnetd.tproj/
H A Dsys_term.c622 termbuf.c_iflag &= ~ISTRIP;
624 termbuf.c_iflag |= ISTRIP;
656 return(!(termbuf.c_iflag & ISTRIP));
/macosx-10.9.5/uucp-11/uucp/contrib/
H A Dxchat.c1332 new.c_iflag = ISTRIP; /* Raw mode, 7-bit stripping */
1431 new.c_iflag |= ISTRIP;
1433 new.c_iflag &= ~ISTRIP;
/macosx-10.9.5/ksh-20/ksh/src/lib/libcmd/
H A Dstty.c228 { "istrip", BIT, I_FLAG, 0, ISTRIP, ISTRIP, C("Clear (do not clear) high bit of input characters") },
/macosx-10.9.5/tcsh-65/tcsh/
H A Ded.term.c113 # ifdef ISTRIP
114 { "istrip", ISTRIP, M_INPUT },
115 # endif /* ISTRIP */

Completed in 149 milliseconds

12