Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ttymon/
H A Dsttytable.c248 "-nl", ONLCR, (OCRNL|ONLRET),
250 "ocrnl", OCRNL, 0,
251 "-ocrnl", 0, OCRNL,
292 "sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
H A Dstty.c392 if (m&OCRNL) in prmodes()
628 (void) printf("-ocrnl "+((m&OCRNL) != 0)); in pramodes()
/titanic_44/usr/src/ucbcmd/stty/
H A Dsttytable.c254 "-nl", ONLCR, (OCRNL|ONLRET),
256 "ocrnl", OCRNL, 0,
257 "-ocrnl", 0, OCRNL,
299 "sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
H A Dstty.c341 if (m & OCRNL) in prmodes()
576 (void) fprintf(output, "-ocrnl " + ((m & OCRNL) != 0)); in pramodes()
/titanic_44/usr/src/cmd/ssh/include/
H A Dttymodes.h177 #ifdef OCRNL
178 TTYMODE(OCRNL, c_oflag, 73)
/titanic_44/usr/src/cmd/bnu/
H A Dsetmode.c216 "-nl", ONLCR, (OCRNL|ONLRET),
218 "ocrnl", OCRNL, 0,
219 "-ocrnl", 0, OCRNL,
272 "sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
H A Dcu.c1392 _Tv.c_oflag &= ~(OLCUC | ONLCR | OCRNL | ONOCR | ONLRET); in _mode()
/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dtermios.h133 #define OCRNL 0x00000008 macro
/titanic_44/usr/src/lib/libbc/inc/include/
H A Dtermios.h133 #define OCRNL 0x00000008 macro
/titanic_44/usr/src/lib/libcurses/screen/
H A Dnewscreen.c185 PROGTTYS.c_oflag &= ~(OCRNL|ONLCR); /* why would anyone set OCRNL? */ in newscreen()
/titanic_44/usr/src/lib/libcmd/common/
H A Dstty.c292 #ifdef OCRNL
293 { "ocrnl", BIT, O_FLAG, US, OCRNL, OCRNL, C("Translate (do not translate) carriage return to newlin…
/titanic_44/usr/src/ucbcmd/tset/
H A Dtset.c519 modes.c_oflag &= ~(OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL| in main()
950 if (oldmodes.c_oflag&(TAB3|ONLCR|OCRNL|ONLRET)) { in main()
951 oldmodes.c_oflag &= (TAB3|ONLCR|OCRNL|ONLRET); in main()
/titanic_44/usr/src/uts/common/sys/
H A Dtermios.h217 #define OCRNL 0000010 macro
/titanic_44/usr/src/cmd/tabs/
H A Dtabs.c532 ttyold.c_oflag &= ~(ONLCR|OCRNL|ONOCR|ONLRET); in settabs()
/titanic_44/usr/src/cmd/csh/
H A Dsh.file.c97 tty_new.c_oflag &= ~OCRNL; in setup_tty()
/titanic_44/usr/src/cmd/sulogin/
H A Dsulogin.c359 #define RESET_OFLAG (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL| \
/titanic_44/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c757 td->tio_rtios.c_oflag &= ~(OCRNL | ONLRET); in termio_resume_tty()
765 td->tio_dtios.c_oflag &= ~(OCRNL | ONLRET); in termio_resume_tty()
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rlogind.c1124 tp.c_oflag &= ~(XTABS|OCRNL); in doit()
/titanic_44/usr/src/uts/common/io/
H A Dldterm.c3665 if (c == '\r' && (tp->t_modes.c_oflag & OCRNL)) { in ldterm_output_msg()