/illumos-gate/usr/src/cmd/ttymon/ |
H A D | sttytable.c | 144 "inpck", INPCK, 0, 145 "-inpck", 0, INPCK, 177 (IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF|IXANY),
|
H A D | stty.c | 364 if (!(m&INPCK)) in prmodes() 592 (void) printf("-inpck "+((m&INPCK) != 0)); in pramodes()
|
/illumos-gate/usr/src/ucbcmd/stty/ |
H A D | sttytable.c | 140 "inpck", INPCK, 0, 141 "-inpck", 0, INPCK, 174 (IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF),
|
H A D | stty.c | 310 if (!(m & INPCK)) in prmodes() 534 (void) fprintf(output, "-inpck " + ((m & INPCK) != 0)); in pramodes()
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | setmode.c | 104 "inpck", INPCK, 0, 105 "-inpck", 0, INPCK, 140 (IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF),
|
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | bhyve_sol_glue.c | 30 t->c_iflag &= ~(IMAXBEL|IXOFF|INPCK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR| in cfmakeraw()
|
/illumos-gate/usr/src/ucbcmd/tset/ |
H A D | tset.c | 521 modes.c_iflag &= ~(IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF); in main() 914 modes.c_iflag &= ~(PARMRK|INPCK); in main() 917 modes.c_iflag |= INPCK; in main() 922 modes.c_iflag |= INPCK; in main()
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | ttcompat.c | 1138 termiosp->c_iflag |= INPCK|ISTRIP; in from_compat() 1143 termiosp->c_iflag |= INPCK|ISTRIP; in from_compat() 1243 (IMAXBEL|BRKINT|IGNPAR|PARMRK|INPCK|ISTRIP| in to_compat() 1266 else if (termiosp->c_iflag & INPCK) in to_compat()
|
H A D | asy.c | 3163 if (tp->t_iflag & INPCK) /* parity enabled */ in async_rxint()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | termios.h | 190 #define INPCK 0000020 macro
|
/illumos-gate/usr/src/cmd/tip/ |
H A D | tip.c | 212 arg.c_iflag &= ~(INPCK|IXON|IXOFF|ICRNL); in main()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | stty.c | 227 { "inpck", BIT, I_FLAG, 0, INPCK, INPCK, C("Enable (disable) input parity checking") },
|
/illumos-gate/usr/src/cmd/sulogin/ |
H A D | sulogin.c | 358 #define RESET_IFLAG (IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF|IXANY)
|
/illumos-gate/usr/src/uts/sun/io/ |
H A D | zs_async.c | 3058 if (za->za_ttycommon.t_iflag & INPCK) in zsa_program() 3359 if (za->za_ttycommon.t_iflag & INPCK) printf(" t_ifl:INPCK"); in zsa_print_info()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/ |
H A D | edit.c | 336 ~(IGNBRK|PARMRK|INLCR|IGNCR|ICRNL|INPCK); in tty_raw()
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_termio.c | 811 td->tio_rtios.c_iflag &= ~(ISTRIP | INPCK | ICRNL | INLCR | IUCLC); in termio_resume_tty()
|
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/ |
H A D | usbser.c | 2262 } else if (!(tp->t_iflag & INPCK) && (err & (DS_PARITY_ERR))) { in usbser_rx_massage_mbreak()
|
/illumos-gate/usr/src/uts/sun4/io/ |
H A D | su_driver.c | 1840 if (tp->t_iflag & INPCK) /* parity enabled */ in async_rxint()
|
/illumos-gate/usr/src/lib/libtecla/common/ |
H A D | getline.c | 2621 newattr.c_iflag &= ~(ICRNL | INPCK | ISTRIP); in gl_raw_terminal_mode()
|