Home
last modified time | relevance | path

Searched refs:INPCK (Results 1 – 22 of 22) sorted by relevance

/openbsd/libexec/getty/
H A Dsubr.c212 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 Dmodes.c92 { "inpck", INPCK, 0 },
93 { "-inpck", 0, INPCK },
/openbsd/bin/stty/
H A Dmodes.c95 { "inpck", INPCK, 0 },
96 { "-inpck", 0, INPCK },
H A Dprint.c127 put("-inpck", INPCK, 0); in print()
/openbsd/lib/libcurses/
H A Dnc_termios.h103 #define INPCK 0x00010 macro
/openbsd/gnu/llvm/lldb/source/Host/common/
H A DTerminal.cpp364 fd_termios.c_iflag &= ~(IGNPAR | PARMRK | INPCK); in SetParityCheck()
367 fd_termios.c_iflag |= INPCK; in SetParityCheck()
/openbsd/usr.bin/ssh/
H A Dttymodes.h107 TTYMODE(INPCK, c_iflag, 32)
/openbsd/sys/sys/
H A Dtermios.h94 #define INPCK 0x00000010 /* enable checking of parity errors */ macro
/openbsd/usr.sbin/lpd/
H A Dlp_stty.c337 { "inpck", INPCK, 0 },
338 { "-inpck", 0, INPCK },
/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/cpan/Term-ReadKey/
H A DReadKey.xs983 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 DMakefile.PL52 IGNBRK IGNCR IGNPAR INLCR INPCK INT_MAX INT_MIN ISIG ISTRIP IXOFF IXON
/openbsd/usr.bin/tic/
H A Dreset_cmd.c236 | INPCK in reset_tty_settings()
/openbsd/usr.bin/cu/
H A Dcu.c274 tio.c_iflag &= ~(INPCK|ICRNL); in set_termios()
/openbsd/lib/libedit/
H A Dtty.c172 #ifdef INPCK
173 {"inpck", INPCK, MD_INP},
/openbsd/gnu/usr.bin/perl/ext/POSIX/t/
H A Dexport.t47 HUPCL ICANON ICRNL IEXTEN IGNBRK IGNCR IGNPAR INLCR INPCK
/openbsd/gnu/lib/libreadline/
H A Drltty.c590 tiop->c_iflag &= ~(ISTRIP | INPCK);
/openbsd/sys/dev/sbus/
H A Dspif.c590 if (!ISSET(t->c_iflag, INPCK)) in stty_param()
H A Dmagma.c1262 if (!ISSET(t->c_iflag, INPCK)) in mtty_param()
/openbsd/sys/dev/ic/
H A Dcy.c695 if (!ISSET(t->c_iflag, INPCK)) in cyparam()
/openbsd/sys/kern/
H A Dtty.c283 } else if ((ISSET(error, TTY_PE) && ISSET(iflag, INPCK)) || in ttyinput()
/openbsd/gnu/usr.bin/perl/ext/POSIX/lib/
H A DPOSIX.pod2621 C<BRKINT> C<ICRNL> C<IGNBRK> C<IGNCR> C<IGNPAR> C<INLCR> C<INPCK> C<ISTRIP> C<IXOFF> C<IXON> C<PARM…