Searched refs:ONLCR (Results 1 – 4 of 4) sorted by relevance
79 #define TTYDEF_OFLAG (OPOST | ONLCR)
140 #define ONLCR 0x00000002 /* map NL to CR-NL (ala CRMOD) */ macro
564 if (iflag & ICRNL || oflag & ONLCR) { in ttcompatgetflags()666 oflag |= ONLCR; in ttcompatsetflags()669 oflag &= ~ONLCR; in ttcompatsetflags()
929 if (c == '\n' && ISSET(tp->t_oflag, ONLCR)) { in ttyoutput()