Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
HDttymodes.h118 #ifdef IMAXBEL
119 TTYMODE(IMAXBEL,c_iflag, 41)
/dragonfly/usr.sbin/lpr/lpd/
HDmodes.c123 { "imaxbel", IMAXBEL, 0 },
124 { "-imaxbel", 0, IMAXBEL },
/dragonfly/bin/stty/
HDmodes.c123 { "imaxbel", IMAXBEL, 0 },
124 { "-imaxbel", 0, IMAXBEL },
HDprint.c121 put("-imaxbel", IMAXBEL, 1); in print()
HDkey.c143 ip->t.c_iflag |= BRKINT|IXON|IMAXBEL; in f_cbreak()
/dragonfly/usr.bin/tset/
HDset.c86 #ifdef IMAXBEL in reset_mode()
87 | IMAXBEL in reset_mode()
/dragonfly/sys/sys/
HDttydefaults.h49 #define TTYDEF_IFLAG (BRKINT | ICRNL | IMAXBEL | IXON | IXANY)
HD_termios.h98 #define IMAXBEL 0x00002000 /* ring bell on input queue full */ macro
/dragonfly/contrib/ncurses/progs/
HDreset_cmd.c249 #ifdef IMAXBEL in reset_tty_settings()
250 | IMAXBEL in reset_tty_settings()
/dragonfly/lib/libc/gen/
HDtermios.c170 t->c_iflag &= ~(IMAXBEL|IXOFF|INPCK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IGNPAR); in cfmakeraw()
/dragonfly/usr.bin/window/
HDwwinit.c108 ~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXOFF | IMAXBEL); in wwinit()
/dragonfly/usr.bin/tip/
HDtip.c198 ctermios.c_iflag = (IMAXBEL|IXANY|ISTRIP|IXON|BRKINT); in main()
/dragonfly/contrib/tcsh-6/
HDed.term.c135 # ifdef IMAXBEL
136 { "imaxbel",IMAXBEL,M_INPUT },
/dragonfly/contrib/libedit/src/
HDtty.c205 #ifdef IMAXBEL
206 {"imaxbel", IMAXBEL, MD_INP},
/dragonfly/sys/bus/u4b/serial/
HDusb_serial.c2301 if (!(t->c_iflag & (ICRNL | IGNCR | IMAXBEL | INLCR | ISTRIP | IXON)) in disc_optim()
/dragonfly/sys/dev/serial/sio/
HDsio.c2807 if (!(t->c_iflag & (ICRNL | IGNCR | IMAXBEL | INLCR | ISTRIP | IXON)) in disc_optim()
/dragonfly/sys/kern/
HDtty.c673 if (ISSET(iflag, IMAXBEL)) { in ttyinput()