Searched refs:IGNCR (Results 1 – 18 of 18) sorted by relevance
| /netbsd/src/usr.sbin/lpr/lpd/ |
| D | modes.c | 109 { "igncr", IGNCR, 0 }, 110 { "-igncr", 0, IGNCR },
|
| /netbsd/src/external/bsd/tmux/dist/compat/ |
| D | cfmakeraw.c | 28 tio->c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON); in cfmakeraw()
|
| /netbsd/src/lib/libc/termios/ |
| 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/ |
| D | sshtty.c | 81 tio.c_iflag &= ~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXANY | IXOFF); in enter_raw_mode()
|
| D | ttymodes.h | 111 TTYMODE(IGNCR, c_iflag, 35)
|
| /netbsd/src/sys/compat/linux/common/ |
| D | linux_termios.h | 204 bts->c_iflag |= cvtto_bsd_mask(lt->c_iflag, LINUX_IGNCR, IGNCR); in linux32_termio_to_bsd_termios() 292 lt->c_iflag |= cvtto_linux_mask(bts->c_iflag, IGNCR, LINUX_IGNCR); in bsd_termios_to_linux32_termio() 382 bts->c_iflag |= cvtto_bsd_mask(lts->c_iflag, LINUX_IGNCR, IGNCR); in linux32_termios_to_bsd_termios() 480 lts->c_iflag |= cvtto_linux_mask(bts->c_iflag, IGNCR, LINUX_IGNCR); in bsd_termios_to_linux32_termios()
|
| /netbsd/src/external/bsd/ppp/dist/pppd/ |
| D | termios_linux.h | 188 t->c_iflag &= ~(IGNBRK | BRKINT | PARMRK | ISTRIP | INLCR | IGNCR | in cfmakeraw()
|
| /netbsd/src/sys/sys/ |
| D | termios.h | 97 #define IGNCR 0x00000080U /* ignore CR */ macro
|
| /netbsd/src/bin/stty/ |
| D | modes.c | 103 { "igncr", IGNCR },
|
| D | print.c | 117 put("-igncr", IGNCR, 0); in print()
|
| /netbsd/src/lib/libedit/ |
| D | tty.c | 72 {"iflag:", ICRNL, (INLCR | IGNCR)}, 80 {"iflag:", (INLCR | ICRNL), IGNCR}, 187 #ifdef IGNCR 188 {"igncr", IGNCR, MD_INP},
|
| /netbsd/src/usr.bin/tset/ |
| D | set.c | 79 mode.c_iflag &= ~(IGNBRK | PARMRK | INPCK | ISTRIP | INLCR | IGNCR in reset_mode()
|
| /netbsd/src/sys/compat/ultrix/ |
| D | ultrix_ioctl.c | 158 r |= ((l & 0x00000080) ? IGNCR : 0); in stios2btios() 291 r |= ((l & IGNCR) ? 0x00000080 : 0); in btios2stios()
|
| /netbsd/src/sys/compat/sunos/ |
| D | sunos_ioctl.c | 140 r |= ((l & 0x00000080) ? IGNCR : 0); in stios2btios() 263 r |= ((l & IGNCR) ? 0x00000080 : 0); in btios2stios()
|
| /netbsd/src/sys/compat/sunos32/ |
| D | sunos32_ioctl.c | 176 r |= ((l & 0x00000080) ? IGNCR : 0); in stios2btios() 299 r |= ((l & IGNCR) ? 0x00000080 : 0); in btios2stios()
|
| /netbsd/src/lib/libcurses/ |
| D | tty.c | 144 screen->rawt.c_iflag &= ~(IGNBRK | BRKINT | PARMRK | INLCR | IGNCR | in _cursesi_gettmode()
|
| /netbsd/src/sys/kern/ |
| D | tty.c | 738 if (ISSET(iflag, IGNCR)) in ttyinput_wlock()
|
| /netbsd/src/external/bsd/tmux/dist/ |
| D | tty.c | 323 tio.c_iflag &= ~(IXON|IXOFF|ICRNL|INLCR|IGNCR|IMAXBEL|ISTRIP); in tty_start_tty()
|