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

/freebsd-10.3-release/crypto/heimdal/appl/login/
H A Dstty_default.c66 #ifndef IMAXBEL
67 #define IMAXBEL 0 macro
83 termios.c_iflag |= (BRKINT|IGNPAR|ICRNL|IXON|IMAXBEL);
/freebsd-10.3-release/crypto/openssh/
H A Dttymodes.h127 #ifdef IMAXBEL
128 TTYMODE(IMAXBEL,c_iflag, 41)
129 #endif /* IMAXBEL */
/freebsd-10.3-release/sys/sys/
H A Dttydefaults.h47 #define TTYDEF_IFLAG (BRKINT | ICRNL | IMAXBEL | IXON | IXANY)
H A D_termios.h96 #define IMAXBEL 0x00002000 /* ring bell on input queue full */ macro
/freebsd-10.3-release/bin/stty/
H A Dmodes.c128 { "imaxbel", IMAXBEL, 0 },
129 { "-imaxbel", 0, IMAXBEL },
H A Dkey.c147 ip->t.c_iflag |= BRKINT|IXON|IMAXBEL;
H A Dprint.c126 put("-imaxbel", IMAXBEL, 1);
/freebsd-10.3-release/usr.sbin/lpr/lpd/
H A Dmodes.c128 { "imaxbel", IMAXBEL, 0 },
129 { "-imaxbel", 0, IMAXBEL },
/freebsd-10.3-release/usr.bin/tset/
H A Dset.c92 #ifdef IMAXBEL
93 | IMAXBEL
/freebsd-10.3-release/lib/libc/gen/
H A Dtermios.c170 t->c_iflag &= ~(IMAXBEL|IXOFF|INPCK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IGNPAR);
/freebsd-10.3-release/sys/kern/
H A Dtty_compat.c347 iflag |= BRKINT|IXON|IMAXBEL;
H A Dtty_ttydisc.c583 } else if (!CMP_FLAG(i, ICRNL|IGNCR|IMAXBEL|INLCR|ISTRIP|IXON) &&
1035 if (CMP_FLAG(i, IMAXBEL))
H A Dtty.c87 INLCR|IGNCR|ICRNL|IXON|IXOFF|IXANY|IMAXBEL)
/freebsd-10.3-release/contrib/ncurses/progs/
H A Dtset.c783 #ifdef IMAXBEL
784 | IMAXBEL
/freebsd-10.3-release/contrib/tcsh/
H A Ded.term.c137 # ifdef IMAXBEL
138 { "imaxbel",IMAXBEL,M_INPUT },
139 # endif /* IMAXBEL */
/freebsd-10.3-release/sys/i386/ibcs2/
H A Dibcs2_ioctl.c138 if (l & IBCS2_IMAXBEL) r |= IMAXBEL;
232 if (l & IMAXBEL) r |= IBCS2_IMAXBEL;
/freebsd-10.3-release/lib/libedit/
H A Dtty.c196 #ifdef IMAXBEL
197 {"imaxbel", IMAXBEL, MD_INP},
198 #endif /* IMAXBEL */
/freebsd-10.3-release/sys/compat/linux/
H A Dlinux_ioctl.c427 if (bios->c_iflag & IMAXBEL)
569 bios->c_iflag |= IMAXBEL;
/freebsd-10.3-release/sys/dev/cx/
H A Dif_cx.c1341 #define CONDITION(t,tp) (!(t->c_iflag & (ICRNL | IGNCR | IMAXBEL | INLCR | ISTRIP | IXON))\

Completed in 220 milliseconds