/titanic_50/usr/src/cmd/ttymon/ |
H A D | sttytable.c | 130 "brkint", BRKINT, 0, 131 "-brkint", 0, BRKINT, 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 | 358 else if (m&BRKINT) in prmodes() 582 (void) printf("-brkint "+((m&BRKINT) != 0)); in pramodes()
|
/titanic_50/usr/src/ucbcmd/stty/ |
H A D | sttytable.c | 126 "brkint", BRKINT, 0, 127 "-brkint", 0, BRKINT, 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 | 307 else if (!(m & BRKINT)) in prmodes() 530 (void) fprintf(output, "-brkint " + ((m & BRKINT) != 0)); in pramodes()
|
/titanic_50/usr/src/cmd/bnu/ |
H A D | setmode.c | 100 "brkint", BRKINT, 0, 101 "-brkint", 0, BRKINT, 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),
|
/titanic_50/usr/src/lib/libbc/inc/include/sys/ |
H A D | termios.h | 108 #define BRKINT 0x00000002 macro
|
/titanic_50/usr/src/lib/libbc/inc/include/ |
H A D | termios.h | 108 #define BRKINT 0x00000002 macro
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | termios.h | 185 #define BRKINT 0000002 macro
|
/titanic_50/usr/src/uts/common/io/ |
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 | tty_common.c | 34 BRKINT|ICRNL|IXON|IMAXBEL, /* c_iflag */
|
H A D | ldterm.c | 1037 if (tp->t_amodes.c_iflag & BRKINT) { in ldtermrput()
|
/titanic_50/usr/src/lib/libcmd/common/ |
H A D | stty.c | 222 { "brkint", BIT, I_FLAG, SS, BRKINT, BRKINT, C("Generate (do not generate) INTR signal on break") },
|
/titanic_50/usr/src/cmd/mailx/ |
H A D | tty.c | 333 ttybuf.c_iflag &= ~(BRKINT); in savetty()
|
/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/grub/grub-0.97/grub/ |
H A D | asmstub.c | 1139 termios.c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON); in serial_hw_init()
|
/titanic_50/usr/src/lib/libshell/common/edit/ |
H A D | edit.c | 331 nttyparm.c_iflag |= BRKINT; in tty_raw() 335 nttyparm.c_iflag |= (BRKINT|IGNPAR); in tty_raw()
|
/titanic_50/usr/src/ucbcmd/tset/ |
H A D | tset.c | 516 modes.c_iflag |= (BRKINT|ISTRIP|ICRNL|IXON); in main()
|
/titanic_50/usr/src/cmd/init/ |
H A D | init.c | 417 BRKINT|ICRNL|IXON|IMAXBEL, /* iflag */
|
/titanic_50/usr/src/uts/sun/io/ |
H A D | zs_async.c | 3353 if (za->za_ttycommon.t_iflag & BRKINT) printf(" t_ifl:BRKINT"); in zsa_print_info()
|