Home
last modified time | relevance | path

Searched refs:IGNCR (Results 1 – 24 of 24) sorted by relevance

/NextBSD/usr.sbin/lpr/lpd/
HDmodes.c112 { "igncr", IGNCR, 0 },
113 { "-igncr", 0, IGNCR },
/NextBSD/contrib/ncurses/ncurses/trace/
HDlib_tracebits.c115 {IGNCR, "IGNC"}, in _nc_trace_ttymode()
120 #define ALLIN (BRKINT|IGNBRK|IGNPAR|PARMRK|INPCK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IXOFF) in _nc_trace_ttymode()
/NextBSD/bin/stty/
HDmodes.c112 { "igncr", IGNCR, 0 },
113 { "-igncr", 0, IGNCR },
HDprint.c122 put("-igncr", IGNCR, 0); in print()
/NextBSD/crypto/openssh/
HDsshtty.c80 tio.c_iflag &= ~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXANY | IXOFF); in enter_raw_mode()
HDttymodes.h119 TTYMODE(IGNCR, c_iflag, 35)
/NextBSD/sys/sys/
HD_termios.h90 #define IGNCR 0x00000080 /* ignore CR */ macro
/NextBSD/contrib/ncurses/include/
HDnc_termios.h86 #define IGNCR 0000200 macro
/NextBSD/contrib/ntp/lib/isc/unix/
HDkeyboard.c59 ~(IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON); in isc_keyboard_open()
/NextBSD/contrib/tcsh/
HDed.term.c44 { "iflag:", ICRNL, (INLCR|IGNCR) },
57 { "iflag:", (INLCR|ICRNL), IGNCR },
119 # ifdef IGNCR
120 { "igncr", IGNCR, M_INPUT },
/NextBSD/sys/kern/
HDtty_compat.c346 iflag &= ~(PARMRK|IGNPAR|IGNCR|INLCR); in ttcompatsetflags()
419 iflag &= ~(PARMRK|IGNPAR|IGNCR|INLCR); in ttcompatsetlflags()
HDtty_ttydisc.c583 } else if (!CMP_FLAG(i, ICRNL|IGNCR|IMAXBEL|INLCR|ISTRIP|IXON) && in ttydisc_optimize()
978 if (CMP_FLAG(i, IGNCR)) in ttydisc_rint()
HDtty.c87 INLCR|IGNCR|ICRNL|IXON|IXOFF|IXANY|IMAXBEL)
/NextBSD/lib/libc/gen/
HDtermios.c170 t->c_iflag &= ~(IMAXBEL|IXOFF|INPCK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IGNPAR); in cfmakeraw()
/NextBSD/lib/libedit/
HDtty.c71 {"iflag:", ICRNL, (INLCR | IGNCR)},
79 {"iflag:", (INLCR | ICRNL), IGNCR},
186 #ifdef IGNCR
187 {"igncr", IGNCR, MD_INP},
/NextBSD/contrib/ncurses/ncurses/base/
HDlib_newterm.c85 buf.c_iflag &= (unsigned) ~(ICRNL | INLCR | IGNCR); in _nc_initscr()
/NextBSD/usr.bin/tset/
HDset.c82 mode.c_iflag &= ~(IGNBRK | PARMRK | INPCK | ISTRIP | INLCR | IGNCR in reset_mode()
/NextBSD/sys/i386/ibcs2/
HDibcs2_ioctl.c133 if (l & IBCS2_IGNCR) r |= IGNCR;
227 if (l & IGNCR) r |= IBCS2_IGNCR;
/NextBSD/contrib/gdb/gdb/tui/
HDtui.c529 mode.c_iflag &= ~(IGNBRK | PARMRK | INPCK | INLCR | IGNCR | IUCLC | IXOFF);
/NextBSD/contrib/ncurses/progs/
HDtset.c796 mode.c_iflag &= ~((unsigned) (IGNBRK | PARMRK | INPCK | ISTRIP | INLCR | IGNCR in reset_mode()
/NextBSD/sys/dev/cy/
HDcy.c1418 if (iflag & IGNCR) in cyparam()
/NextBSD/sys/compat/linux/
HDlinux_ioctl.c418 if (bios->c_iflag & IGNCR) in bsd_to_linux_termios()
560 bios->c_iflag |= IGNCR; in linux_to_bsd_termios()
/NextBSD/sys/dev/cx/
HDif_cx.c1325 #define CONDITION(t,tp) (!(t->c_iflag & (ICRNL | IGNCR | IMAXBEL | INLCR | ISTRIP | IXON))\
/NextBSD/contrib/ee/
HDnew_curse.c2743 Terminal.c_iflag &= ~IGNCR; /* do not ignore carriage-return */ in nonl()