ONLCR
tty.c_oflag &= ~ONLCR;
ip->t.c_oflag |= ONLCR;
ip->t.c_oflag &= ~ONLCR;
{ "onlcr", ONLCR },
put("-onlcr", ONLCR, 1);
s.c_oflag |= (OPOST|ONLCR|TAB3);
noech.c_oflag &= ~(ONLCR | OXTABS);
raw.c_oflag &= ~(ONLCR | OXTABS);
noech.c_oflag &= ~(ONLCR | OXTABS);
raw.c_oflag &= ~(ONLCR | OXTABS);
#define nl() ((bizarre=1),_tty.c_iflag |= ICRNL,_tty.c_oflag |= ONLCR,tcsetattr(_tty_ch, TCSANOW, &_tty))
#define nonl() ((bizarre=1),_tty.c_iflag &=~ICRNL,_tty.c_oflag &=~ONLCR,tcsetattr(_tty_ch, TCSANOW, &_tty))
screen->NONL = (screen->baset.c_oflag & ONLCR) == 0;
_cursesi_screen->rawt.c_oflag |= ONLCR;
_cursesi_screen->cbreakt.c_oflag |= ONLCR;
_cursesi_screen->baset.c_oflag |= ONLCR;
_cursesi_screen->rawt.c_oflag &= ~ONLCR;
_cursesi_screen->cbreakt.c_oflag &= ~ONLCR;
_cursesi_screen->baset.c_oflag &= ~ONLCR;
#ifdef ONLCR
{"onlcr", ONLCR, MD_OUT},
{"oflag:", (OPOST | ONLCR), ONLRET},
{"oflag:", (OPOST | ONLCR), ONLRET},
# ifndef ONLCR
cr = (ttybuf.c_oflag & ONLCR) && (ttybuf.c_oflag & OPOST) ?
tmode.c_oflag |= ONLCR;
SET(oflag, ONLCR|OPOST);
CLR(oflag, ONLCR);
oflag = OPOST|ONLCR|OXTABS;
SET(oflag, ONLCR);
CLR(oflag, ONLCR);
if (ISSET(iflag, ICRNL) || ISSET(oflag, ONLCR))
SET(oflag, ONLCR);
CLR(oflag, ONLCR);
bts->c_oflag |= cvtto_bsd_mask(lt->c_oflag, LINUX_ONLCR, ONLCR);
lt->c_oflag |= cvtto_linux_mask(bts->c_oflag, ONLCR, LINUX_ONLCR);
bts->c_oflag |= cvtto_bsd_mask(lts->c_oflag, LINUX_ONLCR, ONLCR);
lts->c_oflag |= cvtto_linux_mask(bts->c_oflag, ONLCR, LINUX_ONLCR);
r |= ((l & 0x00000004) ? ONLCR : 0);
r |= ((l & ONLCR) ? 0x00000004 : 0);
r |= ((l & 0x00000004) ? ONLCR : 0);
r |= ((l & ONLCR) ? 0x00000004 : 0);
r |= ((l & 0x00000004) ? ONLCR : 0);
r |= ((l & ONLCR) ? 0x00000004 : 0);
#define OFLAG (OPOST|OXTABS|ONLCR)
if (ISSET(tp->t_oflag, ONLCR | ONLRET))
if (c == '\n' && ISSET(tp->t_oflag, ONLCR)) {
#define TTYDEF_OFLAG (OPOST | ONLCR)
tio.c_oflag &= ~ONLCR;
tmp_tc.c_oflag |= ONLCR;
tmp_tc.c_oflag &= ~ONLCR;
#ifdef ONLCR
| ONLCR
#ifdef ONLCR
mode.c_oflag |= ONLCR;
#ifdef ONLCR
mode.c_oflag &= ~ONLCR;
if (oldmode.c_oflag & (TAB3 | ONLCR | OCRNL | ONLRET)) {
oldmode.c_oflag &= (TAB3 | ONLCR | OCRNL | ONLRET);
ip->t.c_oflag |= ONLCR;
ip->t.c_oflag &= ~ONLCR;
{ "onlcr", ONLCR, 0 },
{ "-onlcr", 0, ONLCR },
CLR(oflag, ONLCR);
SET(oflag, ONLCR);