/freebsd/sys/kern/ |
H A D | tty_compat.c | 286 if (iflag&ISTRIP) in ttcompatgetflags() 301 if (iflag&(INPCK|ISTRIP|IXON) || lflag&(IEXTEN|ISIG) in ttcompatgetflags() 373 iflag |= ISTRIP; in ttcompatsetflags() 375 iflag &= ~ISTRIP; in ttcompatsetflags() 382 iflag |= ISTRIP; in ttcompatsetflags() 466 iflag |= ISTRIP; in ttcompatsetlflags() 468 iflag &= ~ISTRIP; in ttcompatsetlflags() 475 iflag |= ISTRIP; in ttcompatsetlflags()
|
H A D | tty_ttydisc.c | 678 } else if (!CMP_FLAG(i, ICRNL|IGNCR|IMAXBEL|INLCR|ISTRIP|IXON) && in ttydisc_optimize() 1061 if (CMP_FLAG(i, ISTRIP)) in ttydisc_rint()
|
/freebsd/usr.sbin/lpr/lpd/ |
H A D | modes.c | 102 { "istrip", ISTRIP, 0 }, 103 { "-istrip", 0, ISTRIP },
|
/freebsd/bin/stty/ |
H A D | modes.c | 101 { "istrip", ISTRIP, 0 }, 102 { "-istrip", 0, ISTRIP },
|
H A D | print.c | 111 put("-istrip", ISTRIP, 0); in print()
|
/freebsd/contrib/ncurses/ncurses/trace/ |
H A D | lib_tracebits.c | 123 DATA(ISTRIP), in _nc_trace_ttymode() 130 #define ALLIN (BRKINT|IGNBRK|IGNPAR|PARMRK|INPCK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IXOFF) in _nc_trace_ttymode()
|
/freebsd/crypto/openssh/ |
H A D | sshtty.c | 80 tio.c_iflag &= ~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXANY | IXOFF); in enter_raw_mode()
|
H A D | ttymodes.h | 108 TTYMODE(ISTRIP, c_iflag, 33)
|
/freebsd/contrib/ncurses/include/ |
H A D | nc_termios.h | 104 #define ISTRIP 0x00020 macro
|
/freebsd/sys/sys/ |
H A D | _termios.h | 87 #define ISTRIP 0x00000020 /* strip 8th bit off chars */ macro
|
/freebsd/lib/libc/gen/ |
H A D | termios.c | 166 t->c_iflag &= ~(IMAXBEL|IXOFF|INPCK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IGNPAR); in cfmakeraw()
|
/freebsd/crypto/heimdal/appl/telnet/telnetd/ |
H A 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/libexec/getty/ |
H A D | subr.c | 274 CLR(iflag, ISTRIP|INPCK|IGNPAR); in set_flags() 278 SET(iflag, ISTRIP); in set_flags()
|
/freebsd/crypto/heimdal/appl/telnet/telnet/ |
H A D | sys_bsd.c | 437 tmp_tc.c_iflag &= ~ISTRIP; in TerminalNewMode() 439 tmp_tc.c_iflag |= ISTRIP; in TerminalNewMode()
|
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | lib_newterm.c | 297 !(new_term->Ottyb.c_iflag & ISTRIP)) || in NCURSES_SP_NAME()
|
/freebsd/contrib/telnet/telnet/ |
H A D | sys_bsd.c | 571 tmp_tc.c_iflag &= ~ISTRIP; in TerminalNewMode() 573 tmp_tc.c_iflag |= ISTRIP; in TerminalNewMode()
|
/freebsd/contrib/tcsh/ |
H A D | ed.term.c | 110 # ifdef ISTRIP 111 { "istrip", ISTRIP, M_INPUT },
|
/freebsd/usr.bin/tip/tip/ |
H A D | tip.c | 554 cntrl.c_iflag &= ~(ISTRIP|ICRNL); in ttysetup()
|
/freebsd/contrib/ncurses/progs/ |
H A D | reset_cmd.c | 318 | ISTRIP in reset_tty_settings()
|
/freebsd/contrib/libedit/ |
H A D | tty.c | 181 #ifdef ISTRIP 182 {"istrip", ISTRIP, MD_INP},
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_arc.c | 679 arg.c_iflag = IGNBRK | ISTRIP; in arc_start()
|
H A D | refclock_parse.c | 494 #define MBG_IFLAG (IGNBRK|IGNPAR|ISTRIP) 739 #define TRIMBLETAIP_IFLAG (BRKINT|IGNPAR|ISTRIP|ICRNL|IXON) 832 #define HOPF6021_IFLAG (IGNBRK|ISTRIP) 852 #define COMPUTIME_IFLAG (IGNBRK|IGNPAR|ISTRIP)
|
/freebsd/usr.bin/chat/ |
H A D | chat.c | 491 t.c_iflag |= IGNBRK | ISTRIP | IGNPAR; in set_tty_parameters()
|
/freebsd/crypto/heimdal/appl/telnet/ |
H A D | README.ORIG | 306 Telnetd was improperly setting/clearing the ISTRIP 351 Fix the client where it was setting/clearing the ISTRIP
|
/freebsd/contrib/bc/src/ |
H A D | history.c | 858 raw.c_iflag &= (unsigned int) (~(BRKINT | ICRNL | INPCK | ISTRIP | IXON)); in bc_history_enableRaw()
|