Symbol: INLCR
bin/csh/file.c
149
tty.c_iflag &= ~INLCR;
bin/ksh/edit.c
227
cb.c_iflag &= ~(INLCR|ICRNL);
bin/stty/modes.c
102
{ "inlcr", INLCR },
bin/stty/print.c
116
put("-inlcr", INLCR, 0);
lib/libc/termios/cfmakeraw.c
61
t->c_iflag &= ~(IMAXBEL|IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON);
lib/libcurses/tty.c
144
screen->rawt.c_iflag &= ~(IGNBRK | BRKINT | PARMRK | INLCR | IGNCR |
lib/libedit/tty.c
184
#ifdef INLCR
lib/libedit/tty.c
185
{"inlcr", INLCR, MD_INP},
lib/libedit/tty.c
72
{"iflag:", ICRNL, (INLCR | IGNCR)},
lib/libedit/tty.c
80
{"iflag:", (INLCR | ICRNL), IGNCR},
lib/libedit/tty.c
90
{"iflag:", 0, IXON | IXOFF | INLCR | ICRNL},
sys/compat/linux/common/linux_termios.h
203
bts->c_iflag |= cvtto_bsd_mask(lt->c_iflag, LINUX_INLCR, INLCR);
sys/compat/linux/common/linux_termios.h
291
lt->c_iflag |= cvtto_linux_mask(bts->c_iflag, INLCR, LINUX_INLCR);
sys/compat/linux/common/linux_termios.h
381
bts->c_iflag |= cvtto_bsd_mask(lts->c_iflag, LINUX_INLCR, INLCR);
sys/compat/linux/common/linux_termios.h
479
lts->c_iflag |= cvtto_linux_mask(bts->c_iflag, INLCR, LINUX_INLCR);
sys/compat/sunos/sunos_ioctl.c
139
r |= ((l & 0x00000040) ? INLCR : 0);
sys/compat/sunos/sunos_ioctl.c
262
r |= ((l & INLCR) ? 0x00000040 : 0);
sys/compat/sunos32/sunos32_ioctl.c
175
r |= ((l & 0x00000040) ? INLCR : 0);
sys/compat/sunos32/sunos32_ioctl.c
298
r |= ((l & INLCR) ? 0x00000040 : 0);
sys/compat/ultrix/ultrix_ioctl.c
157
r |= ((l & 0x00000040) ? INLCR : 0);
sys/compat/ultrix/ultrix_ioctl.c
290
r |= ((l & INLCR) ? 0x00000040 : 0);
sys/kern/tty.c
742
} else if (c == '\n' && ISSET(iflag, INLCR))
usr.bin/tset/set.c
79
mode.c_iflag &= ~(IGNBRK | PARMRK | INPCK | ISTRIP | INLCR | IGNCR
usr.sbin/lpr/lpd/modes.c
107
{ "inlcr", INLCR, 0 },
usr.sbin/lpr/lpd/modes.c
108
{ "-inlcr", 0, INLCR },