/titanic_50/usr/src/cmd/ttymon/ |
H A D | sttytable.c | 132 "ignpar", IGNPAR, 0, 133 "-ignpar", 0, IGNPAR, 166 "-raw", (BRKINT|IGNPAR|ISTRIP|ICRNL|IXON), 0, 167 "cooked", (BRKINT|IGNPAR|ISTRIP|ICRNL|IXON), 0, 168 "sane", (BRKINT|IGNPAR|ISTRIP|ICRNL|IXON|IMAXBEL),
|
H A D | stty.c | 362 else if (m&IGNPAR) in prmodes() 583 (void) printf("-ignpar "+((m&IGNPAR) != 0)); in pramodes()
|
/titanic_50/usr/src/ucbcmd/stty/ |
H A D | sttytable.c | 128 "ignpar", IGNPAR, 0, 129 "-ignpar", 0, IGNPAR, 163 "-raw", (BRKINT|IGNPAR|ISTRIP|ICRNL|IXON|IMAXBEL), 0, 164 "cooked", (BRKINT|IGNPAR|ISTRIP|ICRNL|IXON), 0, 165 "sane", (BRKINT|IGNPAR|ISTRIP|ICRNL|IXON|IMAXBEL),
|
H A D | stty.c | 311 else if (!(m & IGNPAR)) in prmodes() 531 (void) fprintf(output, "-ignpar " + ((m & IGNPAR) != 0)); in pramodes()
|
/titanic_50/usr/src/cmd/bnu/ |
H A D | setmode.c | 102 "ignpar", IGNPAR, 0, 103 "-ignpar", 0, IGNPAR, 139 "-raw", (BRKINT|IGNPAR|ISTRIP|ICRNL|IXON|IMAXBEL), 0, 140 "cooked", (BRKINT|IGNPAR|ISTRIP|ICRNL|IXON), 0, 141 "sane", (BRKINT|IGNPAR|ISTRIP|ICRNL|IXON|IMAXBEL),
|
H A D | line.c | 188 ttbufs.c_iflag = (IGNPAR | IGNBRK | IXON | IXOFF);
|
/titanic_50/usr/src/cmd/ssh/ssh/ |
H A D | sshtty.c | 83 tio.c_iflag |= IGNPAR; in enter_raw_mode()
|
/titanic_50/usr/src/cmd/ssh/include/ |
H A D | ttymodes.h | 129 TTYMODE(IGNPAR, c_iflag, 30)
|
/titanic_50/usr/src/lib/libbc/inc/include/sys/ |
H A D | termios.h | 109 #define IGNPAR 0x00000004 macro
|
/titanic_50/usr/src/lib/libbc/inc/include/ |
H A D | termios.h | 109 #define IGNPAR 0x00000004 macro
|
/titanic_50/usr/src/lib/libnsl/dial/ |
H A D | line.c | 162 ttbufs.c_iflag = (IGNPAR | IGNBRK | IXON | IXOFF); in fixline()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | termios.h | 186 #define IGNPAR 0000004 macro
|
/titanic_50/usr/src/lib/libcmd/common/ |
H A D | stty.c | 223 { "ignpar", BIT, I_FLAG, 0, IGNPAR, IGNPAR, C("Ignore (do not ignore) characters with parity errors…
|
/titanic_50/usr/src/cmd/sulogin/ |
H A D | sulogin.c | 356 #define SET_IFLAG (BRKINT|IGNPAR|ISTRIP|ICRNL|IXON|IMAXBEL)
|
/titanic_50/usr/src/cmd/csh/ |
H A D | sh.file.c | 94 tty_new.c_iflag |= IMAXBEL | BRKINT | IGNPAR; in setup_tty()
|
/titanic_50/usr/src/uts/common/io/ |
H A D | ttcompat.c | 1218 termiosp->c_iflag |= IMAXBEL|BRKINT|IGNPAR; in from_compat() 1341 (IMAXBEL|BRKINT|IGNPAR|PARMRK|INPCK|ISTRIP| in to_compat()
|
H A D | ldterm.c | 999 if (!(tp->t_amodes.c_iflag & IGNPAR)) { in ldtermrput()
|
/titanic_50/usr/src/lib/libshell/common/edit/ |
H A D | edit.c | 330 nttyparm.c_iflag &= ~(IGNPAR|PARMRK|INLCR|IGNCR|ICRNL); in tty_raw() 335 nttyparm.c_iflag |= (BRKINT|IGNPAR); in tty_raw()
|
/titanic_50/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_50/usr/src/uts/sun/io/ |
H A D | zs_async.c | 3192 !(za->za_ttycommon.t_iflag & (IGNPAR|ISTRIP))) { in zsa_set_za_rcv_flags_mask() 3354 if (za->za_ttycommon.t_iflag & IGNPAR) printf(" t_ifl:IGNPAR"); in zsa_print_info()
|
/titanic_50/usr/src/cmd/login/ |
H A D | login.c | 1572 tp.c_iflag |= IGNPAR|ICRNL; in doremoteterm()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.rlogind.c | 1125 tp.c_iflag &= ~(IGNPAR|ICRNL); in doit()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | sys-solaris.c | 1323 tios.c_iflag = IGNBRK | IGNPAR;
|
/titanic_50/usr/src/uts/common/io/usb/clients/usbser/ |
H A D | usbser.c | 2200 ((tp->t_iflag & (IGNPAR|ISTRIP)) == 0))) { in usbser_rx_massage_data()
|
/titanic_50/usr/src/uts/sun4/io/ |
H A D | su_driver.c | 1853 !(tp->t_iflag & (IGNPAR|ISTRIP)) && in async_rxint()
|