| /freebsd-12-stable/sys/kern/ |
| D | tty_compat.c | 290 if (iflag&ISTRIP) in ttcompatgetflags() 305 if (iflag&(INPCK|ISTRIP|IXON) || lflag&(IEXTEN|ISIG) in ttcompatgetflags() 377 iflag |= ISTRIP; in ttcompatsetflags() 379 iflag &= ~ISTRIP; in ttcompatsetflags() 386 iflag |= ISTRIP; in ttcompatsetflags() 470 iflag |= ISTRIP; in ttcompatsetlflags() 472 iflag &= ~ISTRIP; in ttcompatsetlflags() 479 iflag |= ISTRIP; in ttcompatsetlflags()
|
| D | tty_ttydisc.c | 582 } else if (!CMP_FLAG(i, ICRNL|IGNCR|IMAXBEL|INLCR|ISTRIP|IXON) && in ttydisc_optimize() 886 if (CMP_FLAG(i, ISTRIP)) in ttydisc_rint()
|
| /freebsd-12-stable/usr.sbin/lpr/lpd/ |
| D | modes.c | 110 { "istrip", ISTRIP, 0 }, 111 { "-istrip", 0, ISTRIP },
|
| /freebsd-12-stable/contrib/ncurses/ncurses/trace/ |
| D | lib_tracebits.c | 113 {ISTRIP, "ISTRIP"}, in _nc_trace_ttymode() 120 #define ALLIN (BRKINT|IGNBRK|IGNPAR|PARMRK|INPCK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IXOFF) in _nc_trace_ttymode()
|
| /freebsd-12-stable/bin/stty/ |
| D | modes.c | 107 { "istrip", ISTRIP, 0 }, 108 { "-istrip", 0, ISTRIP },
|
| D | print.c | 119 put("-istrip", ISTRIP, 0); in print()
|
| /freebsd-12-stable/crypto/openssh/ |
| D | sshtty.c | 80 tio.c_iflag &= ~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXANY | IXOFF); in enter_raw_mode()
|
| D | ttymodes.h | 108 TTYMODE(ISTRIP, c_iflag, 33)
|
| /freebsd-12-stable/contrib/ncurses/include/ |
| D | nc_termios.h | 84 #define ISTRIP 0000040 macro
|
| /freebsd-12-stable/sys/sys/ |
| D | _termios.h | 90 #define ISTRIP 0x00000020 /* strip 8th bit off chars */ macro
|
| /freebsd-12-stable/contrib/telnet/telnetd/ |
| D | sys_term.c | 546 termbuf.c_iflag &= ~ISTRIP; in tty_binaryin() 548 termbuf.c_iflag |= ISTRIP; in tty_binaryin() 580 return(!(termbuf.c_iflag & ISTRIP)); in tty_isbinaryin()
|
| /freebsd-12-stable/crypto/heimdal/appl/telnet/telnetd/ |
| D | sys_term.c | 553 termbuf.c_iflag &= ~ISTRIP; in tty_binaryin() 555 termbuf.c_iflag |= ISTRIP; in tty_binaryin() 576 return(!(termbuf.c_iflag & ISTRIP)); in tty_isbinaryin() 909 termbuf.c_iflag = IGNPAR|ISTRIP|ICRNL|IXON; in getptyslave()
|
| /freebsd-12-stable/libexec/getty/ |
| D | subr.c | 278 CLR(iflag, ISTRIP|INPCK|IGNPAR); in set_flags() 282 SET(iflag, ISTRIP); in set_flags()
|
| /freebsd-12-stable/lib/libc/gen/ |
| D | termios.c | 170 t->c_iflag &= ~(IMAXBEL|IXOFF|INPCK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IGNPAR); in cfmakeraw()
|
| /freebsd-12-stable/contrib/ncurses/ncurses/base/ |
| D | lib_newterm.c | 282 !(new_term->Ottyb.c_iflag & ISTRIP)) || in NCURSES_SP_NAME()
|
| /freebsd-12-stable/crypto/heimdal/appl/telnet/telnet/ |
| D | sys_bsd.c | 437 tmp_tc.c_iflag &= ~ISTRIP; in TerminalNewMode() 439 tmp_tc.c_iflag |= ISTRIP; in TerminalNewMode()
|
| /freebsd-12-stable/usr.bin/tset/ |
| D | set.c | 84 mode.c_iflag &= ~(IGNBRK | PARMRK | INPCK | ISTRIP | INLCR | IGNCR in reset_mode()
|
| /freebsd-12-stable/contrib/telnet/telnet/ |
| D | sys_bsd.c | 573 tmp_tc.c_iflag &= ~ISTRIP; in TerminalNewMode() 575 tmp_tc.c_iflag |= ISTRIP; in TerminalNewMode()
|
| /freebsd-12-stable/sys/i386/ibcs2/ |
| D | ibcs2_ioctl.c | 133 if (l & IBCS2_ISTRIP) r |= ISTRIP; 227 if (l & ISTRIP) r |= IBCS2_ISTRIP;
|
| /freebsd-12-stable/contrib/gdb/gdb/tui/ |
| D | tui.c | 530 mode.c_iflag |= (BRKINT | ISTRIP | ICRNL | IXON);
|
| /freebsd-12-stable/contrib/tcsh/ |
| D | ed.term.c | 110 # ifdef ISTRIP 111 { "istrip", ISTRIP, M_INPUT },
|
| /freebsd-12-stable/usr.bin/tip/tip/ |
| D | tip.c | 570 cntrl.c_iflag &= ~(ISTRIP|ICRNL); in ttysetup()
|
| /freebsd-12-stable/contrib/libedit/ |
| D | tty.c | 181 #ifdef ISTRIP 182 {"istrip", ISTRIP, MD_INP},
|
| /freebsd-12-stable/contrib/ntp/ntpd/ |
| D | refclock_arc.c | 679 arg.c_iflag = IGNBRK | ISTRIP; in arc_start()
|
| /freebsd-12-stable/contrib/ncurses/progs/ |
| D | tset.c | 796 mode.c_iflag &= ~((unsigned) (IGNBRK | PARMRK | INPCK | ISTRIP | INLCR | IGNCR in reset_mode()
|