Home
last modified time | relevance | path

Searched refs:IMAXBEL (Results 1 – 16 of 16) sorted by relevance

/titanic_44/usr/src/ucbcmd/stty/
H A Dsttytable.c163 "-raw", (BRKINT|IGNPAR|ISTRIP|ICRNL|IXON|IMAXBEL), 0,
165 "sane", (BRKINT|IGNPAR|ISTRIP|ICRNL|IXON|IMAXBEL),
171 "imaxbel", IMAXBEL, 0,
172 "-imaxbel", 0, IMAXBEL,
H A Dstty.c331 if ((term & TERMIOS) && (m & IMAXBEL)) in prmodes()
544 (void) fprintf(output, "-imaxbel " + ((m & IMAXBEL) != 0)); in pramodes()
/titanic_44/usr/src/cmd/ssh/include/
H A Dttymodes.h142 #ifdef IMAXBEL
143 TTYMODE(IMAXBEL,c_iflag, 41)
/titanic_44/usr/src/cmd/bnu/
H A Dsetmode.c134 "imaxbel", IMAXBEL, 0,
135 "-imaxbel", 0, IMAXBEL,
139 "-raw", (BRKINT|IGNPAR|ISTRIP|ICRNL|IXON|IMAXBEL), 0,
141 "sane", (BRKINT|IGNPAR|ISTRIP|ICRNL|IXON|IMAXBEL),
/titanic_44/usr/src/cmd/ttymon/
H A Dsttytable.c168 "sane", (BRKINT|IGNPAR|ISTRIP|ICRNL|IXON|IMAXBEL),
175 "imaxbel", IMAXBEL, 0,
176 "-imaxbel", 0, IMAXBEL,
H A Dstty.c382 if ((term & TERMIOS) && (m&IMAXBEL)) in prmodes()
596 (void) printf("-imaxbel "+((m&IMAXBEL) != 0)); in pramodes()
/titanic_44/usr/src/uts/common/io/
H A Dtty_common.c34 BRKINT|ICRNL|IXON|IMAXBEL, /* c_iflag */
96 if (tc->t_iflag & IMAXBEL) { in ttycommon_qfull()
H A Dttcompat.c165 BRKINT|ICRNL|IXON|IMAXBEL, /* iflag */
1218 termiosp->c_iflag |= IMAXBEL|BRKINT|IGNPAR; in from_compat()
1341 (IMAXBEL|BRKINT|IGNPAR|PARMRK|INPCK|ISTRIP| in to_compat()
H A Dldterm.c1552 if ((tp->t_modes.c_iflag & IMAXBEL) && in ldtermrmsg()
1906 if (tp->t_modes.c_iflag & IMAXBEL) { in ldterm_docanon()
/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dtermios.h125 #define IMAXBEL 0x00002000 macro
/titanic_44/usr/src/lib/libbc/inc/include/
H A Dtermios.h125 #define IMAXBEL 0x00002000 macro
/titanic_44/usr/src/lib/libcmd/common/
H A Dstty.c238 #ifdef IMAXBEL
239 { "imaxbel", BIT, I_FLAG, SS, IMAXBEL, IMAXBEL, C("Beep (do not beep) if a character arrives with f…
/titanic_44/usr/src/uts/common/sys/
H A Dtermios.h205 #define IMAXBEL 0020000 macro
/titanic_44/usr/src/cmd/csh/
H A Dsh.file.c94 tty_new.c_iflag |= IMAXBEL | BRKINT | IGNPAR; in setup_tty()
/titanic_44/usr/src/cmd/sulogin/
H A Dsulogin.c356 #define SET_IFLAG (BRKINT|IGNPAR|ISTRIP|ICRNL|IXON|IMAXBEL)
/titanic_44/usr/src/cmd/init/
H A Dinit.c417 BRKINT|ICRNL|IXON|IMAXBEL, /* iflag */