Searched refs:IGNCR (Results 1 - 5 of 5) 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.h52 #define IGNCR 0x80 /* ignore carriage returns */ macro
/haiku/src/tests/apps/miniterminal/
H A DMiniView.cpp143 tio.c_iflag &= ~(INLCR|IGNCR);
/haiku/src/apps/terminal/
H A DShell.cpp347 tio.c_iflag &= ~(INLCR|IGNCR);
/haiku/src/add-ons/kernel/generic/tty/
H A Dtty.cpp985 if (flags & IGNCR) // ignore CR

Completed in 89 milliseconds