Searched refs:IGNBRK (Results 1 - 4 of 4) sorted by relevance

/haiku/src/system/libroot/posix/
H A Dtermios.c163 termios->c_iflag &= ~(IGNBRK | BRKINT | PARMRK | ISTRIP | INLCR | IGNCR
/haiku/headers/posix/
H A Dtermios.h45 #define IGNBRK 0x01 /* ignore break condition */ macro
/haiku/src/tests/apps/miniterminal/
H A DMiniView.cpp161 tio.c_iflag &= ~(IGNBRK|BRKINT);
/haiku/src/apps/terminal/
H A DShell.cpp365 tio.c_iflag &= ~(IGNBRK|BRKINT);

Completed in 56 milliseconds