Searched refs:INLCR (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-11-stable/crypto/openssh/
H A Dsshtty.c80 tio.c_iflag &= ~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXANY | IXOFF);
H A Dttymodes.h118 TTYMODE(INLCR, c_iflag, 34)
/freebsd-11-stable/contrib/ncurses/ncurses/trace/
H A Dlib_tracebits.c114 {INLCR, "INLCR"},
120 #define ALLIN (BRKINT|IGNBRK|IGNPAR|PARMRK|INPCK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IXOFF)
/freebsd-11-stable/bin/stty/
H A Dmodes.c110 { "inlcr", INLCR, 0 },
111 { "-inlcr", 0, INLCR },
H A Dprint.c121 put("-inlcr", INLCR, 0);
/freebsd-11-stable/usr.sbin/lpr/lpd/
H A Dmodes.c110 { "inlcr", INLCR, 0 },
111 { "-inlcr", 0, INLCR },
/freebsd-11-stable/contrib/ncurses/include/
H A Dnc_termios.h85 #define INLCR 0000100 macro
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Dkeyboard.c59 ~(IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON);
/freebsd-11-stable/sys/sys/
H A D_termios.h89 #define INLCR 0x00000040 /* map NL into CR */ macro
/freebsd-11-stable/contrib/libreadline/examples/
H A Drlptytest.c227 buf.c_iflag &= ~(ICRNL | INLCR);
/freebsd-11-stable/lib/libc/gen/
H A Dtermios.c170 t->c_iflag &= ~(IMAXBEL|IXOFF|INPCK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IGNPAR);
/freebsd-11-stable/sys/kern/
H A Dtty_compat.c346 iflag &= ~(PARMRK|IGNPAR|IGNCR|INLCR);
419 iflag &= ~(PARMRK|IGNPAR|IGNCR|INLCR);
H A Dtty_ttydisc.c580 } else if (!CMP_FLAG(i, ICRNL|IGNCR|IMAXBEL|INLCR|ISTRIP|IXON) &&
981 if (CMP_FLAG(i, INLCR))
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_newterm.c85 buf.c_iflag &= (unsigned) ~(ICRNL | INLCR | IGNCR);
/freebsd-11-stable/usr.bin/tset/
H A Dset.c82 mode.c_iflag &= ~(IGNBRK | PARMRK | INPCK | ISTRIP | INLCR | IGNCR
/freebsd-11-stable/contrib/tcsh/
H A Ded.term.c41 { "iflag:", ICRNL, (INLCR|IGNCR) },
54 { "iflag:", (INLCR|ICRNL), IGNCR },
113 # ifdef INLCR
114 { "inlcr", INLCR, M_INPUT },
115 # endif /* INLCR */
H A Dsh.file.c182 tty.c_iflag &= ~INLCR;
/freebsd-11-stable/lib/libedit/
H A Dtty.c73 {"iflag:", ICRNL, (INLCR | IGNCR)},
81 {"iflag:", (INLCR | ICRNL), IGNCR},
91 {"iflag:", 0, IXON | IXOFF | INLCR | ICRNL},
185 #ifdef INLCR
186 {"inlcr", INLCR, MD_INP},
187 #endif /* INLCR */
/freebsd-11-stable/contrib/gdb/gdb/tui/
H A Dtui.c529 mode.c_iflag &= ~(IGNBRK | PARMRK | INPCK | INLCR | IGNCR | IUCLC | IXOFF);
/freebsd-11-stable/sys/i386/ibcs2/
H A Dibcs2_ioctl.c132 if (l & IBCS2_INLCR) r |= INLCR;
226 if (l & INLCR) r |= IBCS2_INLCR;
/freebsd-11-stable/contrib/libreadline/
H A Drltty.c604 tiop->c_iflag &= ~(ICRNL | INLCR);
/freebsd-11-stable/contrib/ncurses/progs/
H A Dtset.c796 mode.c_iflag &= ~((unsigned) (IGNBRK | PARMRK | INPCK | ISTRIP | INLCR | IGNCR
/freebsd-11-stable/sys/dev/cy/
H A Dcy.c1423 * have ICRNL && INLCR being done in both layers, or to have
1428 if (iflag & INLCR)
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_ioctl.c437 if (bios->c_iflag & INLCR)
579 bios->c_iflag |= INLCR;
/freebsd-11-stable/sys/dev/cx/
H A Dif_cx.c1326 #define CONDITION(t,tp) (!(t->c_iflag & (ICRNL | IGNCR | IMAXBEL | INLCR | ISTRIP | IXON))\

Completed in 184 milliseconds

12