/titanic_44/usr/src/cmd/ttymon/ |
H A D | sttytable.c | 136 "inpck", INPCK, 0, 137 "-inpck", 0, INPCK, 169 (IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF|IXANY),
|
H A D | stty.c | 360 if (!(m&INPCK)) in prmodes() 585 (void) printf("-inpck "+((m&INPCK) != 0)); in pramodes()
|
/titanic_44/usr/src/ucbcmd/stty/ |
H A D | sttytable.c | 132 "inpck", INPCK, 0, 133 "-inpck", 0, INPCK, 166 (IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF),
|
H A D | stty.c | 309 if (!(m & INPCK)) in prmodes() 533 (void) fprintf(output, "-inpck " + ((m & INPCK) != 0)); in pramodes()
|
/titanic_44/usr/src/cmd/bnu/ |
H A D | setmode.c | 106 "inpck", INPCK, 0, 107 "-inpck", 0, INPCK, 142 (IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF),
|
/titanic_44/usr/src/cmd/ssh/include/ |
H A D | ttymodes.h | 131 TTYMODE(INPCK, c_iflag, 32)
|
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | termios.h | 111 #define INPCK 0x00000010 macro
|
/titanic_44/usr/src/lib/libbc/inc/include/ |
H A D | termios.h | 111 #define INPCK 0x00000010 macro
|
/titanic_44/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() 915 modes.c_iflag |= INPCK; in main() 920 modes.c_iflag |= INPCK; in main()
|
/titanic_44/usr/src/uts/common/io/ |
H A D | ttcompat.c | 1236 termiosp->c_iflag |= INPCK|ISTRIP; in from_compat() 1241 termiosp->c_iflag |= INPCK|ISTRIP; in from_compat() 1341 (IMAXBEL|BRKINT|IGNPAR|PARMRK|INPCK|ISTRIP| in to_compat() 1364 else if (termiosp->c_iflag & INPCK) in to_compat()
|
H A D | asy.c | 2493 if (tp->t_iflag & INPCK) /* parity enabled */ in async_rxint()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | termios.h | 188 #define INPCK 0000020 macro
|
/titanic_44/usr/src/cmd/tip/ |
H A D | tip.c | 207 arg.c_iflag &= ~(INPCK|IXON|IXOFF|ICRNL); in main()
|
/titanic_44/usr/src/lib/libcmd/common/ |
H A D | stty.c | 225 { "inpck", BIT, I_FLAG, 0, INPCK, INPCK, C("Enable (disable) input parity checking") },
|
/titanic_44/usr/src/cmd/sulogin/ |
H A D | sulogin.c | 357 #define RESET_IFLAG (IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF|IXANY)
|
/titanic_44/usr/src/uts/sun/io/ |
H A D | zs_async.c | 3055 if (za->za_ttycommon.t_iflag & INPCK) in zsa_program() 3356 if (za->za_ttycommon.t_iflag & INPCK) printf(" t_ifl:INPCK"); in zsa_print_info()
|
/titanic_44/usr/src/lib/libshell/common/edit/ |
H A D | edit.c | 334 ~(IGNBRK|PARMRK|INLCR|IGNCR|ICRNL|INPCK); in tty_raw()
|
/titanic_44/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_termio.c | 756 td->tio_rtios.c_iflag &= ~(ISTRIP | INPCK | ICRNL | INLCR | IUCLC); in termio_resume_tty()
|
/titanic_44/usr/src/uts/common/io/usb/clients/usbser/ |
H A D | usbser.c | 2263 } else if (!(tp->t_iflag & INPCK) && (err & (DS_PARITY_ERR))) { in usbser_rx_massage_mbreak()
|
/titanic_44/usr/src/uts/sun4/io/ |
H A D | su_driver.c | 1840 if (tp->t_iflag & INPCK) /* parity enabled */ in async_rxint()
|
/titanic_44/usr/src/lib/libtecla/common/ |
H A D | getline.c | 2622 newattr.c_iflag &= ~(ICRNL | INPCK | ISTRIP); in gl_raw_terminal_mode()
|