Home
last modified time | relevance | path

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

12

/freebsd-12-stable/sys/kern/
Dtty_compat.c290 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()
Dtty_ttydisc.c582 } 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/
Dmodes.c110 { "istrip", ISTRIP, 0 },
111 { "-istrip", 0, ISTRIP },
/freebsd-12-stable/contrib/ncurses/ncurses/trace/
Dlib_tracebits.c113 {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/
Dmodes.c107 { "istrip", ISTRIP, 0 },
108 { "-istrip", 0, ISTRIP },
Dprint.c119 put("-istrip", ISTRIP, 0); in print()
/freebsd-12-stable/crypto/openssh/
Dsshtty.c80 tio.c_iflag &= ~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXANY | IXOFF); in enter_raw_mode()
Dttymodes.h108 TTYMODE(ISTRIP, c_iflag, 33)
/freebsd-12-stable/contrib/ncurses/include/
Dnc_termios.h84 #define ISTRIP 0000040 macro
/freebsd-12-stable/sys/sys/
D_termios.h90 #define ISTRIP 0x00000020 /* strip 8th bit off chars */ macro
/freebsd-12-stable/contrib/telnet/telnetd/
Dsys_term.c546 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/
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-12-stable/libexec/getty/
Dsubr.c278 CLR(iflag, ISTRIP|INPCK|IGNPAR); in set_flags()
282 SET(iflag, ISTRIP); in set_flags()
/freebsd-12-stable/lib/libc/gen/
Dtermios.c170 t->c_iflag &= ~(IMAXBEL|IXOFF|INPCK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IGNPAR); in cfmakeraw()
/freebsd-12-stable/contrib/ncurses/ncurses/base/
Dlib_newterm.c282 !(new_term->Ottyb.c_iflag & ISTRIP)) || in NCURSES_SP_NAME()
/freebsd-12-stable/crypto/heimdal/appl/telnet/telnet/
Dsys_bsd.c437 tmp_tc.c_iflag &= ~ISTRIP; in TerminalNewMode()
439 tmp_tc.c_iflag |= ISTRIP; in TerminalNewMode()
/freebsd-12-stable/usr.bin/tset/
Dset.c84 mode.c_iflag &= ~(IGNBRK | PARMRK | INPCK | ISTRIP | INLCR | IGNCR in reset_mode()
/freebsd-12-stable/contrib/telnet/telnet/
Dsys_bsd.c573 tmp_tc.c_iflag &= ~ISTRIP; in TerminalNewMode()
575 tmp_tc.c_iflag |= ISTRIP; in TerminalNewMode()
/freebsd-12-stable/sys/i386/ibcs2/
Dibcs2_ioctl.c133 if (l & IBCS2_ISTRIP) r |= ISTRIP;
227 if (l & ISTRIP) r |= IBCS2_ISTRIP;
/freebsd-12-stable/contrib/gdb/gdb/tui/
Dtui.c530 mode.c_iflag |= (BRKINT | ISTRIP | ICRNL | IXON);
/freebsd-12-stable/contrib/tcsh/
Ded.term.c110 # ifdef ISTRIP
111 { "istrip", ISTRIP, M_INPUT },
/freebsd-12-stable/usr.bin/tip/tip/
Dtip.c570 cntrl.c_iflag &= ~(ISTRIP|ICRNL); in ttysetup()
/freebsd-12-stable/contrib/libedit/
Dtty.c181 #ifdef ISTRIP
182 {"istrip", ISTRIP, MD_INP},
/freebsd-12-stable/contrib/ntp/ntpd/
Drefclock_arc.c679 arg.c_iflag = IGNBRK | ISTRIP; in arc_start()
/freebsd-12-stable/contrib/ncurses/progs/
Dtset.c796 mode.c_iflag &= ~((unsigned) (IGNBRK | PARMRK | INPCK | ISTRIP | INLCR | IGNCR in reset_mode()

12