Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ttymon/
H A Dsttytable.c150 "igncr", IGNCR, 0,
151 "-igncr", 0, IGNCR,
155 "-nl", 0, (ICRNL|INLCR|IGNCR),
158 "-nl", ICRNL, (INLCR|IGNCR),
177 (IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF|IXANY),
H A Dstty.c374 if (m&IGNCR) in prmodes()
595 (void) printf("-igncr "+((m&IGNCR) != 0)); in pramodes()
/illumos-gate/usr/src/ucbcmd/stty/
H A Dsttytable.c146 "igncr", IGNCR, 0,
147 "-igncr", 0, IGNCR,
150 "-nl", ICRNL, (INLCR|IGNCR),
174 (IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF),
H A Dstty.c320 if (m & IGNCR) in prmodes()
537 (void) fprintf(output, "-igncr " + ((m & IGNCR) != 0)); in pramodes()
/illumos-gate/usr/src/cmd/bnu/
H A Dsetmode.c110 "igncr", IGNCR, 0,
111 "-igncr", 0, IGNCR,
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/lp/filter/postscript/postio/
H A Difdef.c117 termio.c_iflag = IXON | IGNCR; in setupline()
129 termios.c_iflag = IXON | IGNCR; in setupline()
/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.h193 #define IGNCR 0000200 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()
469 nttyparm.c_iflag &= ~(IGNCR|ICRNL); in tty_alt()
1537 ott.c_iflag &= ~(IGNCR|ICRNL);
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dstty.c230 { "igncr", BIT, I_FLAG, US, IGNCR, IGNCR, C("Ignore (do not ignore) carriage return") },
/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()
1391 if (tp->t_modes.c_iflag & IGNCR) 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/uts/sun/io/
H A Dzs_async.c3362 if (za->za_ttycommon.t_iflag & IGNCR) printf(" t_ifl:IGNCR"); in zsa_print_info()