Searched refs:INLCR (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/bsd/kern/
H A Dtty_compat.c602 iflag &= ~(PARMRK|IGNPAR|IGNCR|INLCR);
689 iflag &= ~(PARMRK|IGNPAR|IGNCR|INLCR);
H A Dtty.c677 * IGNCR, ICRNL, & INLCR
685 } else if (c == '\n' && ISSET(iflag, INLCR))
/xnu-2422.115.4/bsd/sys/
H A Dtermios.h125 #define INLCR 0x00000040 /* map NL into CR */ macro

Completed in 35 milliseconds