/openbsd/usr.sbin/lpr/lpd/ |
H A D | modes.c | 94 { "istrip", ISTRIP, 0 }, 95 { "-istrip", 0, ISTRIP },
|
/openbsd/bin/stty/ |
H A D | modes.c | 97 { "istrip", ISTRIP, 0 }, 98 { "-istrip", 0, ISTRIP },
|
H A D | print.c | 116 put("-istrip", ISTRIP, 0); in print()
|
/openbsd/lib/libc/termios/ |
H A D | cfmakeraw.c | 40 t->c_iflag &= ~(IMAXBEL|IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON); in cfmakeraw()
|
/openbsd/usr.bin/ssh/ |
H A D | sshtty.c | 78 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)
|
/openbsd/lib/libcurses/ |
H A D | nc_termios.h | 104 #define ISTRIP 0x00020 macro
|
/openbsd/libexec/getty/ |
H A D | subr.c | 212 CLR(iflag, ISTRIP|INPCK|IGNPAR); in setflags() 216 SET(iflag, ISTRIP); in setflags()
|
/openbsd/usr.bin/telnet/ |
H A D | sys_bsd.c | 298 tmp_tc.c_iflag &= ~ISTRIP; in TerminalNewMode() 300 tmp_tc.c_iflag |= ISTRIP; in TerminalNewMode()
|
/openbsd/sys/sys/ |
H A D | termios.h | 95 #define ISTRIP 0x00000020 /* strip 8th bit off chars */ macro
|
/openbsd/usr.sbin/lpd/ |
H A D | lp_stty.c | 339 { "istrip", ISTRIP, 0 }, 340 { "-istrip", 0, ISTRIP },
|
/openbsd/lib/libcurses/base/ |
H A D | lib_newterm.c | 299 !(new_term->Ottyb.c_iflag & ISTRIP)) || in NCURSES_SP_NAME()
|
/openbsd/gnu/usr.bin/binutils/gdb/rdi-share/ |
H A D | unixcomm.c | 330 terminfo.c_iflag &= ~(IGNCR | INPCK | ISTRIP | ICRNL | BRKINT); in Unix_ResetSerial()
|
/openbsd/gnu/usr.bin/perl/ext/POSIX/ |
H A D | Makefile.PL | 52 IGNBRK IGNCR IGNPAR INLCR INPCK INT_MAX INT_MIN ISIG ISTRIP IXOFF IXON
|
/openbsd/usr.bin/tic/ |
H A D | reset_cmd.c | 237 | ISTRIP in reset_tty_settings()
|
/openbsd/usr.bin/cu/ |
H A D | cu.c | 301 tio.c_iflag &= ~(ISTRIP|ICRNL); in set_line()
|
/openbsd/gnu/usr.bin/texinfo/info/ |
H A D | terminal.c | 717 ttybuff.c_iflag &= (~ISTRIP & ~INLCR & ~IGNCR & ~ICRNL & ~IXON); in terminal_prep_terminal()
|
/openbsd/lib/libedit/ |
H A D | tty.c | 175 #ifdef ISTRIP 176 {"istrip", ISTRIP, MD_INP},
|
/openbsd/gnu/usr.bin/perl/ext/POSIX/t/ |
H A D | export.t | 48 INT_MAX INT_MIN ISIG ISTRIP IXOFF IXON
|
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
H A D | ReadKey.xs | 985 work.c_iflag &= ~ISTRIP; in ReadMode() 1137 work.c_iflag &= ~(ISTRIP|INPCK); in ReadMode()
|
/openbsd/gnu/lib/libreadline/ |
H A D | rltty.c | 590 tiop->c_iflag &= ~(ISTRIP | INPCK);
|
/openbsd/sys/kern/ |
H A D | tty.c | 289 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 D | chat.c | 515 t.c_iflag |= IGNBRK | ISTRIP | IGNPAR; in set_tty_parameters()
|
/openbsd/usr.bin/tmux/ |
H A D | tty.c | 325 tio.c_iflag &= ~(IXON|IXOFF|ICRNL|INLCR|IGNCR|IMAXBEL|ISTRIP); in tty_start_tty()
|
/openbsd/gnu/usr.bin/perl/ext/POSIX/lib/ |
H A D | POSIX.pod | 2566 C<BRKINT> C<ICRNL> C<IGNBRK> C<IGNCR> C<IGNPAR> C<INLCR> C<INPCK> C<ISTRIP> C<IXOFF> C<IXON> C<PARM…
|