Searched refs:IMAXBEL (Results 1 – 16 of 16) sorted by relevance
| /freebsd/crypto/heimdal/appl/login/ |
| H A D | stty_default.c | 66 #ifndef IMAXBEL 67 #define IMAXBEL 0 macro 83 termios.c_iflag |= (BRKINT|IGNPAR|ICRNL|IXON|IMAXBEL); in stty_default()
|
| /freebsd/crypto/openssh/ |
| H A D | ttymodes.h | 118 #ifdef IMAXBEL 119 TTYMODE(IMAXBEL,c_iflag, 41)
|
| /freebsd/usr.sbin/lpr/lpd/ |
| H A D | modes.c | 122 { "imaxbel", IMAXBEL, 0 }, 123 { "-imaxbel", 0, IMAXBEL },
|
| /freebsd/bin/stty/ |
| H A D | modes.c | 121 { "imaxbel", IMAXBEL, 0 }, 122 { "-imaxbel", 0, IMAXBEL },
|
| H A D | print.c | 118 put("-imaxbel", IMAXBEL, 1); in print()
|
| H A D | key.c | 138 ip->t.c_iflag |= BRKINT|IXON|IMAXBEL; in f_cbreak()
|
| /freebsd/contrib/ncurses/progs/ |
| H A D | reset_cmd.c | 215 #ifndef IMAXBEL 216 #define IMAXBEL 0 macro 329 | IMAXBEL)); in reset_tty_settings()
|
| /freebsd/sys/sys/ |
| H A D | ttydefaults.h | 46 #define TTYDEF_IFLAG (BRKINT | ICRNL | IMAXBEL | IXON | IXANY | IUTF8)
|
| H A D | _termios.h | 97 #define IMAXBEL 0x00002000 /* ring bell on input queue full */ macro
|
| /freebsd/lib/libc/gen/ |
| H A D | termios.c | 166 t->c_iflag &= ~(IMAXBEL|IXOFF|INPCK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IGNPAR); in cfmakeraw()
|
| /freebsd/contrib/tcsh/ |
| H A D | ed.term.c | 134 # ifdef IMAXBEL 135 { "imaxbel",IMAXBEL,M_INPUT },
|
| /freebsd/sys/kern/ |
| H A D | tty_ttydisc.c | 678 } 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 D | tty_compat.c | 345 iflag |= BRKINT|IXON|IMAXBEL; in ttcompatsetflags()
|
| H A D | tty.c | 89 IGNCR|ICRNL|IXON|IXOFF|IXANY|IMAXBEL|IUTF8)
|
| /freebsd/contrib/libedit/ |
| H A D | tty.c | 205 #ifdef IMAXBEL 206 {"imaxbel", IMAXBEL, MD_INP},
|
| /freebsd/sys/compat/linux/ |
| H A D | linux_ioctl.c | 435 if (bios->c_iflag & IMAXBEL) in bsd_to_linux_termios() 563 bios->c_iflag |= IMAXBEL; in linux_to_bsd_termios()
|