Searched refs:OCRNL (Results 1 – 11 of 11) sorted by relevance
| /netbsd/src/usr.bin/tset/ |
| D | set.c | 98 #ifdef OCRNL in reset_mode() 99 | OCRNL in reset_mode() 211 if (oldmode.c_oflag & (TAB3 | ONLCR | OCRNL | ONLRET)) { in set_init() 212 oldmode.c_oflag &= (TAB3 | ONLCR | OCRNL | ONLRET); in set_init()
|
| /netbsd/src/crypto/external/bsd/openssh/dist/ |
| D | ttymodes.h | 155 #ifdef OCRNL 156 TTYMODE(OCRNL, c_oflag, 73)
|
| /netbsd/src/sys/sys/ |
| D | termios.h | 120 #define OCRNL 0x00000010U /* map CR to NL */ macro
|
| /netbsd/src/bin/stty/ |
| D | modes.c | 158 { "ocrnl", OCRNL },
|
| D | print.c | 133 put("-ocrnl", OCRNL, 0); in print()
|
| /netbsd/src/distrib/utils/more/ |
| D | screen.c | 183 s.c_oflag &= ~(OCRNL|ONOCR|ONLRET);
|
| /netbsd/src/lib/libedit/ |
| D | tty.c | 218 #ifdef OCRNL 219 {"ocrnl", OCRNL, MD_OUT},
|
| /netbsd/src/external/bsd/less/dist/ |
| D | screen.c | 367 #ifdef OCRNL in set_termio_flags() 368 | OCRNL in set_termio_flags()
|
| /netbsd/src/sys/kern/ |
| D | tty.c | 984 else if (c == '\r' && ISSET(tp->t_oflag, OCRNL)) in ttyoutput()
|
| /netbsd/src/external/bsd/tmux/dist/ |
| D | tty.c | 325 tio.c_oflag &= ~(OPOST|ONLCR|OCRNL|ONLRET); in tty_start_tty()
|
| /netbsd/src/doc/ |
| D | CHANGES.prev | 3374 termios(4): Added OCRNL output processing. [kleink 19970401]
|