| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/ |
| H A D | termios.d | 171 enum INLCR = 0x0000040; // 0000100 in version() local 268 enum INLCR = 0x0000040; in version() local 365 enum INLCR = 0x0000040; in version() local 462 enum INLCR = 0x0000040; in version() local 559 enum INLCR = 0x0000040; in version() local 656 enum INLCR = 0x0000040; in version() local 754 enum INLCR = 0x000040; in version() local
|
| /netbsd-src/usr.sbin/lpr/lpd/ |
| H A D | modes.c | 107 { "inlcr", INLCR, 0 }, 108 { "-inlcr", 0, INLCR },
|
| /netbsd-src/external/bsd/tmux/dist/compat/ |
| H A D | cfmakeraw.c | 28 tio->c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON); in cfmakeraw()
|
| /netbsd-src/lib/libc/termios/ |
| H A D | cfmakeraw.c | 61 t->c_iflag &= ~(IMAXBEL|IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON); in __weak_alias()
|
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | sshtty.c | 81 tio.c_iflag &= ~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXANY | IXOFF); in enter_raw_mode()
|
| H A D | ttymodes.h | 110 TTYMODE(INLCR, c_iflag, 34)
|
| /netbsd-src/lib/libedit/ |
| H A D | tty.c | 72 {"iflag:", ICRNL, (INLCR | IGNCR)}, 80 {"iflag:", (INLCR | ICRNL), IGNCR}, 90 {"iflag:", 0, IXON | IXOFF | INLCR | ICRNL}, 184 #ifdef INLCR 185 {"inlcr", INLCR, MD_INP},
|
| /netbsd-src/sys/compat/linux/common/ |
| H A D | linux_termios.h | 203 bts->c_iflag |= cvtto_bsd_mask(lt->c_iflag, LINUX_INLCR, INLCR); in linux32_termio_to_bsd_termios() 291 lt->c_iflag |= cvtto_linux_mask(bts->c_iflag, INLCR, LINUX_INLCR); in bsd_termios_to_linux32_termio() 381 bts->c_iflag |= cvtto_bsd_mask(lts->c_iflag, LINUX_INLCR, INLCR); in linux32_termios_to_bsd_termios() 479 lts->c_iflag |= cvtto_linux_mask(bts->c_iflag, INLCR, LINUX_INLCR); in bsd_termios_to_linux32_termios()
|
| /netbsd-src/sys/sys/ |
| H A D | termios.h | 96 #define INLCR 0x00000040U /* map NL into CR */ macro
|
| /netbsd-src/bin/stty/ |
| H A D | modes.c | 102 { "inlcr", INLCR },
|
| H A D | print.c | 116 put("-inlcr", INLCR, 0); in print()
|
| /netbsd-src/external/gpl3/gdb/dist/readline/readline/examples/ |
| H A D | rlptytest.c | 234 buf.c_iflag &= ~(ICRNL | INLCR); in tty_cbreak()
|
| /netbsd-src/external/gpl3/gdb.old/dist/readline/readline/examples/ |
| H A D | rlptytest.c | 234 buf.c_iflag &= ~(ICRNL | INLCR); in tty_cbreak()
|
| /netbsd-src/usr.bin/tset/ |
| H A D | set.c | 79 mode.c_iflag &= ~(IGNBRK | PARMRK | INPCK | ISTRIP | INLCR | IGNCR in reset_mode()
|
| /netbsd-src/sys/compat/ultrix/ |
| H A D | ultrix_ioctl.c | 157 r |= ((l & 0x00000040) ? INLCR : 0); in stios2btios() 290 r |= ((l & INLCR) ? 0x00000040 : 0); in btios2stios()
|
| /netbsd-src/external/mit/libuv/dist/src/unix/ |
| H A D | tty.c | 252 tio->c_iflag &= ~(IMAXBEL | IGNBRK | BRKINT | PARMRK | ISTRIP | INLCR | in uv__tty_make_raw()
|
| /netbsd-src/sys/compat/sunos/ |
| H A D | sunos_ioctl.c | 139 r |= ((l & 0x00000040) ? INLCR : 0); in stios2btios() 262 r |= ((l & INLCR) ? 0x00000040 : 0); in btios2stios()
|
| /netbsd-src/sys/compat/sunos32/ |
| H A D | sunos32_ioctl.c | 175 r |= ((l & 0x00000040) ? INLCR : 0); in stios2btios() 298 r |= ((l & INLCR) ? 0x00000040 : 0); in btios2stios()
|
| /netbsd-src/external/gpl2/texinfo/dist/info/ |
| H A D | terminal.c | 720 ttybuff.c_iflag &= (~ISTRIP & ~INLCR & ~IGNCR & ~ICRNL & ~IXON); in terminal_prep_terminal()
|
| /netbsd-src/lib/libcurses/ |
| H A D | tty.c | 144 screen->rawt.c_iflag &= ~(IGNBRK | BRKINT | PARMRK | INLCR | IGNCR | in _cursesi_gettmode()
|
| /netbsd-src/bin/csh/ |
| H A D | file.c | 149 tty.c_iflag &= ~INLCR; in back_to_col_1()
|
| /netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
| H A D | rltty.c | 532 tiop->c_iflag &= ~(ICRNL | INLCR); in prepare_terminal_settings()
|
| /netbsd-src/sys/kern/ |
| H A D | tty.c | 742 } else if (c == '\n' && ISSET(iflag, INLCR)) in ttyinput_wlock()
|