Home
last modified time | relevance | path

Searched refs:IGNPAR (Results 1 – 25 of 26) sorted by relevance

12

/titanic_50/usr/src/cmd/ttymon/
H A Dsttytable.c132 "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 Dstty.c362 else if (m&IGNPAR) in prmodes()
583 (void) printf("-ignpar "+((m&IGNPAR) != 0)); in pramodes()
/titanic_50/usr/src/ucbcmd/stty/
H A Dsttytable.c128 "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 Dstty.c311 else if (!(m & IGNPAR)) in prmodes()
531 (void) fprintf(output, "-ignpar " + ((m & IGNPAR) != 0)); in pramodes()
/titanic_50/usr/src/cmd/bnu/
H A Dsetmode.c102 "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 Dline.c188 ttbufs.c_iflag = (IGNPAR | IGNBRK | IXON | IXOFF);
/titanic_50/usr/src/cmd/ssh/ssh/
H A Dsshtty.c83 tio.c_iflag |= IGNPAR; in enter_raw_mode()
/titanic_50/usr/src/cmd/ssh/include/
H A Dttymodes.h129 TTYMODE(IGNPAR, c_iflag, 30)
/titanic_50/usr/src/lib/libbc/inc/include/sys/
H A Dtermios.h109 #define IGNPAR 0x00000004 macro
/titanic_50/usr/src/lib/libbc/inc/include/
H A Dtermios.h109 #define IGNPAR 0x00000004 macro
/titanic_50/usr/src/lib/libnsl/dial/
H A Dline.c162 ttbufs.c_iflag = (IGNPAR | IGNBRK | IXON | IXOFF); in fixline()
/titanic_50/usr/src/uts/common/sys/
H A Dtermios.h186 #define IGNPAR 0000004 macro
/titanic_50/usr/src/lib/libcmd/common/
H A Dstty.c223 { "ignpar", BIT, I_FLAG, 0, IGNPAR, IGNPAR, C("Ignore (do not ignore) characters with parity errors…
/titanic_50/usr/src/cmd/sulogin/
H A Dsulogin.c356 #define SET_IFLAG (BRKINT|IGNPAR|ISTRIP|ICRNL|IXON|IMAXBEL)
/titanic_50/usr/src/cmd/csh/
H A Dsh.file.c94 tty_new.c_iflag |= IMAXBEL | BRKINT | IGNPAR; in setup_tty()
/titanic_50/usr/src/uts/common/io/
H A Dttcompat.c1218 termiosp->c_iflag |= IMAXBEL|BRKINT|IGNPAR; in from_compat()
1341 (IMAXBEL|BRKINT|IGNPAR|PARMRK|INPCK|ISTRIP| in to_compat()
H A Dldterm.c999 if (!(tp->t_amodes.c_iflag & IGNPAR)) { in ldtermrput()
/titanic_50/usr/src/lib/libshell/common/edit/
H A Dedit.c330 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 Dchat.c606 t.c_iflag |= IGNBRK | ISTRIP | IGNPAR; in set_tty_parameters()
/titanic_50/usr/src/uts/sun/io/
H A Dzs_async.c3192 !(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 Dlogin.c1572 tp.c_iflag |= IGNPAR|ICRNL; in doremoteterm()
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rlogind.c1125 tp.c_iflag &= ~(IGNPAR|ICRNL); in doit()
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c1323 tios.c_iflag = IGNBRK | IGNPAR;
/titanic_50/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c2200 ((tp->t_iflag & (IGNPAR|ISTRIP)) == 0))) { in usbser_rx_massage_data()
/titanic_50/usr/src/uts/sun4/io/
H A Dsu_driver.c1853 !(tp->t_iflag & (IGNPAR|ISTRIP)) && in async_rxint()

12