Searched refs:IGNBRK (Results 1 – 10 of 10) sorted by relevance
38 #define IGNBRK 0000001 macro
62 #define IGNBRK 0000001 macro
56 tty.c_iflag = IGNPAR | IGNBRK; in WSCONS_InitKeyboard()
102 #define I_IGNBRK(tty) _I_FLAG((tty),IGNBRK)
718 tty.c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP in term_init()807 ~(IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON); in cfmakeraw()1028 tty.c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP in tty_serial_init()
750 tty.c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP in term_init()839 ~(IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON); in cfmakeraw()1061 tty.c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP in tty_serial_init()
556 mouse_termios.c_iflag = IGNBRK | IGNPAR; in GS_OpenMouse()
675 mouse_termios.c_iflag = IGNBRK | IGNPAR; in FB_OpenMouse()
919 tios.c_iflag = IGNBRK | IGNPAR; in set_up_tty()
1231 tios.c_iflag = IGNBRK | IGNPAR;