| /freebsd-12-stable/usr.sbin/lpr/lpd/ |
| D | modes.c | 100 { "ignbrk", IGNBRK, 0 }, 101 { "-ignbrk", 0, IGNBRK },
|
| /freebsd-12-stable/contrib/ncurses/ncurses/trace/ |
| D | lib_tracebits.c | 109 {IGNBRK, "IGNBRK"}, in _nc_trace_ttymode() 120 #define ALLIN (BRKINT|IGNBRK|IGNPAR|PARMRK|INPCK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IXOFF) in _nc_trace_ttymode()
|
| /freebsd-12-stable/bin/stty/ |
| D | modes.c | 97 { "ignbrk", IGNBRK, 0 }, 98 { "-ignbrk", 0, IGNBRK },
|
| D | print.c | 127 put("-ignbrk", IGNBRK, 0); in print()
|
| /freebsd-12-stable/lib/libvgl/ |
| D | keyboard.c | 56 term.c_iflag = IGNPAR | IGNBRK; in VGLKeyboardInit()
|
| /freebsd-12-stable/contrib/ncurses/include/ |
| D | nc_termios.h | 91 #define IGNBRK 0000001 macro
|
| /freebsd-12-stable/sys/sys/ |
| D | _termios.h | 85 #define IGNBRK 0x00000001 /* ignore BREAK condition */ macro
|
| /freebsd-12-stable/sys/kern/ |
| D | tty_ttydisc.c | 583 (!CMP_FLAG(i, BRKINT) || CMP_FLAG(i, IGNBRK)) && in ttydisc_optimize() 585 CMP_FLAG(i, IGNPAR|IGNBRK) == (IGNPAR|IGNBRK)) && in ttydisc_optimize() 857 if (CMP_FLAG(i, IGNBRK)) { in ttydisc_rint()
|
| D | tty_compat.c | 345 iflag = IGNBRK; in ttcompatsetflags()
|
| /freebsd-12-stable/contrib/ntp/ntpd/ |
| D | refclock_leitch.c | 285 ttyb.c_iflag = IGNBRK|IGNPAR|ICRNL; in leitch_start() 309 ttyp->c_iflag = IGNBRK|IGNPAR|ICRNL; in leitch_start()
|
| D | refclock_datum.c | 274 arg.c_iflag = IGNBRK; in datum_pts_start()
|
| D | refclock_parse.c | 494 #define MBG_IFLAG (IGNBRK|IGNPAR|ISTRIP) 568 #define GPS16X_IFLAG (IGNBRK|IGNPAR) 598 #define DCF7000_IFLAG (IGNBRK) 745 #define TRIMBLETSIP_IFLAG (IGNBRK) 815 #define RCC8000_IFLAG (IGNBRK|IGNPAR) 832 #define HOPF6021_IFLAG (IGNBRK|ISTRIP) 852 #define COMPUTIME_IFLAG (IGNBRK|IGNPAR|ISTRIP) 871 #define VARITEXT_IFLAG (IGNPAR|IGNBRK|INPCK) /*|ISTRIP)*/ 900 #define SEL240X_IFLAG (IGNBRK|IGNPAR)
|
| D | ntp_refclock.c | 1062 ttyp->c_iflag = IGNBRK | IGNPAR | ICRNL; in refclock_setup() 1146 ttyp->c_iflag = IGNBRK | IGNPAR | ICRNL; in refclock_setup()
|
| D | refclock_arc.c | 679 arg.c_iflag = IGNBRK | ISTRIP; in arc_start()
|
| D | refclock_neoclock4x.c | 198 termsettings.c_iflag = IGNBRK | IGNPAR | ICRNL; in neoclock4x_start()
|
| /freebsd-12-stable/lib/libc/gen/ |
| D | termios.c | 171 t->c_iflag |= IGNBRK; in cfmakeraw()
|
| /freebsd-12-stable/contrib/tcsh/ |
| D | mi.termios.c | 177 termios_p->c_iflag = IGNBRK;
|
| D | ed.term.c | 95 # ifdef IGNBRK 96 { "ignbrk", IGNBRK, M_INPUT },
|
| /freebsd-12-stable/usr.bin/tset/ |
| D | set.c | 84 mode.c_iflag &= ~(IGNBRK | PARMRK | INPCK | ISTRIP | INLCR | IGNCR in reset_mode()
|
| /freebsd-12-stable/sys/i386/ibcs2/ |
| D | ibcs2_ioctl.c | 128 if (l & IBCS2_IGNBRK) r |= IGNBRK; 222 if (l & IGNBRK) r |= IBCS2_IGNBRK;
|
| /freebsd-12-stable/contrib/gdb/gdb/tui/ |
| D | tui.c | 529 mode.c_iflag &= ~(IGNBRK | PARMRK | INPCK | INLCR | IGNCR | IUCLC | IXOFF);
|
| /freebsd-12-stable/contrib/libedit/ |
| D | tty.c | 166 #ifdef IGNBRK 167 {"ignbrk", IGNBRK, MD_INP},
|
| /freebsd-12-stable/sys/dev/cx/ |
| D | if_cx.c | 1327 && (!(tp->t_iflag & BRKINT) || (tp->t_iflag & IGNBRK))\ 1329 || (tp->t_iflag & (IGNPAR | IGNBRK)) == (IGNPAR | IGNBRK))\ 1422 || !(d->tty->t_iflag & (IGNBRK | BRKINT | PARMRK)))) { in cx_error()
|
| /freebsd-12-stable/contrib/ncurses/progs/ |
| D | tset.c | 796 mode.c_iflag &= ~((unsigned) (IGNBRK | PARMRK | INPCK | ISTRIP | INLCR | IGNCR in reset_mode()
|
| /freebsd-12-stable/sys/dev/cy/ |
| D | cy.c | 734 && (com->tp->t_iflag & IGNBRK))) in cyintr() 1431 if (iflag & IGNBRK) in cyparam()
|