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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dttydefaults.h79 #define TTYDEF_OFLAG (OPOST | ONLCR)
H A Dtermios.h142 #define ONLCR 0x00000002 /* map NL to CR-NL (ala CRMOD) */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dtty_compat.c517 if (iflag&ICRNL || oflag&ONLCR)
604 oflag |= ONLCR;
607 oflag &= ~ONLCR;
H A Dtty.c774 * Newline translation: if ONLCR is set,
777 if (c == '\n' && ISSET(tp->t_oflag, ONLCR)) {

Completed in 36 milliseconds