Home
last modified time | relevance | path

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

/freebsd/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); in stty_default()
/freebsd/crypto/openssh/
H A Dttymodes.h118 #ifdef IMAXBEL
119 TTYMODE(IMAXBEL,c_iflag, 41)
/freebsd/usr.sbin/lpr/lpd/
H A Dmodes.c122 { "imaxbel", IMAXBEL, 0 },
123 { "-imaxbel", 0, IMAXBEL },
/freebsd/bin/stty/
H A Dmodes.c121 { "imaxbel", IMAXBEL, 0 },
122 { "-imaxbel", 0, IMAXBEL },
H A Dprint.c118 put("-imaxbel", IMAXBEL, 1); in print()
H A Dkey.c138 ip->t.c_iflag |= BRKINT|IXON|IMAXBEL; in f_cbreak()
/freebsd/contrib/ncurses/progs/
H A Dreset_cmd.c215 #ifndef IMAXBEL
216 #define IMAXBEL 0 macro
329 | IMAXBEL)); in reset_tty_settings()
/freebsd/sys/sys/
H A Dttydefaults.h46 #define TTYDEF_IFLAG (BRKINT | ICRNL | IMAXBEL | IXON | IXANY | IUTF8)
H A D_termios.h97 #define IMAXBEL 0x00002000 /* ring bell on input queue full */ macro
/freebsd/lib/libc/gen/
H A Dtermios.c166 t->c_iflag &= ~(IMAXBEL|IXOFF|INPCK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IGNPAR); in cfmakeraw()
/freebsd/contrib/tcsh/
H A Ded.term.c134 # ifdef IMAXBEL
135 { "imaxbel",IMAXBEL,M_INPUT },
/freebsd/sys/kern/
H A Dtty_ttydisc.c678 } else if (!CMP_FLAG(i, ICRNL|IGNCR|IMAXBEL|INLCR|ISTRIP|IXON) && in ttydisc_optimize()
1221 if (CMP_FLAG(i, IMAXBEL)) in ttydisc_rint()
H A Dtty_compat.c345 iflag |= BRKINT|IXON|IMAXBEL; in ttcompatsetflags()
H A Dtty.c89 IGNCR|ICRNL|IXON|IXOFF|IXANY|IMAXBEL|IUTF8)
/freebsd/contrib/libedit/
H A Dtty.c205 #ifdef IMAXBEL
206 {"imaxbel", IMAXBEL, MD_INP},
/freebsd/sys/compat/linux/
H A Dlinux_ioctl.c435 if (bios->c_iflag & IMAXBEL) in bsd_to_linux_termios()
563 bios->c_iflag |= IMAXBEL; in linux_to_bsd_termios()