| /freebsd/usr.sbin/lpr/lpd/ |
| H A D | modes.c | 96 { "ignpar", IGNPAR, 0 }, 97 { "-ignpar", 0, IGNPAR },
|
| /freebsd/bin/stty/ |
| H A D | modes.c | 95 { "ignpar", IGNPAR, 0 }, 96 { "-ignpar", 0, IGNPAR },
|
| H A D | print.c | 122 put("-ignpar", IGNPAR, 0); in print()
|
| /freebsd/libexec/getty/ |
| H A D | subr.c | 274 CLR(iflag, ISTRIP|INPCK|IGNPAR); in set_flags() 280 SET(iflag, INPCK|IGNPAR); in set_flags() 285 SET(iflag, INPCK|IGNPAR); in set_flags() 290 CLR(iflag, INPCK|IGNPAR); in set_flags()
|
| H A D | gettytab | 87 # iflags: IXOFF | IXON | ICRNL | IGNPAR
|
| /freebsd/lib/libvgl/ |
| H A D | keyboard.c | 54 term.c_iflag = IGNPAR | IGNBRK; in VGLKeyboardInit()
|
| /freebsd/crypto/heimdal/appl/login/ |
| H A D | stty_default.c | 83 termios.c_iflag |= (BRKINT|IGNPAR|ICRNL|IXON|IMAXBEL); in stty_default()
|
| /freebsd/crypto/openssh/ |
| H A D | sshtty.c | 79 tio.c_iflag |= IGNPAR; in enter_raw_mode()
|
| H A D | ttymodes.h | 105 TTYMODE(IGNPAR, c_iflag, 30)
|
| /freebsd/contrib/ncurses/ncurses/trace/ |
| H A D | lib_tracebits.c | 116 DATA(IGNPAR), 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/lldb/source/Host/common/ |
| H A D | Terminal.cpp | 364 fd_termios.c_iflag &= ~(IGNPAR | PARMRK | INPCK); in SetParityCheck() 369 fd_termios.c_iflag |= IGNPAR; in SetParityCheck()
|
| /freebsd/sys/sys/ |
| H A D | _termios.h | 84 #define IGNPAR 0x00000004 /* ignore (discard) parity errors */ macro
|
| /freebsd/contrib/ntp/ntpd/ |
| H A D | refclock_leitch.c | 285 ttyb.c_iflag = IGNBRK|IGNPAR|ICRNL; in leitch_start() 309 ttyp->c_iflag = IGNBRK|IGNPAR|ICRNL; in leitch_start()
|
| H A D | refclock_parse.c | 494 #define MBG_IFLAG (IGNBRK|IGNPAR|ISTRIP) 568 #define GPS16X_IFLAG (IGNBRK|IGNPAR) 654 # define RAWDCF_IFLAG (IGNPAR) 739 #define TRIMBLETAIP_IFLAG (BRKINT|IGNPAR|ISTRIP|ICRNL|IXON) 815 #define RCC8000_IFLAG (IGNBRK|IGNPAR) 852 #define COMPUTIME_IFLAG (IGNBRK|IGNPAR|ISTRIP) 871 #define VARITEXT_IFLAG (IGNPAR|IGNBRK|INPCK) /*|ISTRIP)*/ 900 #define SEL240X_IFLAG (IGNBRK|IGNPAR)
|
| H A D | ntp_refclock.c | 1060 ttyp->c_iflag = IGNBRK | IGNPAR | ICRNL; in refclock_setup() 1144 ttyp->c_iflag = IGNBRK | IGNPAR | ICRNL; in refclock_setup()
|
| H A D | refclock_neoclock4x.c | 198 termsettings.c_iflag = IGNBRK | IGNPAR | ICRNL; in neoclock4x_start()
|
| /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 | 681 CMP_FLAG(i, IGNPAR|IGNBRK) == (IGNPAR|IGNBRK)) && in ttydisc_optimize() 1044 if (CMP_FLAG(i, IGNPAR)) { in ttydisc_rint()
|
| /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/ntp/parseutil/ |
| H A D | testdcf.c | 391 term.c_iflag = IGNPAR; in main()
|
| H A D | dcfd.c | 1557 term.c_iflag = IGNPAR; in main()
|
| /freebsd/contrib/tcsh/ |
| H A D | ed.term.c | 101 # ifdef IGNPAR 102 { "ignpar", IGNPAR, M_INPUT },
|
| /freebsd/contrib/ncurses/progs/ |
| H A D | reset_cmd.c | 326 | IGNPAR in reset_tty_settings()
|
| /freebsd/contrib/libedit/ |
| H A D | tty.c | 172 #ifdef IGNPAR 173 {"ignpar", IGNPAR, MD_INP},
|
| /freebsd/usr.bin/chat/ |
| H A D | chat.c | 491 t.c_iflag |= IGNBRK | ISTRIP | IGNPAR; in set_tty_parameters()
|