/openbsd/libexec/getty/ |
H A D | subr.c | 212 CLR(iflag, ISTRIP|INPCK|IGNPAR); in setflags() 218 SET(iflag, INPCK|IGNPAR); in setflags() 221 CLR(iflag, INPCK); in setflags() 223 SET(iflag, INPCK|IGNPAR); in setflags() 226 CLR(iflag, INPCK); in setflags() 228 CLR(iflag, INPCK|IGNPAR); in setflags()
|
/openbsd/usr.sbin/lpr/lpd/ |
H A D | modes.c | 92 { "inpck", INPCK, 0 }, 93 { "-inpck", 0, INPCK },
|
/openbsd/bin/stty/ |
H A D | modes.c | 95 { "inpck", INPCK, 0 }, 96 { "-inpck", 0, INPCK },
|
H A D | print.c | 127 put("-inpck", INPCK, 0); in print()
|
/openbsd/lib/libcurses/ |
H A D | nc_termios.h | 103 #define INPCK 0x00010 macro
|
/openbsd/gnu/llvm/lldb/source/Host/common/ |
H A D | Terminal.cpp | 364 fd_termios.c_iflag &= ~(IGNPAR | PARMRK | INPCK); in SetParityCheck() 367 fd_termios.c_iflag |= INPCK; in SetParityCheck()
|
/openbsd/usr.bin/ssh/ |
H A D | ttymodes.h | 107 TTYMODE(INPCK, c_iflag, 32)
|
/openbsd/sys/sys/ |
H A D | termios.h | 94 #define INPCK 0x00000010 /* enable checking of parity errors */ macro
|
/openbsd/usr.sbin/lpd/ |
H A D | lp_stty.c | 337 { "inpck", INPCK, 0 }, 338 { "-inpck", 0, INPCK },
|
/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/cpan/Term-ReadKey/ |
H A D | ReadKey.xs | 983 if(((work.c_iflag & INPCK) != INPCK) || in ReadMode() 1137 work.c_iflag &= ~(ISTRIP|INPCK); in ReadMode()
|
/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 | 236 | INPCK in reset_tty_settings()
|
/openbsd/usr.bin/cu/ |
H A D | cu.c | 274 tio.c_iflag &= ~(INPCK|ICRNL); in set_termios()
|
/openbsd/lib/libedit/ |
H A D | tty.c | 172 #ifdef INPCK 173 {"inpck", INPCK, MD_INP},
|
/openbsd/gnu/usr.bin/perl/ext/POSIX/t/ |
H A D | export.t | 47 HUPCL ICANON ICRNL IEXTEN IGNBRK IGNCR IGNPAR INLCR INPCK
|
/openbsd/gnu/lib/libreadline/ |
H A D | rltty.c | 590 tiop->c_iflag &= ~(ISTRIP | INPCK);
|
/openbsd/sys/dev/sbus/ |
H A D | spif.c | 590 if (!ISSET(t->c_iflag, INPCK)) in stty_param()
|
H A D | magma.c | 1262 if (!ISSET(t->c_iflag, INPCK)) in mtty_param()
|
/openbsd/sys/dev/ic/ |
H A D | cy.c | 695 if (!ISSET(t->c_iflag, INPCK)) in cyparam()
|
/openbsd/sys/kern/ |
H A D | tty.c | 283 } else if ((ISSET(error, TTY_PE) && ISSET(iflag, INPCK)) || in ttyinput()
|
/openbsd/gnu/usr.bin/perl/ext/POSIX/lib/ |
H A D | POSIX.pod | 2621 C<BRKINT> C<ICRNL> C<IGNBRK> C<IGNCR> C<IGNPAR> C<INLCR> C<INPCK> C<ISTRIP> C<IXOFF> C<IXON> C<PARM…
|