Symbol: IGNCR
usr/src/cmd/bhyve/common/bhyve_sol_glue.c
30
t->c_iflag &= ~(IMAXBEL|IXOFF|INPCK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|
usr/src/cmd/bnu/cu.c
1381
_Tv.c_iflag &= ~(INLCR | ICRNL | IGNCR | IUCLC);
usr/src/cmd/bnu/setmode.c
110
"igncr", IGNCR, 0,
usr/src/cmd/bnu/setmode.c
111
"-igncr", 0, IGNCR,
usr/src/cmd/bnu/setmode.c
114
"-nl", ICRNL, (INLCR|IGNCR),
usr/src/cmd/bnu/setmode.c
140
(IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF),
usr/src/cmd/lp/filter/postscript/postio/ifdef.c
117
termio.c_iflag = IXON | IGNCR;
usr/src/cmd/lp/filter/postscript/postio/ifdef.c
129
termios.c_iflag = IXON | IGNCR;
usr/src/cmd/script/script.c
225
sbuf.c_iflag &= ~(INLCR|IGNCR|ICRNL|IUCLC|IXON);
usr/src/cmd/sulogin/sulogin.c
358
#define RESET_IFLAG (IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF|IXANY)
usr/src/cmd/ttymon/stty.c
374
if (m&IGNCR)
usr/src/cmd/ttymon/stty.c
595
(void) printf("-igncr "+((m&IGNCR) != 0));
usr/src/cmd/ttymon/sttytable.c
150
"igncr", IGNCR, 0,
usr/src/cmd/ttymon/sttytable.c
151
"-igncr", 0, IGNCR,
usr/src/cmd/ttymon/sttytable.c
155
"-nl", 0, (ICRNL|INLCR|IGNCR),
usr/src/cmd/ttymon/sttytable.c
158
"-nl", ICRNL, (INLCR|IGNCR),
usr/src/cmd/ttymon/sttytable.c
177
(IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF|IXANY),
usr/src/cmd/zlogin/zlogin.c
479
term.c_iflag &= ~(INLCR|ICRNL|IGNCR|IUCLC);
usr/src/grub/grub-0.97/grub/asmstub.c
1142
termios.c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON);
usr/src/ucbcmd/stty/stty.c
320
if (m & IGNCR)
usr/src/ucbcmd/stty/stty.c
537
(void) fprintf(output, "-igncr " + ((m & IGNCR) != 0));
usr/src/ucbcmd/stty/sttytable.c
146
"igncr", IGNCR, 0,
usr/src/ucbcmd/stty/sttytable.c
147
"-igncr", 0, IGNCR,
usr/src/ucbcmd/stty/sttytable.c
150
"-nl", ICRNL, (INLCR|IGNCR),
usr/src/ucbcmd/stty/sttytable.c
174
(IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF),
usr/src/ucbcmd/tset/tset.c
521
modes.c_iflag &= ~(IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF);
usr/src/uts/common/io/ldterm.c
1236
if (tp->t_modes.c_iflag & (INLCR|IGNCR|ICRNL|IUCLC|IXON) ||
usr/src/uts/common/io/ldterm.c
1391
if (tp->t_modes.c_iflag & IGNCR)
usr/src/uts/common/io/ttcompat.c
1244
INLCR|IGNCR|ICRNL|IUCLC|IXON)) &&
usr/src/uts/sun/io/zs_async.c
3362
if (za->za_ttycommon.t_iflag & IGNCR) printf(" t_ifl:IGNCR");