Searched refs:OCRNL (Results 1 – 14 of 14) sorted by relevance
| /netbsd-src/usr.bin/tset/ |
| H A 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/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/ |
| H A D | termios.d | 997 enum OCRNL = 0x0000008; // 0000010 in version() local 1032 enum OCRNL = 0x00000010; in version() local 1067 enum OCRNL = 0x00000010; in version() local 1101 enum OCRNL = 0x00000010; in version() local 1135 enum OCRNL = 0x00000010; in version() local 1169 enum OCRNL = 0x00000010; in version() local 1203 enum OCRNL = 0x0000008; in version() local 1239 enum OCRNL = 0x0000008; // 0000010 in version() local
|
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | ttymodes.h | 155 #ifdef OCRNL 156 TTYMODE(OCRNL, c_oflag, 73)
|
| /netbsd-src/external/bsd/less/dist/lesstest/ |
| H A D | term.c | 53 #ifdef OCRNL in set_termio_flags() 54 | OCRNL in set_termio_flags()
|
| /netbsd-src/sys/sys/ |
| H A D | termios.h | 120 #define OCRNL 0x00000010U /* map CR to NL */ macro
|
| /netbsd-src/bin/stty/ |
| H A D | modes.c | 158 { "ocrnl", OCRNL },
|
| H A D | print.c | 133 put("-ocrnl", OCRNL, 0); in print()
|
| /netbsd-src/external/gpl2/texinfo/dist/info/ |
| H A D | terminal.c | 726 #ifdef OCRNL in terminal_prep_terminal() 727 ttybuff.c_oflag &= ~OCRNL; in terminal_prep_terminal()
|
| /netbsd-src/distrib/utils/more/ |
| H A D | screen.c | 183 s.c_oflag &= ~(OCRNL|ONOCR|ONLRET);
|
| /netbsd-src/lib/libedit/ |
| H A D | tty.c | 218 #ifdef OCRNL 219 {"ocrnl", OCRNL, MD_OUT},
|
| /netbsd-src/external/bsd/less/dist/ |
| H A D | screen.c | 367 #ifdef OCRNL in set_termio_flags() 368 | OCRNL in set_termio_flags()
|
| /netbsd-src/sys/kern/ |
| H A D | tty.c | 984 else if (c == '\r' && ISSET(tp->t_oflag, OCRNL)) in ttyoutput()
|
| /netbsd-src/external/bsd/less/dist/lesstest/lt/ |
| H A D | subsearch.lt | 393 #ifdef OCRNL 394 | OCRNL
|
| /netbsd-src/external/gpl2/texinfo/dist/ |
| H A D | ChangeLog.46 | 7583 * info/terminal.c (terminal_prep_terminal): Only use OCRNL and
|