Home
last modified time | relevance | path

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

/freebsd-13-stable/usr.sbin/lpr/lpd/
HDmodes.c112 { "igncr", IGNCR, 0 },
113 { "-igncr", 0, IGNCR },
/freebsd-13-stable/bin/stty/
HDmodes.c111 { "igncr", IGNCR, 0 },
112 { "-igncr", 0, IGNCR },
HDprint.c120 put("-igncr", IGNCR, 0); in print()
/freebsd-13-stable/contrib/ncurses/ncurses/trace/
HDlib_tracebits.c119 DATA(IGNCR), in _nc_trace_ttymode()
124 #define ALLIN (BRKINT|IGNBRK|IGNPAR|PARMRK|INPCK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IXOFF) in _nc_trace_ttymode()
/freebsd-13-stable/crypto/openssh/
HDsshtty.c80 tio.c_iflag &= ~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXANY | IXOFF); in enter_raw_mode()
HDttymodes.h110 TTYMODE(IGNCR, c_iflag, 35)
/freebsd-13-stable/contrib/ncurses/include/
HDnc_termios.h102 #define IGNCR 0x00080 macro
/freebsd-13-stable/sys/sys/
HD_termios.h91 #define IGNCR 0x00000080 /* ignore CR */ macro
/freebsd-13-stable/contrib/tcsh/
HDed.term.c41 { "iflag:", ICRNL, (INLCR|IGNCR) },
54 { "iflag:", (INLCR|ICRNL), IGNCR },
116 # ifdef IGNCR
117 { "igncr", IGNCR, M_INPUT },
/freebsd-13-stable/sys/kern/
HDtty_compat.c346 iflag &= ~(PARMRK|IGNPAR|IGNCR|INLCR); in ttcompatsetflags()
419 iflag &= ~(PARMRK|IGNPAR|IGNCR|INLCR); in ttcompatsetlflags()
HDtty_ttydisc.c679 } else if (!CMP_FLAG(i, ICRNL|IGNCR|IMAXBEL|INLCR|ISTRIP|IXON) && in ttydisc_optimize()
1165 if (CMP_FLAG(i, IGNCR)) in ttydisc_rint()
HDtty.c90 IGNCR|ICRNL|IXON|IXOFF|IXANY|IMAXBEL|IUTF8)
/freebsd-13-stable/lib/libc/gen/
HDtermios.c168 t->c_iflag &= ~(IMAXBEL|IXOFF|INPCK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IGNPAR); in cfmakeraw()
/freebsd-13-stable/contrib/libedit/
HDtty.c72 {"iflag:", ICRNL, (INLCR | IGNCR)},
80 {"iflag:", (INLCR | ICRNL), IGNCR},
187 #ifdef IGNCR
188 {"igncr", IGNCR, MD_INP},
/freebsd-13-stable/contrib/ncurses/ncurses/base/
HDlib_newterm.c87 buf.c_iflag &= (unsigned) ~(ICRNL | INLCR | IGNCR); in _nc_initscr()
/freebsd-13-stable/usr.bin/tset/
HDset.c81 mode.c_iflag &= ~(IGNBRK | PARMRK | INPCK | ISTRIP | INLCR | IGNCR in reset_mode()
/freebsd-13-stable/contrib/ncurses/progs/
HDreset_cmd.c236 | IGNCR in reset_tty_settings()
/freebsd-13-stable/sys/compat/linux/
HDlinux_ioctl.c409 if (bios->c_iflag & IGNCR) in bsd_to_linux_termios()
527 bios->c_iflag |= IGNCR; in linux_to_bsd_termios()
/freebsd-13-stable/contrib/ee/
HDnew_curse.c2743 Terminal.c_iflag &= ~IGNCR; /* do not ignore carriage-return */ in nonl()