/titanic_44/usr/src/cmd/ttymon/ |
H A D | sttytable.c | 248 "-nl", ONLCR, (OCRNL|ONLRET), 250 "ocrnl", OCRNL, 0, 251 "-ocrnl", 0, OCRNL, 292 "sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
|
H A D | stty.c | 392 if (m&OCRNL) in prmodes() 628 (void) printf("-ocrnl "+((m&OCRNL) != 0)); in pramodes()
|
/titanic_44/usr/src/ucbcmd/stty/ |
H A D | sttytable.c | 254 "-nl", ONLCR, (OCRNL|ONLRET), 256 "ocrnl", OCRNL, 0, 257 "-ocrnl", 0, OCRNL, 299 "sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
|
H A D | stty.c | 341 if (m & OCRNL) in prmodes() 576 (void) fprintf(output, "-ocrnl " + ((m & OCRNL) != 0)); in pramodes()
|
/titanic_44/usr/src/cmd/ssh/include/ |
H A D | ttymodes.h | 177 #ifdef OCRNL 178 TTYMODE(OCRNL, c_oflag, 73)
|
/titanic_44/usr/src/cmd/bnu/ |
H A D | setmode.c | 216 "-nl", ONLCR, (OCRNL|ONLRET), 218 "ocrnl", OCRNL, 0, 219 "-ocrnl", 0, OCRNL, 272 "sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
|
H A D | cu.c | 1392 _Tv.c_oflag &= ~(OLCUC | ONLCR | OCRNL | ONOCR | ONLRET); in _mode()
|
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | termios.h | 133 #define OCRNL 0x00000008 macro
|
/titanic_44/usr/src/lib/libbc/inc/include/ |
H A D | termios.h | 133 #define OCRNL 0x00000008 macro
|
/titanic_44/usr/src/lib/libcurses/screen/ |
H A D | newscreen.c | 185 PROGTTYS.c_oflag &= ~(OCRNL|ONLCR); /* why would anyone set OCRNL? */ in newscreen()
|
/titanic_44/usr/src/lib/libcmd/common/ |
H A D | stty.c | 292 #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 D | tset.c | 519 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 D | termios.h | 217 #define OCRNL 0000010 macro
|
/titanic_44/usr/src/cmd/tabs/ |
H A D | tabs.c | 532 ttyold.c_oflag &= ~(ONLCR|OCRNL|ONOCR|ONLRET); in settabs()
|
/titanic_44/usr/src/cmd/csh/ |
H A D | sh.file.c | 97 tty_new.c_oflag &= ~OCRNL; in setup_tty()
|
/titanic_44/usr/src/cmd/sulogin/ |
H A D | sulogin.c | 359 #define RESET_OFLAG (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL| \
|
/titanic_44/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_termio.c | 757 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 D | in.rlogind.c | 1124 tp.c_oflag &= ~(XTABS|OCRNL); in doit()
|
/titanic_44/usr/src/uts/common/io/ |
H A D | ldterm.c | 3665 if (c == '\r' && (tp->t_modes.c_oflag & OCRNL)) { in ldterm_output_msg()
|