Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ttymon/
H A Dsttytable.c142 "igncr", IGNCR, 0,
143 "-igncr", 0, IGNCR,
147 "-nl", 0, (ICRNL|INLCR|IGNCR),
150 "-nl", ICRNL, (INLCR|IGNCR),
169 (IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF|IXANY),
H A Dstty.c370 if (m&IGNCR) in prmodes()
588 (void) printf("-igncr "+((m&IGNCR) != 0)); in pramodes()
/titanic_41/usr/src/ucbcmd/stty/
H A Dsttytable.c138 "igncr", IGNCR, 0,
139 "-igncr", 0, IGNCR,
142 "-nl", ICRNL, (INLCR|IGNCR),
166 (IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF),
H A Dstty.c319 if (m & IGNCR) in prmodes()
536 (void) fprintf(output, "-igncr " + ((m & IGNCR) != 0)); in pramodes()
/titanic_41/usr/src/cmd/bnu/
H A Dsetmode.c112 "igncr", IGNCR, 0,
113 "-igncr", 0, IGNCR,
116 "-nl", ICRNL, (INLCR|IGNCR),
142 (IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF),
H A Dcu.c1388 _Tv.c_iflag &= ~(INLCR | ICRNL | IGNCR | IUCLC); in _mode()
/titanic_41/usr/src/cmd/ssh/ssh/
H A Dsshtty.c84 tio.c_iflag &= ~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXANY | IXOFF); in enter_raw_mode()
/titanic_41/usr/src/cmd/ssh/include/
H A Dttymodes.h134 TTYMODE(IGNCR, c_iflag, 35)
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dtermios.h114 #define IGNCR 0x00000080 macro
/titanic_41/usr/src/lib/libbc/inc/include/
H A Dtermios.h114 #define IGNCR 0x00000080 macro
/titanic_41/usr/src/cmd/lp/filter/postscript/postio/
H A Difdef.c119 termio.c_iflag = IXON | IGNCR; in setupline()
131 termios.c_iflag = IXON | IGNCR; in setupline()
/titanic_41/usr/src/cmd/script/
H A Dscript.c225 sbuf.c_iflag &= ~(INLCR|IGNCR|ICRNL|IUCLC|IXON); in fixtty()
/titanic_41/usr/src/lib/libshell/common/edit/
H A Dedit.c330 nttyparm.c_iflag &= ~(IGNPAR|PARMRK|INLCR|IGNCR|ICRNL); in tty_raw()
334 ~(IGNBRK|PARMRK|INLCR|IGNCR|ICRNL|INPCK); in tty_raw()
466 nttyparm.c_iflag &= ~(IGNCR|ICRNL); in tty_alt()
1516 ott.c_iflag &= ~(IGNCR|ICRNL);
/titanic_41/usr/src/uts/common/sys/
H A Dtermios.h191 #define IGNCR 0000200 macro
/titanic_41/usr/src/lib/libcmd/common/
H A Dstty.c228 { "igncr", BIT, I_FLAG, US, IGNCR, IGNCR, C("Ignore (do not ignore) carriage return") },
/titanic_41/usr/src/cmd/sulogin/
H A Dsulogin.c357 #define RESET_IFLAG (IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF|IXANY)
/titanic_41/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c1139 termios.c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON); in serial_hw_init()
/titanic_41/usr/src/ucbcmd/tset/
H A Dtset.c517 modes.c_iflag &= ~(IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF); in main()
/titanic_41/usr/src/cmd/zlogin/
H A Dzlogin.c477 term.c_iflag &= ~(INLCR|ICRNL|IGNCR|IUCLC); in set_tty_rawmode()
/titanic_41/usr/src/uts/common/io/
H A Dttcompat.c1342 INLCR|IGNCR|ICRNL|IUCLC|IXON)) && in to_compat()
H A Dldterm.c1221 if (tp->t_modes.c_iflag & (INLCR|IGNCR|ICRNL|IUCLC|IXON) || in ldtermrput()
1376 if (tp->t_modes.c_iflag & IGNCR) in ldtermrput()
/titanic_41/usr/src/uts/sun/io/
H A Dzs_async.c3359 if (za->za_ttycommon.t_iflag & IGNCR) printf(" t_ifl:IGNCR"); in zsa_print_info()