Home
last modified time | relevance | path

Searched refs:OCRNL (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/cmd/ttymon/
H A Dsttytable.c256 "-nl", ONLCR, (OCRNL|ONLRET),
258 "ocrnl", OCRNL, 0,
259 "-ocrnl", 0, OCRNL,
300 "sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
H A Dstty.c396 if (m&OCRNL) in prmodes()
635 (void) printf("-ocrnl "+((m&OCRNL) != 0)); in pramodes()
/illumos-gate/usr/src/ucbcmd/stty/
H A Dsttytable.c262 "-nl", ONLCR, (OCRNL|ONLRET),
264 "ocrnl", OCRNL, 0,
265 "-ocrnl", 0, OCRNL,
307 "sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
H A Dstty.c342 if (m & OCRNL) in prmodes()
577 (void) fprintf(output, "-ocrnl " + ((m & OCRNL) != 0)); in pramodes()
/illumos-gate/usr/src/cmd/bnu/
H A Dsetmode.c214 "-nl", ONLCR, (OCRNL|ONLRET),
216 "ocrnl", OCRNL, 0,
217 "-ocrnl", 0, OCRNL,
270 "sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
H A Dcu.c1385 _Tv.c_oflag &= ~(OLCUC | ONLCR | OCRNL | ONOCR | ONLRET); in _mode()
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dnewscreen.c187 PROGTTYS.c_oflag &= ~(OCRNL|ONLCR); /* why would anyone set OCRNL? */ in newscreen()
/illumos-gate/usr/src/ucbcmd/tset/
H A Dtset.c523 modes.c_oflag &= ~(OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL| in main()
952 if (oldmodes.c_oflag&(TAB3|ONLCR|OCRNL|ONLRET)) { in main()
953 oldmodes.c_oflag &= (TAB3|ONLCR|OCRNL|ONLRET); in main()
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dstty.c294 #ifdef OCRNL
295 { "ocrnl", BIT, O_FLAG, US, OCRNL, OCRNL, C("Translate (do not translate) carriage return to newlin…
/illumos-gate/usr/src/uts/common/sys/
H A Dtermios.h219 #define OCRNL 0000010 macro
/illumos-gate/usr/src/cmd/tabs/
H A Dtabs.c530 ttyold.c_oflag &= ~(ONLCR|OCRNL|ONOCR|ONLRET); in settabs()
/illumos-gate/usr/src/cmd/csh/
H A Dsh.file.c95 tty_new.c_oflag &= ~OCRNL; in setup_tty()
/illumos-gate/usr/src/cmd/sulogin/
H A Dsulogin.c360 #define RESET_OFLAG (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL| \
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c812 td->tio_rtios.c_oflag &= ~(OCRNL | ONLRET); in termio_resume_tty()
820 td->tio_dtios.c_oflag &= ~(OCRNL | ONLRET); in termio_resume_tty()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rlogind.c1124 tp.c_oflag &= ~(XTABS|OCRNL); in doit()
/illumos-gate/usr/src/uts/common/io/
H A Dldterm.c3684 if (c == '\r' && (tp->t_modes.c_oflag & OCRNL)) { in ldterm_output_msg()