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

/xnu-2422.115.4/bsd/sys/
H A Dttydefaults.h79 #define TTYDEF_OFLAG (OPOST | ONLCR)
H A Dtermios.h140 #define ONLCR 0x00000002 /* map NL to CR-NL (ala CRMOD) */ macro
/xnu-2422.115.4/bsd/kern/
H A Dtty_compat.c528 if (iflag&ICRNL || oflag&ONLCR)
615 oflag |= ONLCR;
618 oflag &= ~ONLCR;
H A Dtty.c920 * Newline translation: if ONLCR is set,
923 if (c == '\n' && ISSET(tp->t_oflag, ONLCR)) {

Completed in 18 milliseconds