Searched refs:ONLCR (Results 1 – 5 of 5) sorted by relevance
50 #define TTYDEF_OFLAG (OPOST | ONLCR)
108 #define ONLCR 0x00000002 /* map NL to CR-NL (ala CRMOD) */ macro
286 if (iflag&ICRNL || oflag&ONLCR) in ttcompatgetflags()361 oflag |= ONLCR; in ttcompatsetflags()364 oflag &= ~ONLCR; in ttcompatsetflags()
410 if (CMP_FLAG(o, ONLCR)) { in ttydisc_write_oproc()419 if (CMP_FLAG(o, ONLCR|ONLRET)) { in ttydisc_write_oproc()
92 #define TTYSUP_OFLAG (OPOST|ONLCR|TAB3|ONOEOT|OCRNL|ONOCR|ONLRET)