/titanic_41/usr/src/cmd/ttymon/ |
H A D | sttytable.c | 134 "parmrk", PARMRK, 0, 135 "-parmrk", 0, PARMRK, 169 (IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF|IXANY),
|
H A D | stty.c | 364 if (m&PARMRK) in prmodes() 584 (void) printf("-parmrk "+((m&PARMRK) != 0)); in pramodes()
|
/titanic_41/usr/src/ucbcmd/stty/ |
H A D | sttytable.c | 130 "parmrk", PARMRK, 0, 131 "-parmrk", 0, PARMRK, 166 (IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF),
|
H A D | stty.c | 313 if (m & PARMRK) in prmodes() 532 (void) fprintf(output, "-parmrk " + ((m & PARMRK) != 0)); in pramodes()
|
/titanic_41/usr/src/cmd/bnu/ |
H A D | setmode.c | 104 "parmrk", PARMRK, 0, 105 "-parmrk", 0, PARMRK, 142 (IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF),
|
/titanic_41/usr/src/cmd/ssh/include/ |
H A D | ttymodes.h | 130 TTYMODE(PARMRK, c_iflag, 31)
|
/titanic_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | termios.h | 110 #define PARMRK 0x00000008 macro
|
/titanic_41/usr/src/lib/libbc/inc/include/ |
H A D | termios.h | 110 #define PARMRK 0x00000008 macro
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | termios.h | 187 #define PARMRK 0000010 macro
|
/titanic_41/usr/src/lib/libcmd/common/ |
H A D | stty.c | 224 { "parmrk", BIT, I_FLAG, 0, PARMRK, PARMRK, C("Mark (do not mark) parity errors") },
|
/titanic_41/usr/src/ucbcmd/tset/ |
H A D | tset.c | 517 modes.c_iflag &= ~(IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF); in main() 912 modes.c_iflag &= ~(PARMRK|INPCK); in main()
|
/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/lib/libshell/common/edit/ |
H A D | edit.c | 330 nttyparm.c_iflag &= ~(IGNPAR|PARMRK|INLCR|IGNCR|ICRNL); in tty_raw() 334 ~(IGNBRK|PARMRK|INLCR|IGNCR|ICRNL|INPCK); in tty_raw()
|
/titanic_41/usr/src/uts/sun/io/ |
H A D | zs_async.c | 3191 if ((za->za_ttycommon.t_iflag & PARMRK) && in zsa_set_za_rcv_flags_mask() 3355 if (za->za_ttycommon.t_iflag & PARMRK) printf(" t_ifl:PARMRK"); in zsa_print_info()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | ttcompat.c | 1341 (IMAXBEL|BRKINT|IGNPAR|PARMRK|INPCK|ISTRIP| in to_compat()
|
H A D | ldterm.c | 1001 if (tp->t_amodes.c_iflag & PARMRK) { in ldtermrput() 1040 } else if (tp->t_amodes.c_iflag & PARMRK) { in ldtermrput()
|
H A D | asy.c | 2506 if ((tp->t_iflag & PARMRK) && in async_rxint()
|
/titanic_41/usr/src/uts/common/io/usb/clients/usbser/ |
H A D | usbser.c | 2198 if (!((tp->t_cflag & PARENB) && (tp->t_iflag & PARMRK) && in usbser_rx_massage_data()
|
/titanic_41/usr/src/uts/sun4/io/ |
H A D | su_driver.c | 1852 if ((tp->t_iflag & PARMRK) && in async_rxint()
|