Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ttymon/
H A Dsttytable.c128 "ignbrk", IGNBRK, 0,
129 "-ignbrk", 0, IGNBRK,
169 (IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF|IXANY),
H A Dstty.c356 if (m&IGNBRK) in prmodes()
581 (void) printf("-ignbrk "+((m&IGNBRK) != 0)); in pramodes()
/titanic_41/usr/src/ucbcmd/stty/
H A Dsttytable.c124 "ignbrk", IGNBRK, 0,
125 "-ignbrk", 0, IGNBRK,
166 (IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF),
H A Dstty.c305 if (m & IGNBRK) in prmodes()
529 (void) fprintf(output, "-ignbrk " + ((m & IGNBRK) != 0)); in pramodes()
/titanic_41/usr/src/cmd/bnu/
H A Dsetmode.c98 "ignbrk", IGNBRK, 0,
99 "-ignbrk", 0, IGNBRK,
142 (IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF),
H A Dline.c188 ttbufs.c_iflag = (IGNPAR | IGNBRK | IXON | IXOFF);
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dtermios.h107 #define IGNBRK 0x00000001 macro
/titanic_41/usr/src/lib/libbc/inc/include/
H A Dtermios.h107 #define IGNBRK 0x00000001 macro
/titanic_41/usr/src/lib/libnsl/dial/
H A Dline.c162 ttbufs.c_iflag = (IGNPAR | IGNBRK | IXON | IXOFF); in fixline()
/titanic_41/usr/src/uts/common/sys/
H A Dtermios.h184 #define IGNBRK 0000001 macro
/titanic_41/usr/src/lib/libcmd/common/
H A Dstty.c221 { "ignbrk", BIT, I_FLAG, US, IGNBRK, IGNBRK, C("Ignore (do not ignore) break characters") },
/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/cmd-inet/usr.bin/chat/
H A Dchat.c606 t.c_iflag |= IGNBRK | ISTRIP | IGNPAR; in set_tty_parameters()
/titanic_41/usr/src/lib/libshell/common/edit/
H A Dedit.c334 ~(IGNBRK|PARMRK|INLCR|IGNCR|ICRNL|INPCK); in tty_raw()
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c1323 tios.c_iflag = IGNBRK | IGNPAR;
/titanic_41/usr/src/uts/sun/io/
H A Dzs_async.c3352 if (za->za_ttycommon.t_iflag & IGNBRK) printf(" t_ifl:IGNBRK"); in zsa_print_info()
/titanic_41/usr/src/uts/common/io/
H A Dldterm.c1036 if (!(tp->t_amodes.c_iflag & IGNBRK)) { in ldtermrput()