Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ttymon/
H A Dsttytable.c148 "inlcr", INLCR, 0,
149 "-inlcr", 0, INLCR,
155 "-nl", 0, (ICRNL|INLCR|IGNCR),
158 "-nl", ICRNL, (INLCR|IGNCR),
177 (IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF|IXANY),
H A Dstty.c372 if (m&INLCR) in prmodes()
594 (void) printf("-inlcr "+((m&INLCR) != 0)); in pramodes()
/illumos-gate/usr/src/ucbcmd/stty/
H A Dsttytable.c144 "inlcr", INLCR, 0,
145 "-inlcr", 0, INLCR,
150 "-nl", ICRNL, (INLCR|IGNCR),
174 (IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF),
H A Dstty.c318 if (m & INLCR) in prmodes()
536 (void) fprintf(output, "-inlcr " + ((m & INLCR) != 0)); in pramodes()
/illumos-gate/usr/src/cmd/bnu/
H A Dsetmode.c108 "inlcr", INLCR, 0,
109 "-inlcr", 0, INLCR,
114 "-nl", ICRNL, (INLCR|IGNCR),
140 (IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF),
H A Dcu.c1381 _Tv.c_iflag &= ~(INLCR | ICRNL | IGNCR | IUCLC); in _mode()
/illumos-gate/usr/src/cmd/bhyve/
H A Dbhyve_sol_glue.c30 t->c_iflag &= ~(IMAXBEL|IXOFF|INPCK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR| in cfmakeraw()
/illumos-gate/usr/src/cmd/script/
H A Dscript.c225 sbuf.c_iflag &= ~(INLCR|IGNCR|ICRNL|IUCLC|IXON); in fixtty()
/illumos-gate/usr/src/uts/common/sys/
H A Dtermios.h192 #define INLCR 0000100 macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dedit.c332 nttyparm.c_iflag &= ~(IGNPAR|PARMRK|INLCR|IGNCR|ICRNL); in tty_raw()
336 ~(IGNBRK|PARMRK|INLCR|IGNCR|ICRNL|INPCK); in tty_raw()
470 nttyparm.c_iflag |= INLCR; in tty_alt()
1538 ott.c_iflag |= INLCR;
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dstty.c229 { "inlcr", BIT, I_FLAG, US, INLCR, INLCR, C("Translate (do not translate) carriage return to newlin…
/illumos-gate/usr/src/cmd/sulogin/
H A Dsulogin.c358 #define RESET_IFLAG (IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF|IXANY)
/illumos-gate/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c1142 termios.c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON); in serial_hw_init()
/illumos-gate/usr/src/ucbcmd/tset/
H A Dtset.c521 modes.c_iflag &= ~(IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF); in main()
/illumos-gate/usr/src/uts/common/io/
H A Dttcompat.c1244 INLCR|IGNCR|ICRNL|IUCLC|IXON)) && in to_compat()
H A Dldterm.c1236 if (tp->t_modes.c_iflag & (INLCR|IGNCR|ICRNL|IUCLC|IXON) || in ldtermrput()
1401 tp->t_modes.c_iflag & INLCR) in ldtermrput()
/illumos-gate/usr/src/cmd/zlogin/
H A Dzlogin.c479 term.c_iflag &= ~(INLCR|ICRNL|IGNCR|IUCLC); in set_tty_rawmode()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c811 td->tio_rtios.c_iflag &= ~(ISTRIP | INPCK | ICRNL | INLCR | IUCLC); in termio_resume_tty()
/illumos-gate/usr/src/uts/sun/io/
H A Dzs_async.c3361 if (za->za_ttycommon.t_iflag & INLCR) printf(" t_ifl:INLCR"); in zsa_print_info()