Searched refs:IGNBRK (Results 1 - 25 of 36) sorted by relevance

12

/freebsd-11-stable/lib/libvgl/
H A Dkeyboard.c54 term.c_iflag = IGNPAR | IGNBRK;
/freebsd-11-stable/contrib/ncurses/ncurses/trace/
H A Dlib_tracebits.c109 {IGNBRK, "IGNBRK"},
120 #define ALLIN (BRKINT|IGNBRK|IGNPAR|PARMRK|INPCK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IXOFF)
/freebsd-11-stable/bin/stty/
H A Dmodes.c98 { "ignbrk", IGNBRK, 0 },
99 { "-ignbrk", 0, IGNBRK },
H A Dprint.c127 put("-ignbrk", IGNBRK, 0);
/freebsd-11-stable/usr.sbin/lpr/lpd/
H A Dmodes.c98 { "ignbrk", IGNBRK, 0 },
99 { "-ignbrk", 0, IGNBRK },
/freebsd-11-stable/contrib/ncurses/include/
H A Dnc_termios.h91 #define IGNBRK 0000001 macro
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Dkeyboard.c59 ~(IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON);
/freebsd-11-stable/sys/sys/
H A D_termios.h83 #define IGNBRK 0x00000001 /* ignore BREAK condition */ macro
/freebsd-11-stable/lib/libc/gen/
H A Dtermios.c171 t->c_iflag |= IGNBRK;
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_leitch.c285 ttyb.c_iflag = IGNBRK|IGNPAR|ICRNL;
309 ttyp->c_iflag = IGNBRK|IGNPAR|ICRNL;
H A Drefclock_datum.c274 arg.c_iflag = IGNBRK;
H A Drefclock_parse.c493 #define MBG_IFLAG (IGNBRK|IGNPAR|ISTRIP)
567 #define GPS16X_IFLAG (IGNBRK|IGNPAR)
597 #define DCF7000_IFLAG (IGNBRK)
744 #define TRIMBLETSIP_IFLAG (IGNBRK)
814 #define RCC8000_IFLAG (IGNBRK|IGNPAR)
831 #define HOPF6021_IFLAG (IGNBRK|ISTRIP)
851 #define COMPUTIME_IFLAG (IGNBRK|IGNPAR|ISTRIP)
870 #define VARITEXT_IFLAG (IGNPAR|IGNBRK|INPCK) /*|ISTRIP)*/
899 #define SEL240X_IFLAG (IGNBRK|IGNPAR)
H A Dntp_refclock.c981 ttyp->c_iflag = IGNBRK | IGNPAR | ICRNL;
1065 ttyp->c_iflag = IGNBRK | IGNPAR | ICRNL;
/freebsd-11-stable/sys/kern/
H A Dtty_ttydisc.c581 (!CMP_FLAG(i, BRKINT) || CMP_FLAG(i, IGNBRK)) &&
583 CMP_FLAG(i, IGNPAR|IGNBRK) == (IGNPAR|IGNBRK)) &&
855 if (CMP_FLAG(i, IGNBRK)) {
H A Dtty_compat.c343 iflag = IGNBRK;
/freebsd-11-stable/usr.bin/tset/
H A Dset.c82 mode.c_iflag &= ~(IGNBRK | PARMRK | INPCK | ISTRIP | INLCR | IGNCR
/freebsd-11-stable/contrib/tcsh/
H A Dmi.termios.c166 * IGNBRK: forced on (break is not recognized)
177 termios_p->c_iflag = IGNBRK;
H A Ded.term.c95 # ifdef IGNBRK
96 { "ignbrk", IGNBRK, M_INPUT },
97 # endif /* IGNBRK */
/freebsd-11-stable/contrib/gdb/gdb/tui/
H A Dtui.c529 mode.c_iflag &= ~(IGNBRK | PARMRK | INPCK | INLCR | IGNCR | IUCLC | IXOFF);
/freebsd-11-stable/contrib/libreadline/examples/rlfe/
H A Drlfe.c547 t.c_iflag |= IGNBRK;
/freebsd-11-stable/sys/i386/ibcs2/
H A Dibcs2_ioctl.c126 if (l & IBCS2_IGNBRK) r |= IGNBRK;
220 if (l & IGNBRK) r |= IBCS2_IGNBRK;
/freebsd-11-stable/sys/dev/cx/
H A Dif_cx.c1327 && (!(tp->t_iflag & BRKINT) || (tp->t_iflag & IGNBRK))\
1329 || (tp->t_iflag & (IGNPAR | IGNBRK)) == (IGNPAR | IGNBRK))\
1422 || !(d->tty->t_iflag & (IGNBRK | BRKINT | PARMRK)))) {
/freebsd-11-stable/lib/libedit/
H A Dtty.c167 #ifdef IGNBRK
168 {"ignbrk", IGNBRK, MD_INP},
169 #endif /* IGNBRK */
/freebsd-11-stable/sys/dev/cy/
H A Dcy.c725 Don't store PE if IGNPAR and BI if IGNBRK,
734 && (com->tp->t_iflag & IGNBRK)))
1431 if (iflag & IGNBRK)
/freebsd-11-stable/contrib/ncurses/progs/
H A Dtset.c796 mode.c_iflag &= ~((unsigned) (IGNBRK | PARMRK | INPCK | ISTRIP | INLCR | IGNCR

Completed in 311 milliseconds

12