Searched refs:OCRNL (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Dtermios.h151 #define OCRNL 0x00000010 /* map CR to NL on output */ macro
/xnu-2422.115.4/bsd/kern/
H A Dtty.c929 /* If OCRNL is set, translate "\r" into "\n". */
930 else if (c == '\r' && ISSET(tp->t_oflag, OCRNL))

Completed in 24 milliseconds