/titanic_44/usr/src/ucbcmd/stty/ |
H A D | sttytable.c | 163 "-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 D | stty.c | 331 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 D | ttymodes.h | 142 #ifdef IMAXBEL 143 TTYMODE(IMAXBEL,c_iflag, 41)
|
/titanic_44/usr/src/cmd/bnu/ |
H A D | setmode.c | 134 "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 D | sttytable.c | 168 "sane", (BRKINT|IGNPAR|ISTRIP|ICRNL|IXON|IMAXBEL), 175 "imaxbel", IMAXBEL, 0, 176 "-imaxbel", 0, IMAXBEL,
|
H A D | stty.c | 382 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 D | tty_common.c | 34 BRKINT|ICRNL|IXON|IMAXBEL, /* c_iflag */ 96 if (tc->t_iflag & IMAXBEL) { in ttycommon_qfull()
|
H A D | ttcompat.c | 165 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 D | ldterm.c | 1552 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 D | termios.h | 125 #define IMAXBEL 0x00002000 macro
|
/titanic_44/usr/src/lib/libbc/inc/include/ |
H A D | termios.h | 125 #define IMAXBEL 0x00002000 macro
|
/titanic_44/usr/src/lib/libcmd/common/ |
H A D | stty.c | 238 #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 D | termios.h | 205 #define IMAXBEL 0020000 macro
|
/titanic_44/usr/src/cmd/csh/ |
H A D | sh.file.c | 94 tty_new.c_iflag |= IMAXBEL | BRKINT | IGNPAR; in setup_tty()
|
/titanic_44/usr/src/cmd/sulogin/ |
H A D | sulogin.c | 356 #define SET_IFLAG (BRKINT|IGNPAR|ISTRIP|ICRNL|IXON|IMAXBEL)
|
/titanic_44/usr/src/cmd/init/ |
H A D | init.c | 417 BRKINT|ICRNL|IXON|IMAXBEL, /* iflag */
|