Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/crypto/openssh/
H A Dttymodes.h118 #ifdef IMAXBEL
119 TTYMODE(IMAXBEL,c_iflag, 41)
/freebsd-14.2/usr.sbin/lpr/lpd/
H A Dmodes.c128 { "imaxbel", IMAXBEL, 0 },
129 { "-imaxbel", 0, IMAXBEL },
/freebsd-14.2/bin/stty/
H A Dmodes.c127 { "imaxbel", IMAXBEL, 0 },
128 { "-imaxbel", 0, IMAXBEL },
H A Dprint.c124 put("-imaxbel", IMAXBEL, 1); in print()
H A Dkey.c144 ip->t.c_iflag |= BRKINT|IXON|IMAXBEL; in f_cbreak()
/freebsd-14.2/sys/sys/
H A Dttydefaults.h48 #define TTYDEF_IFLAG (BRKINT | ICRNL | IMAXBEL | IXON | IXANY | IUTF8)
H A D_termios.h99 #define IMAXBEL 0x00002000 /* ring bell on input queue full */ macro
/freebsd-14.2/contrib/ncurses/progs/
H A Dreset_cmd.c215 #ifndef IMAXBEL
216 #define IMAXBEL 0 macro
329 | IMAXBEL)); in reset_tty_settings()
/freebsd-14.2/lib/libc/gen/
H A Dtermios.c168 t->c_iflag &= ~(IMAXBEL|IXOFF|INPCK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IGNPAR); in cfmakeraw()
/freebsd-14.2/contrib/tcsh/
H A Ded.term.c134 # ifdef IMAXBEL
135 { "imaxbel",IMAXBEL,M_INPUT },
/freebsd-14.2/sys/kern/
H A Dtty_ttydisc.c679 } else if (!CMP_FLAG(i, ICRNL|IGNCR|IMAXBEL|INLCR|ISTRIP|IXON) && in ttydisc_optimize()
1222 if (CMP_FLAG(i, IMAXBEL)) in ttydisc_rint()
H A Dtty_compat.c347 iflag |= BRKINT|IXON|IMAXBEL; in ttcompatsetflags()
H A Dtty.c90 IGNCR|ICRNL|IXON|IXOFF|IXANY|IMAXBEL|IUTF8)
/freebsd-14.2/contrib/libedit/
H A Dtty.c205 #ifdef IMAXBEL
206 {"imaxbel", IMAXBEL, MD_INP},
/freebsd-14.2/sys/compat/linux/
H A Dlinux_ioctl.c417 if (bios->c_iflag & IMAXBEL) in bsd_to_linux_termios()
535 bios->c_iflag |= IMAXBEL; in linux_to_bsd_termios()