Home
last modified time | relevance | path

Searched refs:INLCR (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-9-stable/usr.sbin/lpr/lpd/
Dmodes.c110 { "inlcr", INLCR, 0 },
111 { "-inlcr", 0, INLCR },
/freebsd-9-stable/contrib/ncurses/ncurses/trace/
Dlib_tracebits.c117 {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/
Dmodes.c110 { "inlcr", INLCR, 0 },
111 { "-inlcr", 0, INLCR },
Dprint.c121 put("-inlcr", INLCR, 0); in print()
/freebsd-9-stable/crypto/openssh/
Dsshtty.c80 tio.c_iflag &= ~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXANY | IXOFF); in enter_raw_mode()
Dttymodes.h118 TTYMODE(INLCR, c_iflag, 34)
/freebsd-9-stable/sys/sys/
D_termios.h89 #define INLCR 0x00000040 /* map NL into CR */ macro
/freebsd-9-stable/contrib/bind9/lib/isc/unix/
Dkeyboard.c59 ~(IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON); in isc_keyboard_open()
/freebsd-9-stable/contrib/ntp/lib/isc/unix/
Dkeyboard.c59 ~(IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON); in isc_keyboard_open()
/freebsd-9-stable/contrib/tcsh/
Ded.term.c44 { "iflag:", ICRNL, (INLCR|IGNCR) },
57 { "iflag:", (INLCR|ICRNL), IGNCR },
116 # ifdef INLCR
117 { "inlcr", INLCR, M_INPUT },
Dsh.file.c185 tty.c_iflag &= ~INLCR; in back_to_col_1()
/freebsd-9-stable/lib/libedit/
Dtty.c63 {"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/
Dlib_newterm.c78 buf.c_iflag &= ~(ICRNL | INLCR | IGNCR); in _nc_initscr()
/freebsd-9-stable/sys/kern/
Dtty_compat.c346 iflag &= ~(PARMRK|IGNPAR|IGNCR|INLCR); in ttcompatsetflags()
419 iflag &= ~(PARMRK|IGNPAR|IGNCR|INLCR); in ttcompatsetlflags()
Dtty_ttydisc.c583 } 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/
Dtermios.c168 t->c_iflag &= ~(IMAXBEL|IXOFF|INPCK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IGNPAR); in cfmakeraw()
/freebsd-9-stable/contrib/libreadline/examples/
Drlptytest.c227 buf.c_iflag &= ~(ICRNL | INLCR); in tty_cbreak()
/freebsd-9-stable/usr.bin/tset/
Dset.c82 mode.c_iflag &= ~(IGNBRK | PARMRK | INPCK | ISTRIP | INLCR | IGNCR in reset_mode()
/freebsd-9-stable/sys/i386/ibcs2/
Dibcs2_ioctl.c132 if (l & IBCS2_INLCR) r |= INLCR;
226 if (l & INLCR) r |= IBCS2_INLCR;
/freebsd-9-stable/contrib/gdb/gdb/tui/
Dtui.c529 mode.c_iflag &= ~(IGNBRK | PARMRK | INPCK | INLCR | IGNCR | IUCLC | IXOFF);
/freebsd-9-stable/contrib/texinfo/info/
Dterminal.c717 ttybuff.c_iflag &= (~ISTRIP & ~INLCR & ~IGNCR & ~ICRNL & ~IXON); in terminal_prep_terminal()
/freebsd-9-stable/contrib/libreadline/
Drltty.c604 tiop->c_iflag &= ~(ICRNL | INLCR);
/freebsd-9-stable/contrib/ncurses/progs/
Dtset.c773 mode.c_iflag &= ~(IGNBRK | PARMRK | INPCK | ISTRIP | INLCR | IGNCR in reset_mode()
/freebsd-9-stable/sys/compat/linux/
Dlinux_ioctl.c413 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/
Dcy.c1428 if (iflag & INLCR) in cyparam()

12