Home
last modified time | relevance | path

Searched refs:IGNPAR (Results 1 – 25 of 32) sorted by relevance

12

/freebsd/usr.sbin/lpr/lpd/
H A Dmodes.c96 { "ignpar", IGNPAR, 0 },
97 { "-ignpar", 0, IGNPAR },
/freebsd/bin/stty/
H A Dmodes.c95 { "ignpar", IGNPAR, 0 },
96 { "-ignpar", 0, IGNPAR },
H A Dprint.c122 put("-ignpar", IGNPAR, 0); in print()
/freebsd/libexec/getty/
H A Dsubr.c274 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 Dgettytab87 # iflags: IXOFF | IXON | ICRNL | IGNPAR
/freebsd/lib/libvgl/
H A Dkeyboard.c54 term.c_iflag = IGNPAR | IGNBRK; in VGLKeyboardInit()
/freebsd/crypto/heimdal/appl/login/
H A Dstty_default.c83 termios.c_iflag |= (BRKINT|IGNPAR|ICRNL|IXON|IMAXBEL); in stty_default()
/freebsd/crypto/openssh/
H A Dsshtty.c79 tio.c_iflag |= IGNPAR; in enter_raw_mode()
H A Dttymodes.h105 TTYMODE(IGNPAR, c_iflag, 30)
/freebsd/contrib/ncurses/ncurses/trace/
H A Dlib_tracebits.c116 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 DTerminal.cpp364 fd_termios.c_iflag &= ~(IGNPAR | PARMRK | INPCK); in SetParityCheck()
369 fd_termios.c_iflag |= IGNPAR; in SetParityCheck()
/freebsd/sys/sys/
H A D_termios.h84 #define IGNPAR 0x00000004 /* ignore (discard) parity errors */ macro
/freebsd/contrib/ntp/ntpd/
H A Drefclock_leitch.c285 ttyb.c_iflag = IGNBRK|IGNPAR|ICRNL; in leitch_start()
309 ttyp->c_iflag = IGNBRK|IGNPAR|ICRNL; in leitch_start()
H A Drefclock_parse.c494 #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 Dntp_refclock.c1060 ttyp->c_iflag = IGNBRK | IGNPAR | ICRNL; in refclock_setup()
1144 ttyp->c_iflag = IGNBRK | IGNPAR | ICRNL; in refclock_setup()
H A Drefclock_neoclock4x.c198 termsettings.c_iflag = IGNBRK | IGNPAR | ICRNL; in neoclock4x_start()
/freebsd/sys/kern/
H A Dtty_compat.c344 iflag &= ~(PARMRK|IGNPAR|IGNCR|INLCR); in ttcompatsetflags()
417 iflag &= ~(PARMRK|IGNPAR|IGNCR|INLCR); in ttcompatsetlflags()
H A Dtty_ttydisc.c681 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 Dtermios.c166 t->c_iflag &= ~(IMAXBEL|IXOFF|INPCK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IGNPAR); in cfmakeraw()
/freebsd/contrib/ntp/parseutil/
H A Dtestdcf.c391 term.c_iflag = IGNPAR; in main()
H A Ddcfd.c1557 term.c_iflag = IGNPAR; in main()
/freebsd/contrib/tcsh/
H A Ded.term.c101 # ifdef IGNPAR
102 { "ignpar", IGNPAR, M_INPUT },
/freebsd/contrib/ncurses/progs/
H A Dreset_cmd.c326 | IGNPAR in reset_tty_settings()
/freebsd/contrib/libedit/
H A Dtty.c172 #ifdef IGNPAR
173 {"ignpar", IGNPAR, MD_INP},
/freebsd/usr.bin/chat/
H A Dchat.c491 t.c_iflag |= IGNBRK | ISTRIP | IGNPAR; in set_tty_parameters()

12