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

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

Completed in 98 milliseconds