| /freebsd-9-stable/usr.sbin/lpr/lpd/ |
| D | modes.c | 110 { "inlcr", INLCR, 0 }, 111 { "-inlcr", 0, INLCR },
|
| /freebsd-9-stable/contrib/ncurses/ncurses/trace/ |
| D | lib_tracebits.c | 117 {INLCR, "INLCR"}, in _nc_trace_ttymode() 123 #define ALLIN (BRKINT|IGNBRK|IGNPAR|PARMRK|INPCK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IXOFF) in _nc_trace_ttymode()
|
| /freebsd-9-stable/bin/stty/ |
| D | modes.c | 110 { "inlcr", INLCR, 0 }, 111 { "-inlcr", 0, INLCR },
|
| D | print.c | 121 put("-inlcr", INLCR, 0); in print()
|
| /freebsd-9-stable/crypto/openssh/ |
| D | sshtty.c | 80 tio.c_iflag &= ~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXANY | IXOFF); in enter_raw_mode()
|
| D | ttymodes.h | 118 TTYMODE(INLCR, c_iflag, 34)
|
| /freebsd-9-stable/sys/sys/ |
| D | _termios.h | 89 #define INLCR 0x00000040 /* map NL into CR */ macro
|
| /freebsd-9-stable/contrib/bind9/lib/isc/unix/ |
| D | keyboard.c | 59 ~(IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON); in isc_keyboard_open()
|
| /freebsd-9-stable/contrib/ntp/lib/isc/unix/ |
| D | keyboard.c | 59 ~(IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON); in isc_keyboard_open()
|
| /freebsd-9-stable/contrib/tcsh/ |
| D | ed.term.c | 44 { "iflag:", ICRNL, (INLCR|IGNCR) }, 57 { "iflag:", (INLCR|ICRNL), IGNCR }, 116 # ifdef INLCR 117 { "inlcr", INLCR, M_INPUT },
|
| D | sh.file.c | 185 tty.c_iflag &= ~INLCR; in back_to_col_1()
|
| /freebsd-9-stable/lib/libedit/ |
| D | tty.c | 63 {"iflag:", ICRNL, (INLCR | IGNCR)}, 71 {"iflag:", (INLCR | ICRNL), IGNCR}, 81 {"iflag:", 0, IXON | IXOFF | INLCR | ICRNL}, 175 #ifdef INLCR 176 {"inlcr", INLCR, MD_INP},
|
| /freebsd-9-stable/contrib/ncurses/ncurses/base/ |
| D | lib_newterm.c | 78 buf.c_iflag &= ~(ICRNL | INLCR | IGNCR); in _nc_initscr()
|
| /freebsd-9-stable/sys/kern/ |
| D | tty_compat.c | 346 iflag &= ~(PARMRK|IGNPAR|IGNCR|INLCR); in ttcompatsetflags() 419 iflag &= ~(PARMRK|IGNPAR|IGNCR|INLCR); in ttcompatsetlflags()
|
| D | tty_ttydisc.c | 583 } else if (!CMP_FLAG(i, ICRNL|IGNCR|IMAXBEL|INLCR|ISTRIP|IXON) && in ttydisc_optimize() 985 if (CMP_FLAG(i, INLCR)) in ttydisc_rint()
|
| /freebsd-9-stable/lib/libc/gen/ |
| D | termios.c | 168 t->c_iflag &= ~(IMAXBEL|IXOFF|INPCK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IGNPAR); in cfmakeraw()
|
| /freebsd-9-stable/contrib/libreadline/examples/ |
| D | rlptytest.c | 227 buf.c_iflag &= ~(ICRNL | INLCR); in tty_cbreak()
|
| /freebsd-9-stable/usr.bin/tset/ |
| D | set.c | 82 mode.c_iflag &= ~(IGNBRK | PARMRK | INPCK | ISTRIP | INLCR | IGNCR in reset_mode()
|
| /freebsd-9-stable/sys/i386/ibcs2/ |
| D | ibcs2_ioctl.c | 132 if (l & IBCS2_INLCR) r |= INLCR; 226 if (l & INLCR) r |= IBCS2_INLCR;
|
| /freebsd-9-stable/contrib/gdb/gdb/tui/ |
| D | tui.c | 529 mode.c_iflag &= ~(IGNBRK | PARMRK | INPCK | INLCR | IGNCR | IUCLC | IXOFF);
|
| /freebsd-9-stable/contrib/texinfo/info/ |
| D | terminal.c | 717 ttybuff.c_iflag &= (~ISTRIP & ~INLCR & ~IGNCR & ~ICRNL & ~IXON); in terminal_prep_terminal()
|
| /freebsd-9-stable/contrib/libreadline/ |
| D | rltty.c | 604 tiop->c_iflag &= ~(ICRNL | INLCR);
|
| /freebsd-9-stable/contrib/ncurses/progs/ |
| D | tset.c | 773 mode.c_iflag &= ~(IGNBRK | PARMRK | INPCK | ISTRIP | INLCR | IGNCR in reset_mode()
|
| /freebsd-9-stable/sys/compat/linux/ |
| D | linux_ioctl.c | 413 if (bios->c_iflag & INLCR) in bsd_to_linux_termios() 555 bios->c_iflag |= INLCR; in linux_to_bsd_termios()
|
| /freebsd-9-stable/sys/dev/cy/ |
| D | cy.c | 1428 if (iflag & INLCR) in cyparam()
|