Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/lpr/lpd/
H A Dmodes.c107 { "igncr", IGNCR, 0 },
108 { "-igncr", 0, IGNCR },
/dragonfly/bin/stty/
H A Dmodes.c107 { "igncr", IGNCR, 0 },
108 { "-igncr", 0, IGNCR },
H A Dprint.c117 put("-igncr", IGNCR, 0); in print()
/dragonfly/contrib/ncurses/ncurses/trace/
H A Dlib_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()
/dragonfly/crypto/openssh/
H A Dsshtty.c80 tio.c_iflag &= ~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXANY | IXOFF); in enter_raw_mode()
H A Dttymodes.h110 TTYMODE(IGNCR, c_iflag, 35)
/dragonfly/contrib/ncurses/include/
H A Dnc_termios.h102 #define IGNCR 0x00080 macro
/dragonfly/sys/sys/
H A D_termios.h90 #define IGNCR 0x00000080 /* ignore CR */ macro
/dragonfly/contrib/tcsh-6/
H A Ded.term.c41 { "iflag:", ICRNL, (INLCR|IGNCR) },
54 { "iflag:", (INLCR|ICRNL), IGNCR },
117 # ifdef IGNCR
118 { "igncr", IGNCR, M_INPUT },
/dragonfly/lib/libc/gen/
H A Dtermios.c170 t->c_iflag &= ~(IMAXBEL|IXOFF|INPCK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IGNPAR); in cfmakeraw()
/dragonfly/contrib/libedit/src/
H A Dtty.c72 {"iflag:", ICRNL, (INLCR | IGNCR)},
80 {"iflag:", (INLCR | ICRNL), IGNCR},
187 #ifdef IGNCR
188 {"igncr", IGNCR, MD_INP},
/dragonfly/contrib/ncurses/ncurses/base/
H A Dlib_newterm.c87 buf.c_iflag &= (unsigned) ~(ICRNL | INLCR | IGNCR); in _nc_initscr()
/dragonfly/usr.bin/tset/
H A Dset.c76 mode.c_iflag &= ~(IGNBRK | PARMRK | INPCK | ISTRIP | INLCR | IGNCR in reset_mode()
/dragonfly/usr.bin/window/
H A Dwwinit.c108 ~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXOFF | IMAXBEL); in wwinit()
/dragonfly/contrib/ncurses/progs/
H A Dreset_cmd.c236 | IGNCR in reset_tty_settings()
/dragonfly/sys/bus/u4b/serial/
H A Dusb_serial.c2301 if (!(t->c_iflag & (ICRNL | IGNCR | IMAXBEL | INLCR | ISTRIP | IXON)) in disc_optim()
/dragonfly/usr.bin/dsynth/
H A Dbuild.c2478 tio.c_iflag &= ~(INLCR | IGNCR); in dophase()
/dragonfly/sys/dev/serial/sio/
H A Dsio.c2807 if (!(t->c_iflag & (ICRNL | IGNCR | IMAXBEL | INLCR | ISTRIP | IXON)) in disc_optim()
/dragonfly/sys/kern/
H A Dtty.c564 if (ISSET(iflag, IGNCR)) { in ttyinput()
/dragonfly/contrib/ee/
H A Dnew_curse.c2743 Terminal.c_iflag &= ~IGNCR; /* do not ignore carriage-return */ in nonl()