/illumos-gate/usr/src/cmd/ttymon/ |
H A D | sttytable.c | 256 "-nl", ONLCR, (OCRNL|ONLRET), 258 "ocrnl", OCRNL, 0, 259 "-ocrnl", 0, OCRNL, 300 "sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
|
H A D | stty.c | 396 if (m&OCRNL) in prmodes() 635 (void) printf("-ocrnl "+((m&OCRNL) != 0)); in pramodes()
|
/illumos-gate/usr/src/ucbcmd/stty/ |
H A D | sttytable.c | 262 "-nl", ONLCR, (OCRNL|ONLRET), 264 "ocrnl", OCRNL, 0, 265 "-ocrnl", 0, OCRNL, 307 "sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
|
H A D | stty.c | 342 if (m & OCRNL) in prmodes() 577 (void) fprintf(output, "-ocrnl " + ((m & OCRNL) != 0)); in pramodes()
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | setmode.c | 214 "-nl", ONLCR, (OCRNL|ONLRET), 216 "ocrnl", OCRNL, 0, 217 "-ocrnl", 0, OCRNL, 270 "sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
|
H A D | cu.c | 1385 _Tv.c_oflag &= ~(OLCUC | ONLCR | OCRNL | ONOCR | ONLRET); in _mode()
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | newscreen.c | 187 PROGTTYS.c_oflag &= ~(OCRNL|ONLCR); /* why would anyone set OCRNL? */ in newscreen()
|
/illumos-gate/usr/src/ucbcmd/tset/ |
H A D | tset.c | 523 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 D | stty.c | 294 #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 D | termios.h | 219 #define OCRNL 0000010 macro
|
/illumos-gate/usr/src/cmd/tabs/ |
H A D | tabs.c | 530 ttyold.c_oflag &= ~(ONLCR|OCRNL|ONOCR|ONLRET); in settabs()
|
/illumos-gate/usr/src/cmd/csh/ |
H A D | sh.file.c | 95 tty_new.c_oflag &= ~OCRNL; in setup_tty()
|
/illumos-gate/usr/src/cmd/sulogin/ |
H A D | sulogin.c | 360 #define RESET_OFLAG (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL| \
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_termio.c | 812 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 D | in.rlogind.c | 1124 tp.c_oflag &= ~(XTABS|OCRNL); in doit()
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | ldterm.c | 3684 if (c == '\r' && (tp->t_modes.c_oflag & OCRNL)) { in ldterm_output_msg()
|