Searched refs:IMAXBEL (Results 1 – 17 of 17) sorted by relevance
| /dragonfly/crypto/openssh/ |
| HD | ttymodes.h | 118 #ifdef IMAXBEL 119 TTYMODE(IMAXBEL,c_iflag, 41)
|
| /dragonfly/usr.sbin/lpr/lpd/ |
| HD | modes.c | 123 { "imaxbel", IMAXBEL, 0 }, 124 { "-imaxbel", 0, IMAXBEL },
|
| /dragonfly/bin/stty/ |
| HD | modes.c | 123 { "imaxbel", IMAXBEL, 0 }, 124 { "-imaxbel", 0, IMAXBEL },
|
| HD | print.c | 121 put("-imaxbel", IMAXBEL, 1); in print()
|
| HD | key.c | 143 ip->t.c_iflag |= BRKINT|IXON|IMAXBEL; in f_cbreak()
|
| /dragonfly/usr.bin/tset/ |
| HD | set.c | 86 #ifdef IMAXBEL in reset_mode() 87 | IMAXBEL in reset_mode()
|
| /dragonfly/sys/sys/ |
| HD | ttydefaults.h | 49 #define TTYDEF_IFLAG (BRKINT | ICRNL | IMAXBEL | IXON | IXANY)
|
| HD | _termios.h | 98 #define IMAXBEL 0x00002000 /* ring bell on input queue full */ macro
|
| /dragonfly/contrib/ncurses/progs/ |
| HD | reset_cmd.c | 249 #ifdef IMAXBEL in reset_tty_settings() 250 | IMAXBEL in reset_tty_settings()
|
| /dragonfly/lib/libc/gen/ |
| HD | termios.c | 170 t->c_iflag &= ~(IMAXBEL|IXOFF|INPCK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IGNPAR); in cfmakeraw()
|
| /dragonfly/usr.bin/window/ |
| HD | wwinit.c | 108 ~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXOFF | IMAXBEL); in wwinit()
|
| /dragonfly/usr.bin/tip/ |
| HD | tip.c | 198 ctermios.c_iflag = (IMAXBEL|IXANY|ISTRIP|IXON|BRKINT); in main()
|
| /dragonfly/contrib/tcsh-6/ |
| HD | ed.term.c | 135 # ifdef IMAXBEL 136 { "imaxbel",IMAXBEL,M_INPUT },
|
| /dragonfly/contrib/libedit/src/ |
| HD | tty.c | 205 #ifdef IMAXBEL 206 {"imaxbel", IMAXBEL, MD_INP},
|
| /dragonfly/sys/bus/u4b/serial/ |
| HD | usb_serial.c | 2301 if (!(t->c_iflag & (ICRNL | IGNCR | IMAXBEL | INLCR | ISTRIP | IXON)) in disc_optim()
|
| /dragonfly/sys/dev/serial/sio/ |
| HD | sio.c | 2807 if (!(t->c_iflag & (ICRNL | IGNCR | IMAXBEL | INLCR | ISTRIP | IXON)) in disc_optim()
|
| /dragonfly/sys/kern/ |
| HD | tty.c | 673 if (ISSET(iflag, IMAXBEL)) { in ttyinput()
|