/freebsd/usr.sbin/lpr/lpd/ |
H A D | modes.c | 92 { "ignbrk", IGNBRK, 0 }, 93 { "-ignbrk", 0, IGNBRK },
|
/freebsd/bin/stty/ |
H A D | modes.c | 91 { "ignbrk", IGNBRK, 0 }, 92 { "-ignbrk", 0, IGNBRK },
|
H A D | print.c | 119 put("-ignbrk", IGNBRK, 0); in print()
|
/freebsd/contrib/ncurses/ncurses/trace/ |
H A D | lib_tracebits.c | 119 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 D | keyboard.c | 54 term.c_iflag = IGNPAR | IGNBRK; in VGLKeyboardInit()
|
/freebsd/contrib/ncurses/include/ |
H A D | nc_termios.h | 100 #define IGNBRK 0x00001 macro
|
/freebsd/sys/sys/ |
H A D | _termios.h | 82 #define IGNBRK 0x00000001 /* ignore BREAK condition */ macro
|
/freebsd/sys/kern/ |
H A D | tty_ttydisc.c | 679 (!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 D | tty_compat.c | 341 iflag = IGNBRK; in ttcompatsetflags()
|
H A D | tty.c | 89 #define TTYSUP_IFLAG (IGNBRK|BRKINT|IGNPAR|PARMRK|INPCK|ISTRIP|INLCR|\
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_leitch.c | 285 ttyb.c_iflag = IGNBRK|IGNPAR|ICRNL; in leitch_start() 309 ttyp->c_iflag = IGNBRK|IGNPAR|ICRNL; in leitch_start()
|
H A D | refclock_datum.c | 274 arg.c_iflag = IGNBRK; in datum_pts_start()
|
H A 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)
|
H A D | ntp_refclock.c | 1060 ttyp->c_iflag = IGNBRK | IGNPAR | ICRNL; in refclock_setup() 1144 ttyp->c_iflag = IGNBRK | IGNPAR | ICRNL; in refclock_setup()
|
H A D | refclock_arc.c | 679 arg.c_iflag = IGNBRK | ISTRIP; in arc_start()
|
H A D | refclock_neoclock4x.c | 198 termsettings.c_iflag = IGNBRK | IGNPAR | ICRNL; in neoclock4x_start()
|
H A D | refclock_msfees.c | 488 ttyp->c_iflag = IGNBRK|IGNPAR|ICRNL; in msfees_start()
|
/freebsd/lib/libc/gen/ |
H A D | termios.c | 167 t->c_iflag |= IGNBRK; in cfmakeraw()
|
/freebsd/contrib/tcsh/ |
H A D | mi.termios.c | 177 termios_p->c_iflag = IGNBRK;
|
H A D | ed.term.c | 95 # ifdef IGNBRK 96 { "ignbrk", IGNBRK, M_INPUT },
|
/freebsd/contrib/ncurses/progs/ |
H A D | reset_cmd.c | 315 clear_flags(tty_settings->c_iflag, (IGNBRK in reset_tty_settings()
|
/freebsd/contrib/libedit/ |
H A D | tty.c | 166 #ifdef IGNBRK 167 {"ignbrk", IGNBRK, MD_INP},
|
/freebsd/usr.bin/chat/ |
H A D | chat.c | 491 t.c_iflag |= IGNBRK | ISTRIP | IGNPAR; in set_tty_parameters()
|
/freebsd/sys/compat/linux/ |
H A D | linux_ioctl.c | 398 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 D | moused.c | 2661 tty.c_iflag = IGNBRK | IGNPAR; in setmousespeed()
|