Searched refs:PARMRK (Results 1 – 18 of 18) sorted by relevance
| /freebsd/usr.sbin/lpr/lpd/ |
| H A D | modes.c | 98 { "parmrk", PARMRK, 0 }, 99 { "-parmrk", 0, PARMRK },
|
| /freebsd/bin/stty/ |
| H A D | modes.c | 99 { "parmrk", PARMRK, 0 }, 100 { "-parmrk", 0, PARMRK },
|
| H A D | print.c | 125 put("-parmrk", PARMRK, 0); in print()
|
| /freebsd/contrib/ncurses/ncurses/trace/ |
| H A D | lib_tracebits.c | 117 DATA(PARMRK), in _nc_trace_ttymode() 126 #define ALLIN (BRKINT|IGNBRK|IGNPAR|PARMRK|INPCK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IXOFF) in _nc_trace_ttymode()
|
| /freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/linux/ |
| H A D | termios-macros.h | 22 #define PARMRK 0000010 // Mark parity and framing errors macro
|
| /freebsd/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | Terminal.cpp | 364 fd_termios.c_iflag &= ~(IGNPAR | PARMRK | INPCK); in SetParityCheck() 371 fd_termios.c_iflag |= PARMRK; in SetParityCheck()
|
| /freebsd/sys/sys/ |
| H A D | _termios.h | 85 #define PARMRK 0x00000008 /* mark parity and framing errors */ macro
|
| /freebsd/crypto/openssh/ |
| H A D | ttymodes.h | 106 TTYMODE(PARMRK, c_iflag, 31)
|
| /freebsd/sys/kern/ |
| H A D | tty_compat.c | 344 iflag &= ~(PARMRK|IGNPAR|IGNCR|INLCR); in ttcompatsetflags() 417 iflag &= ~(PARMRK|IGNPAR|IGNCR|INLCR); in ttcompatsetlflags()
|
| H A D | tty_ttydisc.c | 680 (!CMP_FLAG(i, PARMRK) || in ttydisc_optimize() 1195 if (CMP_FLAG(i, PARMRK) && (unsigned char)c == 0xff) { in ttydisc_rint() 1208 if (CMP_FLAG(i, PARMRK)) { in ttydisc_rint()
|
| H A D | tty.c | 88 #define TTYSUP_IFLAG (IGNBRK|BRKINT|IGNPAR|PARMRK|INPCK|ISTRIP|INLCR|\
|
| /freebsd/lib/libc/gen/ |
| H A D | termios.c | 166 t->c_iflag &= ~(IMAXBEL|IXOFF|INPCK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IGNPAR); in cfmakeraw()
|
| /freebsd/contrib/ncurses/ncurses/tinfo/ |
| H A D | lib_raw.c | 70 #define COOKED_INPUT (IXON|BRKINT|PARMRK)
|
| H A D | lib_setup.c | 433 alter.c_iflag &= (unsigned) ~(IXON | BRKINT | PARMRK); in _nc_check_screensize()
|
| /freebsd/contrib/tcsh/ |
| H A D | ed.term.c | 104 # ifdef PARMRK 105 { "parmrk", PARMRK, M_INPUT },
|
| /freebsd/contrib/ncurses/progs/ |
| H A D | reset_cmd.c | 316 | PARMRK in reset_tty_settings()
|
| /freebsd/contrib/libedit/ |
| H A D | tty.c | 175 #ifdef PARMRK 176 {"parmrk", PARMRK, MD_INP},
|
| /freebsd/sys/compat/linux/ |
| H A D | linux_ioctl.c | 432 if (bios->c_iflag & PARMRK) in bsd_to_linux_termios() 560 bios->c_iflag |= PARMRK; in linux_to_bsd_termios()
|