Home
last modified time | relevance | path

Searched refs:INPCK (Results 1 – 21 of 21) sorted by relevance

/titanic_44/usr/src/cmd/ttymon/
H A Dsttytable.c136 "inpck", INPCK, 0,
137 "-inpck", 0, INPCK,
169 (IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF|IXANY),
H A Dstty.c360 if (!(m&INPCK)) in prmodes()
585 (void) printf("-inpck "+((m&INPCK) != 0)); in pramodes()
/titanic_44/usr/src/ucbcmd/stty/
H A Dsttytable.c132 "inpck", INPCK, 0,
133 "-inpck", 0, INPCK,
166 (IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF),
H A Dstty.c309 if (!(m & INPCK)) in prmodes()
533 (void) fprintf(output, "-inpck " + ((m & INPCK) != 0)); in pramodes()
/titanic_44/usr/src/cmd/bnu/
H A Dsetmode.c106 "inpck", INPCK, 0,
107 "-inpck", 0, INPCK,
142 (IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF),
/titanic_44/usr/src/cmd/ssh/include/
H A Dttymodes.h131 TTYMODE(INPCK, c_iflag, 32)
/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dtermios.h111 #define INPCK 0x00000010 macro
/titanic_44/usr/src/lib/libbc/inc/include/
H A Dtermios.h111 #define INPCK 0x00000010 macro
/titanic_44/usr/src/ucbcmd/tset/
H A Dtset.c517 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 Dttcompat.c1236 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 Dasy.c2493 if (tp->t_iflag & INPCK) /* parity enabled */ in async_rxint()
/titanic_44/usr/src/uts/common/sys/
H A Dtermios.h188 #define INPCK 0000020 macro
/titanic_44/usr/src/cmd/tip/
H A Dtip.c207 arg.c_iflag &= ~(INPCK|IXON|IXOFF|ICRNL); in main()
/titanic_44/usr/src/lib/libcmd/common/
H A Dstty.c225 { "inpck", BIT, I_FLAG, 0, INPCK, INPCK, C("Enable (disable) input parity checking") },
/titanic_44/usr/src/cmd/sulogin/
H A Dsulogin.c357 #define RESET_IFLAG (IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF|IXANY)
/titanic_44/usr/src/uts/sun/io/
H A Dzs_async.c3055 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 Dedit.c334 ~(IGNBRK|PARMRK|INLCR|IGNCR|ICRNL|INPCK); in tty_raw()
/titanic_44/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c756 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 Dusbser.c2263 } else if (!(tp->t_iflag & INPCK) && (err & (DS_PARITY_ERR))) { in usbser_rx_massage_mbreak()
/titanic_44/usr/src/uts/sun4/io/
H A Dsu_driver.c1840 if (tp->t_iflag & INPCK) /* parity enabled */ in async_rxint()
/titanic_44/usr/src/lib/libtecla/common/
H A Dgetline.c2622 newattr.c_iflag &= ~(ICRNL | INPCK | ISTRIP); in gl_raw_terminal_mode()