Home
last modified time | relevance | path

Searched refs:BRKINT (Results 1 – 5 of 5) sorted by relevance

/components/lwp/terminal/
A Dtty_config.h62 #define TTYDEF_IFLAG (BRKINT | ICRNL | IMAXBEL | IXON | IXANY | IUTF8)
/components/libc/posix/io/termios/
A Dtermios.c251 t->c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON); in cfmakeraw()
A Dtermios.h74 #define BRKINT 0000002 macro
/components/lwp/terminal/freebsd/
A Dtty_ttydisc.c634 (!CMP_FLAG(i, BRKINT) || CMP_FLAG(i, IGNBRK)) && in ttydisc_optimize()
1018 else if (CMP_FLAG(i, BRKINT)) in ttydisc_rint()
A Dtty.c67 (IGNBRK | BRKINT | IGNPAR | PARMRK | INPCK | ISTRIP | INLCR | IGNCR | \

Completed in 9 milliseconds