Home
last modified time | relevance | path

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

/freebsd/usr.sbin/lpr/lpd/
H A Dmodes.c92 { "ignbrk", IGNBRK, 0 },
93 { "-ignbrk", 0, IGNBRK },
/freebsd/bin/stty/
H A Dmodes.c91 { "ignbrk", IGNBRK, 0 },
92 { "-ignbrk", 0, IGNBRK },
H A Dprint.c119 put("-ignbrk", IGNBRK, 0); in print()
/freebsd/contrib/ncurses/ncurses/trace/
H A Dlib_tracebits.c119 DATA(IGNBRK), in _nc_trace_ttymode()
130 #define ALLIN (BRKINT|IGNBRK|IGNPAR|PARMRK|INPCK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IXOFF) in _nc_trace_ttymode()
/freebsd/lib/libvgl/
H A Dkeyboard.c54 term.c_iflag = IGNPAR | IGNBRK; in VGLKeyboardInit()
/freebsd/contrib/ncurses/include/
H A Dnc_termios.h100 #define IGNBRK 0x00001 macro
/freebsd/sys/sys/
H A D_termios.h82 #define IGNBRK 0x00000001 /* ignore BREAK condition */ macro
/freebsd/sys/kern/
H A Dtty_ttydisc.c679 (!CMP_FLAG(i, BRKINT) || CMP_FLAG(i, IGNBRK)) && in ttydisc_optimize()
681 CMP_FLAG(i, IGNPAR|IGNBRK) == (IGNPAR|IGNBRK)) && in ttydisc_optimize()
1030 if (CMP_FLAG(i, IGNBRK)) { in ttydisc_rint()
H A Dtty_compat.c341 iflag = IGNBRK; in ttcompatsetflags()
H A Dtty.c89 #define TTYSUP_IFLAG (IGNBRK|BRKINT|IGNPAR|PARMRK|INPCK|ISTRIP|INLCR|\
/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_datum.c274 arg.c_iflag = IGNBRK; in datum_pts_start()
H A 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)
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_arc.c679 arg.c_iflag = IGNBRK | ISTRIP; in arc_start()
H A Drefclock_neoclock4x.c198 termsettings.c_iflag = IGNBRK | IGNPAR | ICRNL; in neoclock4x_start()
H A Drefclock_msfees.c488 ttyp->c_iflag = IGNBRK|IGNPAR|ICRNL; in msfees_start()
/freebsd/lib/libc/gen/
H A Dtermios.c167 t->c_iflag |= IGNBRK; in cfmakeraw()
/freebsd/contrib/tcsh/
H A Dmi.termios.c177 termios_p->c_iflag = IGNBRK;
H A Ded.term.c95 # ifdef IGNBRK
96 { "ignbrk", IGNBRK, M_INPUT },
/freebsd/contrib/ncurses/progs/
H A Dreset_cmd.c315 clear_flags(tty_settings->c_iflag, (IGNBRK in reset_tty_settings()
/freebsd/contrib/libedit/
H A Dtty.c166 #ifdef IGNBRK
167 {"ignbrk", IGNBRK, MD_INP},
/freebsd/usr.bin/chat/
H A Dchat.c491 t.c_iflag |= IGNBRK | ISTRIP | IGNPAR; in set_tty_parameters()
/freebsd/sys/compat/linux/
H A Dlinux_ioctl.c398 if (bios->c_iflag & IGNBRK) in bsd_to_linux_termios()
518 bios->c_iflag |= IGNBRK; in linux_to_bsd_termios()
/freebsd/usr.sbin/moused/
H A Dmoused.c2661 tty.c_iflag = IGNBRK | IGNPAR; in setmousespeed()