Home
last modified time | relevance | path

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

/busybox-1.35.0/coreutils/
Dstty.c191 #ifndef ONLCR
192 # define ONLCR 0 macro
399 #if ONLCR
400 MI_ENTRY("onlcr", output, SANE_SET | REV, ONLCR, 0 )
563 #if ONLCR
564 MI_ENTRY("onlcr", output, SANE_SET | REV, ONLCR, 0 )
1145 mode->c_oflag = (mode->c_oflag | ONLCR) & ~OCRNL & ~ONLRET; in set_mode()
1148 if (ONLCR) mode->c_oflag = mode->c_oflag & ~ONLCR; in set_mode()
/busybox-1.35.0/libbb/
Dxfuncs.c355 newterm->c_oflag &= ~(ONLCR); in get_termios_and_make_raw()
/busybox-1.35.0/loginutils/
Dgetty.c316 G.tty_attrs.c_oflag = OPOST | ONLCR; in init_tty_attrs()
/busybox-1.35.0/miscutils/
Dconspy.c352 termchild.c_oflag |= ONLCR | XTABS; in start_shell_in_child()
/busybox-1.35.0/networking/
Dtelnetd.c549 termbuf.c_oflag |= ONLCR | XTABS; in make_new_session()
/busybox-1.35.0/init/
Dinit.c380 tty.c_oflag = OPOST | ONLCR; in set_sane_term()