Symbol: ONLCR
bin/stty/key.c
246
ip->t.c_oflag |= ONLCR;
bin/stty/key.c
249
ip->t.c_oflag &= ~ONLCR;
bin/stty/modes.c
187
{ "onlcr", ONLCR, 0 },
bin/stty/modes.c
188
{ "-onlcr", 0, ONLCR },
bin/stty/print.c
135
put("-onlcr", ONLCR, 1);
lib/libcurses/base/lib_newterm.c
62
#ifndef ONLCR /* Allows compilation under the QNX 4.2 OS */
lib/libcurses/base/lib_newterm.c
90
buf.c_oflag &= (unsigned) ~(ONLCR);
lib/libedit/tty.c
209
#ifdef ONLCR
lib/libedit/tty.c
210
{"onlcr", ONLCR, MD_OUT},
lib/libedit/tty.c
67
{"oflag:", (OPOST | ONLCR), ONLRET},
lib/libedit/tty.c
75
{"oflag:", (OPOST | ONLCR), ONLRET},
lib/libedit/tty.h
89
# ifndef ONLCR
libexec/comsat/comsat.c
277
cr = (ttybuf.c_oflag & ONLCR) && (ttybuf.c_oflag & OPOST) ?
libexec/getty/main.c
326
tmode.c_oflag |= ONLCR;
libexec/getty/subr.c
251
SET(oflag, ONLCR|OPOST);
libexec/getty/subr.c
254
CLR(oflag, ONLCR);
sbin/reboot/reboot.c
208
t.c_oflag |= (ONLCR | OPOST);
sbin/shutdown/shutdown.c
478
t.c_oflag |= (ONLCR | OPOST);
sys/kern/tty.c
644
if (c == '\n' && ISSET(tp->t_oflag, ONLCR)) {
sys/sys/ttydefaults.h
50
#define TTYDEF_OFLAG (OPOST | ONLCR)
usr.bin/less/screen.c
145
s.c_oflag |= (TAB3 | OPOST | ONLCR);
usr.bin/ssh/ttymodes.h
153
TTYMODE(ONLCR, c_oflag, 72)
usr.bin/telnet/sys_bsd.c
225
tmp_tc.c_oflag |= ONLCR;
usr.bin/telnet/sys_bsd.c
230
tmp_tc.c_oflag &= ~ONLCR;
usr.bin/tic/reset_cmd.c
297
#ifdef ONLCR
usr.bin/tic/reset_cmd.c
298
| ONLCR
usr.bin/tic/reset_cmd.c
408
#ifdef ONLCR
usr.bin/tic/reset_cmd.c
409
tty_settings->c_oflag |= ONLCR;
usr.bin/tic/reset_cmd.c
420
#ifdef ONLCR
usr.bin/tic/reset_cmd.c
421
tty_settings->c_oflag &= ~((unsigned) ONLCR);
usr.bin/tic/reset_cmd.c
498
old_settings->c_oflag & (TAB3 | ONLCR | OCRNL | ONLRET)) {
usr.bin/tic/reset_cmd.c
499
old_settings->c_oflag &= (TAB3 | ONLCR | OCRNL | ONLRET);
usr.bin/tmux/client.c
347
tio.c_oflag = OPOST|ONLCR;
usr.bin/tmux/tty.c
337
tio.c_oflag &= ~(OPOST|ONLCR|OCRNL|ONLRET);
usr.bin/vi/cl/cl_screen.c
460
clp->ex_enter.c_oflag |= ONLCR | OPOST;
usr.sbin/lpd/lp_stty.c
218
ip->t.c_oflag |= ONLCR;
usr.sbin/lpd/lp_stty.c
221
ip->t.c_oflag &= ~ONLCR;
usr.sbin/lpd/lp_stty.c
429
{ "onlcr", ONLCR, 0 },
usr.sbin/lpd/lp_stty.c
430
{ "-onlcr", 0, ONLCR },
usr.sbin/lpr/lpd/key.c
188
ip->t.c_oflag |= ONLCR;
usr.sbin/lpr/lpd/key.c
191
ip->t.c_oflag &= ~ONLCR;
usr.sbin/lpr/lpd/modes.c
184
{ "onlcr", ONLCR, 0 },
usr.sbin/lpr/lpd/modes.c
185
{ "-onlcr", 0, ONLCR },