/titanic_41/usr/src/cmd/ttymon/ |
H A D | sttytable.c | 128 "ignbrk", IGNBRK, 0, 129 "-ignbrk", 0, IGNBRK, 169 (IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF|IXANY),
|
H A D | stty.c | 356 if (m&IGNBRK) in prmodes() 581 (void) printf("-ignbrk "+((m&IGNBRK) != 0)); in pramodes()
|
/titanic_41/usr/src/ucbcmd/stty/ |
H A D | sttytable.c | 124 "ignbrk", IGNBRK, 0, 125 "-ignbrk", 0, IGNBRK, 166 (IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF),
|
H A D | stty.c | 305 if (m & IGNBRK) in prmodes() 529 (void) fprintf(output, "-ignbrk " + ((m & IGNBRK) != 0)); in pramodes()
|
/titanic_41/usr/src/cmd/bnu/ |
H A D | setmode.c | 98 "ignbrk", IGNBRK, 0, 99 "-ignbrk", 0, IGNBRK, 142 (IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF),
|
H A D | line.c | 188 ttbufs.c_iflag = (IGNPAR | IGNBRK | IXON | IXOFF);
|
/titanic_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | termios.h | 107 #define IGNBRK 0x00000001 macro
|
/titanic_41/usr/src/lib/libbc/inc/include/ |
H A D | termios.h | 107 #define IGNBRK 0x00000001 macro
|
/titanic_41/usr/src/lib/libnsl/dial/ |
H A D | line.c | 162 ttbufs.c_iflag = (IGNPAR | IGNBRK | IXON | IXOFF); in fixline()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | termios.h | 184 #define IGNBRK 0000001 macro
|
/titanic_41/usr/src/lib/libcmd/common/ |
H A D | stty.c | 221 { "ignbrk", BIT, I_FLAG, US, IGNBRK, IGNBRK, C("Ignore (do not ignore) break characters") },
|
/titanic_41/usr/src/cmd/sulogin/ |
H A D | sulogin.c | 357 #define RESET_IFLAG (IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF|IXANY)
|
/titanic_41/usr/src/grub/grub-0.97/grub/ |
H A D | asmstub.c | 1139 termios.c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON); in serial_hw_init()
|
/titanic_41/usr/src/ucbcmd/tset/ |
H A D | tset.c | 517 modes.c_iflag &= ~(IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF); in main()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/chat/ |
H A D | chat.c | 606 t.c_iflag |= IGNBRK | ISTRIP | IGNPAR; in set_tty_parameters()
|
/titanic_41/usr/src/lib/libshell/common/edit/ |
H A D | edit.c | 334 ~(IGNBRK|PARMRK|INLCR|IGNCR|ICRNL|INPCK); in tty_raw()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | sys-solaris.c | 1323 tios.c_iflag = IGNBRK | IGNPAR;
|
/titanic_41/usr/src/uts/sun/io/ |
H A D | zs_async.c | 3352 if (za->za_ttycommon.t_iflag & IGNBRK) printf(" t_ifl:IGNBRK"); in zsa_print_info()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | ldterm.c | 1036 if (!(tp->t_amodes.c_iflag & IGNBRK)) { in ldtermrput()
|