Searched refs:BRKINT (Results 1 – 5 of 5) sorted by relevance
42 #define BRKINT 0x0002 /* break sends interrupt */ macro173 _t->c_iflag &= ~(IGNBRK | BRKINT | PARMRK | ISTRIP | INLCR | IGNCR | ICRNL | IXON); \
22 termios.BRKINT | termios.ICRNL | termios.INPCK | termios.ISTRIP | termios.IXON
136 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK | ISTRIP | INLCR | IGNCR | ICRNL | IXON)) in aos_tty_set_attr()
1883 tty.c_iflag &= ~(IGNBRK | BRKINT | PARMRK | ISTRIP in js_os_ttySetRaw()
1682 tty.c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP in js_os_ttySetRaw()
Completed in 20 milliseconds