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

/opensolaris-onvv-gate/usr/src/cmd/ssh/include/
H A Dttymodes.h142 #ifdef IMAXBEL
143 TTYMODE(IMAXBEL,c_iflag, 41)
144 #endif /* IMAXBEL */
/opensolaris-onvv-gate/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))
544 (void) fprintf(output, "-imaxbel " + ((m & IMAXBEL) != 0));
/opensolaris-onvv-gate/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),
/opensolaris-onvv-gate/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.c380 if ((term & TERMIOS) && (m&IMAXBEL))
593 (void) printf("-imaxbel "+((m&IMAXBEL) != 0));
/opensolaris-onvv-gate/usr/src/lib/libbc/inc/include/sys/
H A Dtermios.h120 /* IMAXBEL 0x00002000 not posix, defined below */
125 #define IMAXBEL 0x00002000 macro
/opensolaris-onvv-gate/usr/src/lib/libbc/inc/include/
H A Dtermios.h120 /* IMAXBEL 0x00002000 not posix, defined below */
125 #define IMAXBEL 0x00002000 macro
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dtty_common.c36 BRKINT|ICRNL|IXON|IMAXBEL, /* c_iflag */
90 * Check whether IMAXBEL is set; if so, output a ^G, otherwise send an M_FLUSH
98 if (tc->t_iflag & IMAXBEL) {
H A Dttcompat.c165 BRKINT|ICRNL|IXON|IMAXBEL, /* iflag */
1217 termiosp->c_iflag |= IMAXBEL|BRKINT|IGNPAR;
1340 (IMAXBEL|BRKINT|IGNPAR|PARMRK|INPCK|ISTRIP|
H A Dldterm.c1542 if ((tp->t_modes.c_iflag & IMAXBEL) &&
1896 if (tp->t_modes.c_iflag & IMAXBEL) {
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dtermios.h222 #define IMAXBEL 0020000 macro
/opensolaris-onvv-gate/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 full input buffer") },
240 #endif /* IMAXBEL */
/opensolaris-onvv-gate/usr/src/cmd/csh/
H A Dsh.file.c94 tty_new.c_iflag |= IMAXBEL | BRKINT | IGNPAR;
/opensolaris-onvv-gate/usr/src/cmd/sulogin/
H A Dsulogin.c350 #define SET_IFLAG (BRKINT|IGNPAR|ISTRIP|ICRNL|IXON|IMAXBEL)
/opensolaris-onvv-gate/usr/src/cmd/init/
H A Dinit.c414 BRKINT|ICRNL|IXON|IMAXBEL, /* iflag */

Completed in 249 milliseconds