Home
last modified time | relevance | path

Searched refs:ONLCR (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/sys/
H A Dttydefaults.h50 #define TTYDEF_OFLAG (OPOST | ONLCR)
H A D_termios.h108 #define ONLCR 0x00000002 /* map NL to CR-NL (ala CRMOD) */ macro
/f-stack/freebsd/kern/
H A Dtty_compat.c286 if (iflag&ICRNL || oflag&ONLCR) in ttcompatgetflags()
361 oflag |= ONLCR; in ttcompatsetflags()
364 oflag &= ~ONLCR; in ttcompatsetflags()
H A Dtty_ttydisc.c410 if (CMP_FLAG(o, ONLCR)) { in ttydisc_write_oproc()
419 if (CMP_FLAG(o, ONLCR|ONLRET)) { in ttydisc_write_oproc()
H A Dtty.c92 #define TTYSUP_OFLAG (OPOST|ONLCR|TAB3|ONOEOT|OCRNL|ONOCR|ONLRET)