Home
last modified time | relevance | path

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

/openbsd/usr.sbin/lpr/lpd/
H A Dmodes.c94 { "istrip", ISTRIP, 0 },
95 { "-istrip", 0, ISTRIP },
/openbsd/bin/stty/
H A Dmodes.c97 { "istrip", ISTRIP, 0 },
98 { "-istrip", 0, ISTRIP },
H A Dprint.c116 put("-istrip", ISTRIP, 0); in print()
/openbsd/lib/libc/termios/
H A Dcfmakeraw.c40 t->c_iflag &= ~(IMAXBEL|IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON); in cfmakeraw()
/openbsd/usr.bin/ssh/
H A Dsshtty.c78 tio.c_iflag &= ~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXANY | IXOFF); in enter_raw_mode()
H A Dttymodes.h108 TTYMODE(ISTRIP, c_iflag, 33)
/openbsd/lib/libcurses/
H A Dnc_termios.h104 #define ISTRIP 0x00020 macro
/openbsd/libexec/getty/
H A Dsubr.c212 CLR(iflag, ISTRIP|INPCK|IGNPAR); in setflags()
216 SET(iflag, ISTRIP); in setflags()
/openbsd/usr.bin/telnet/
H A Dsys_bsd.c298 tmp_tc.c_iflag &= ~ISTRIP; in TerminalNewMode()
300 tmp_tc.c_iflag |= ISTRIP; in TerminalNewMode()
/openbsd/sys/sys/
H A Dtermios.h95 #define ISTRIP 0x00000020 /* strip 8th bit off chars */ macro
/openbsd/usr.sbin/lpd/
H A Dlp_stty.c339 { "istrip", ISTRIP, 0 },
340 { "-istrip", 0, ISTRIP },
/openbsd/lib/libcurses/base/
H A Dlib_newterm.c299 !(new_term->Ottyb.c_iflag & ISTRIP)) || in NCURSES_SP_NAME()
/openbsd/gnu/usr.bin/binutils/gdb/rdi-share/
H A Dunixcomm.c330 terminfo.c_iflag &= ~(IGNCR | INPCK | ISTRIP | ICRNL | BRKINT); in Unix_ResetSerial()
/openbsd/gnu/usr.bin/perl/ext/POSIX/
H A DMakefile.PL52 IGNBRK IGNCR IGNPAR INLCR INPCK INT_MAX INT_MIN ISIG ISTRIP IXOFF IXON
/openbsd/usr.bin/tic/
H A Dreset_cmd.c237 | ISTRIP in reset_tty_settings()
/openbsd/usr.bin/cu/
H A Dcu.c301 tio.c_iflag &= ~(ISTRIP|ICRNL); in set_line()
/openbsd/gnu/usr.bin/texinfo/info/
H A Dterminal.c717 ttybuff.c_iflag &= (~ISTRIP & ~INLCR & ~IGNCR & ~ICRNL & ~IXON); in terminal_prep_terminal()
/openbsd/lib/libedit/
H A Dtty.c175 #ifdef ISTRIP
176 {"istrip", ISTRIP, MD_INP},
/openbsd/gnu/usr.bin/perl/ext/POSIX/t/
H A Dexport.t48 INT_MAX INT_MIN ISIG ISTRIP IXOFF IXON
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A DReadKey.xs985 work.c_iflag &= ~ISTRIP; in ReadMode()
1137 work.c_iflag &= ~(ISTRIP|INPCK); in ReadMode()
/openbsd/gnu/lib/libreadline/
H A Drltty.c590 tiop->c_iflag &= ~(ISTRIP | INPCK);
/openbsd/sys/kern/
H A Dtty.c289 if (ISSET(iflag, ISTRIP) || c != 0377) in ttyinput()
297 if (c == 0377 && !ISSET(iflag, ISTRIP) && ISSET(iflag, PARMRK)) in ttyinput()
305 if (!ISSET(tp->t_state, TS_TYPEN) && ISSET(iflag, ISTRIP)) in ttyinput()
/openbsd/usr.sbin/pppd/chat/
H A Dchat.c515 t.c_iflag |= IGNBRK | ISTRIP | IGNPAR; in set_tty_parameters()
/openbsd/usr.bin/tmux/
H A Dtty.c325 tio.c_iflag &= ~(IXON|IXOFF|ICRNL|INLCR|IGNCR|IMAXBEL|ISTRIP); in tty_start_tty()
/openbsd/gnu/usr.bin/perl/ext/POSIX/lib/
H A DPOSIX.pod2566 C<BRKINT> C<ICRNL> C<IGNBRK> C<IGNCR> C<IGNPAR> C<INLCR> C<INPCK> C<ISTRIP> C<IXOFF> C<IXON> C<PARM…