Searched refs:IGNCR (Results 1 – 19 of 19) sorted by relevance
| /freebsd-13-stable/usr.sbin/lpr/lpd/ |
| HD | modes.c | 112 { "igncr", IGNCR, 0 }, 113 { "-igncr", 0, IGNCR },
|
| /freebsd-13-stable/bin/stty/ |
| HD | modes.c | 111 { "igncr", IGNCR, 0 }, 112 { "-igncr", 0, IGNCR },
|
| HD | print.c | 120 put("-igncr", IGNCR, 0); in print()
|
| /freebsd-13-stable/contrib/ncurses/ncurses/trace/ |
| HD | lib_tracebits.c | 119 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/ |
| HD | sshtty.c | 80 tio.c_iflag &= ~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXANY | IXOFF); in enter_raw_mode()
|
| HD | ttymodes.h | 110 TTYMODE(IGNCR, c_iflag, 35)
|
| /freebsd-13-stable/contrib/ncurses/include/ |
| HD | nc_termios.h | 102 #define IGNCR 0x00080 macro
|
| /freebsd-13-stable/sys/sys/ |
| HD | _termios.h | 91 #define IGNCR 0x00000080 /* ignore CR */ macro
|
| /freebsd-13-stable/contrib/tcsh/ |
| HD | ed.term.c | 41 { "iflag:", ICRNL, (INLCR|IGNCR) }, 54 { "iflag:", (INLCR|ICRNL), IGNCR }, 116 # ifdef IGNCR 117 { "igncr", IGNCR, M_INPUT },
|
| /freebsd-13-stable/sys/kern/ |
| HD | tty_compat.c | 346 iflag &= ~(PARMRK|IGNPAR|IGNCR|INLCR); in ttcompatsetflags() 419 iflag &= ~(PARMRK|IGNPAR|IGNCR|INLCR); in ttcompatsetlflags()
|
| HD | tty_ttydisc.c | 679 } else if (!CMP_FLAG(i, ICRNL|IGNCR|IMAXBEL|INLCR|ISTRIP|IXON) && in ttydisc_optimize() 1165 if (CMP_FLAG(i, IGNCR)) in ttydisc_rint()
|
| HD | tty.c | 90 IGNCR|ICRNL|IXON|IXOFF|IXANY|IMAXBEL|IUTF8)
|
| /freebsd-13-stable/lib/libc/gen/ |
| HD | termios.c | 168 t->c_iflag &= ~(IMAXBEL|IXOFF|INPCK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IGNPAR); in cfmakeraw()
|
| /freebsd-13-stable/contrib/libedit/ |
| HD | tty.c | 72 {"iflag:", ICRNL, (INLCR | IGNCR)}, 80 {"iflag:", (INLCR | ICRNL), IGNCR}, 187 #ifdef IGNCR 188 {"igncr", IGNCR, MD_INP},
|
| /freebsd-13-stable/contrib/ncurses/ncurses/base/ |
| HD | lib_newterm.c | 87 buf.c_iflag &= (unsigned) ~(ICRNL | INLCR | IGNCR); in _nc_initscr()
|
| /freebsd-13-stable/usr.bin/tset/ |
| HD | set.c | 81 mode.c_iflag &= ~(IGNBRK | PARMRK | INPCK | ISTRIP | INLCR | IGNCR in reset_mode()
|
| /freebsd-13-stable/contrib/ncurses/progs/ |
| HD | reset_cmd.c | 236 | IGNCR in reset_tty_settings()
|
| /freebsd-13-stable/sys/compat/linux/ |
| HD | linux_ioctl.c | 409 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/ |
| HD | new_curse.c | 2743 Terminal.c_iflag &= ~IGNCR; /* do not ignore carriage-return */ in nonl()
|