Home
last modified time | relevance | path

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

12

/freebsd-12-stable/usr.sbin/lpr/lpd/
Dmodes.c100 { "ignbrk", IGNBRK, 0 },
101 { "-ignbrk", 0, IGNBRK },
/freebsd-12-stable/contrib/ncurses/ncurses/trace/
Dlib_tracebits.c109 {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/
Dmodes.c97 { "ignbrk", IGNBRK, 0 },
98 { "-ignbrk", 0, IGNBRK },
Dprint.c127 put("-ignbrk", IGNBRK, 0); in print()
/freebsd-12-stable/lib/libvgl/
Dkeyboard.c56 term.c_iflag = IGNPAR | IGNBRK; in VGLKeyboardInit()
/freebsd-12-stable/contrib/ncurses/include/
Dnc_termios.h91 #define IGNBRK 0000001 macro
/freebsd-12-stable/sys/sys/
D_termios.h85 #define IGNBRK 0x00000001 /* ignore BREAK condition */ macro
/freebsd-12-stable/sys/kern/
Dtty_ttydisc.c583 (!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()
Dtty_compat.c345 iflag = IGNBRK; in ttcompatsetflags()
/freebsd-12-stable/contrib/ntp/ntpd/
Drefclock_leitch.c285 ttyb.c_iflag = IGNBRK|IGNPAR|ICRNL; in leitch_start()
309 ttyp->c_iflag = IGNBRK|IGNPAR|ICRNL; in leitch_start()
Drefclock_datum.c274 arg.c_iflag = IGNBRK; in datum_pts_start()
Drefclock_parse.c494 #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)
Dntp_refclock.c1062 ttyp->c_iflag = IGNBRK | IGNPAR | ICRNL; in refclock_setup()
1146 ttyp->c_iflag = IGNBRK | IGNPAR | ICRNL; in refclock_setup()
Drefclock_arc.c679 arg.c_iflag = IGNBRK | ISTRIP; in arc_start()
Drefclock_neoclock4x.c198 termsettings.c_iflag = IGNBRK | IGNPAR | ICRNL; in neoclock4x_start()
/freebsd-12-stable/lib/libc/gen/
Dtermios.c171 t->c_iflag |= IGNBRK; in cfmakeraw()
/freebsd-12-stable/contrib/tcsh/
Dmi.termios.c177 termios_p->c_iflag = IGNBRK;
Ded.term.c95 # ifdef IGNBRK
96 { "ignbrk", IGNBRK, M_INPUT },
/freebsd-12-stable/usr.bin/tset/
Dset.c84 mode.c_iflag &= ~(IGNBRK | PARMRK | INPCK | ISTRIP | INLCR | IGNCR in reset_mode()
/freebsd-12-stable/sys/i386/ibcs2/
Dibcs2_ioctl.c128 if (l & IBCS2_IGNBRK) r |= IGNBRK;
222 if (l & IGNBRK) r |= IBCS2_IGNBRK;
/freebsd-12-stable/contrib/gdb/gdb/tui/
Dtui.c529 mode.c_iflag &= ~(IGNBRK | PARMRK | INPCK | INLCR | IGNCR | IUCLC | IXOFF);
/freebsd-12-stable/contrib/libedit/
Dtty.c166 #ifdef IGNBRK
167 {"ignbrk", IGNBRK, MD_INP},
/freebsd-12-stable/sys/dev/cx/
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)))) { in cx_error()
/freebsd-12-stable/contrib/ncurses/progs/
Dtset.c796 mode.c_iflag &= ~((unsigned) (IGNBRK | PARMRK | INPCK | ISTRIP | INLCR | IGNCR in reset_mode()
/freebsd-12-stable/sys/dev/cy/
Dcy.c734 && (com->tp->t_iflag & IGNBRK))) in cyintr()
1431 if (iflag & IGNBRK) in cyparam()

12