Home
last modified time | relevance | path

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

12

/freebsd/sys/kern/
H A Dtty_compat.c286 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 Dtty_ttydisc.c678 } 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 Dmodes.c102 { "istrip", ISTRIP, 0 },
103 { "-istrip", 0, ISTRIP },
/freebsd/bin/stty/
H A Dmodes.c101 { "istrip", ISTRIP, 0 },
102 { "-istrip", 0, ISTRIP },
H A Dprint.c111 put("-istrip", ISTRIP, 0); in print()
/freebsd/contrib/ncurses/ncurses/trace/
H A Dlib_tracebits.c123 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 Dsshtty.c80 tio.c_iflag &= ~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXANY | IXOFF); in enter_raw_mode()
H A Dttymodes.h108 TTYMODE(ISTRIP, c_iflag, 33)
/freebsd/contrib/ncurses/include/
H A Dnc_termios.h104 #define ISTRIP 0x00020 macro
/freebsd/sys/sys/
H A D_termios.h87 #define ISTRIP 0x00000020 /* strip 8th bit off chars */ macro
/freebsd/lib/libc/gen/
H A Dtermios.c166 t->c_iflag &= ~(IMAXBEL|IXOFF|INPCK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IGNPAR); in cfmakeraw()
/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c553 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 Dsubr.c274 CLR(iflag, ISTRIP|INPCK|IGNPAR); in set_flags()
278 SET(iflag, ISTRIP); in set_flags()
/freebsd/crypto/heimdal/appl/telnet/telnet/
H A Dsys_bsd.c437 tmp_tc.c_iflag &= ~ISTRIP; in TerminalNewMode()
439 tmp_tc.c_iflag |= ISTRIP; in TerminalNewMode()
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_newterm.c297 !(new_term->Ottyb.c_iflag & ISTRIP)) || in NCURSES_SP_NAME()
/freebsd/contrib/telnet/telnet/
H A Dsys_bsd.c571 tmp_tc.c_iflag &= ~ISTRIP; in TerminalNewMode()
573 tmp_tc.c_iflag |= ISTRIP; in TerminalNewMode()
/freebsd/contrib/tcsh/
H A Ded.term.c110 # ifdef ISTRIP
111 { "istrip", ISTRIP, M_INPUT },
/freebsd/usr.bin/tip/tip/
H A Dtip.c554 cntrl.c_iflag &= ~(ISTRIP|ICRNL); in ttysetup()
/freebsd/contrib/ncurses/progs/
H A Dreset_cmd.c318 | ISTRIP in reset_tty_settings()
/freebsd/contrib/libedit/
H A Dtty.c181 #ifdef ISTRIP
182 {"istrip", ISTRIP, MD_INP},
/freebsd/contrib/ntp/ntpd/
H A Drefclock_arc.c679 arg.c_iflag = IGNBRK | ISTRIP; in arc_start()
H A Drefclock_parse.c494 #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 Dchat.c491 t.c_iflag |= IGNBRK | ISTRIP | IGNPAR; in set_tty_parameters()
/freebsd/crypto/heimdal/appl/telnet/
H A DREADME.ORIG306 Telnetd was improperly setting/clearing the ISTRIP
351 Fix the client where it was setting/clearing the ISTRIP
/freebsd/contrib/bc/src/
H A Dhistory.c858 raw.c_iflag &= (unsigned int) (~(BRKINT | ICRNL | INPCK | ISTRIP | IXON)); in bc_history_enableRaw()

12