Home
last modified time | relevance | path

Searched refs:BRKINT (Results 1 – 20 of 20) sorted by relevance

/titanic_50/usr/src/cmd/ttymon/
H A Dsttytable.c130 "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 Dstty.c358 else if (m&BRKINT) in prmodes()
582 (void) printf("-brkint "+((m&BRKINT) != 0)); in pramodes()
/titanic_50/usr/src/ucbcmd/stty/
H A Dsttytable.c126 "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 Dstty.c307 else if (!(m & BRKINT)) in prmodes()
530 (void) fprintf(output, "-brkint " + ((m & BRKINT) != 0)); in pramodes()
/titanic_50/usr/src/cmd/bnu/
H A Dsetmode.c100 "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 Dtermios.h108 #define BRKINT 0x00000002 macro
/titanic_50/usr/src/lib/libbc/inc/include/
H A Dtermios.h108 #define BRKINT 0x00000002 macro
/titanic_50/usr/src/uts/common/sys/
H A Dtermios.h185 #define BRKINT 0000002 macro
/titanic_50/usr/src/uts/common/io/
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 Dtty_common.c34 BRKINT|ICRNL|IXON|IMAXBEL, /* c_iflag */
H A Dldterm.c1037 if (tp->t_amodes.c_iflag & BRKINT) { in ldtermrput()
/titanic_50/usr/src/lib/libcmd/common/
H A Dstty.c222 { "brkint", BIT, I_FLAG, SS, BRKINT, BRKINT, C("Generate (do not generate) INTR signal on break") },
/titanic_50/usr/src/cmd/mailx/
H A Dtty.c333 ttybuf.c_iflag &= ~(BRKINT); in savetty()
/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/grub/grub-0.97/grub/
H A Dasmstub.c1139 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 Dedit.c331 nttyparm.c_iflag |= BRKINT; in tty_raw()
335 nttyparm.c_iflag |= (BRKINT|IGNPAR); in tty_raw()
/titanic_50/usr/src/ucbcmd/tset/
H A Dtset.c516 modes.c_iflag |= (BRKINT|ISTRIP|ICRNL|IXON); in main()
/titanic_50/usr/src/cmd/init/
H A Dinit.c417 BRKINT|ICRNL|IXON|IMAXBEL, /* iflag */
/titanic_50/usr/src/uts/sun/io/
H A Dzs_async.c3353 if (za->za_ttycommon.t_iflag & BRKINT) printf(" t_ifl:BRKINT"); in zsa_print_info()