Searched refs:IMAXBEL (Results 1 – 15 of 15) sorted by relevance
/openbsd/usr.bin/ssh/ |
H A D | ttymodes.h | 118 #ifdef IMAXBEL 119 TTYMODE(IMAXBEL,c_iflag, 41)
|
/openbsd/usr.sbin/lpr/lpd/ |
H A D | modes.c | 116 { "imaxbel", IMAXBEL, 0 }, 117 { "-imaxbel", 0, IMAXBEL },
|
H A D | key.c | 132 ip->t.c_iflag |= BRKINT|IXON|IMAXBEL; in f_cbreak()
|
/openbsd/bin/stty/ |
H A D | modes.c | 119 { "imaxbel", IMAXBEL, 0 }, 120 { "-imaxbel", 0, IMAXBEL },
|
H A D | print.c | 124 put("-imaxbel", IMAXBEL, 1); in print()
|
H A D | key.c | 150 ip->t.c_iflag |= BRKINT|IXON|IMAXBEL; in f_cbreak()
|
/openbsd/lib/libc/termios/ |
H A D | cfmakeraw.c | 40 t->c_iflag &= ~(IMAXBEL|IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON); in cfmakeraw()
|
/openbsd/usr.sbin/lpd/ |
H A D | lp_stty.c | 162 ip->t.c_iflag |= BRKINT|IXON|IMAXBEL; in f_cbreak() 361 { "imaxbel", IMAXBEL, 0 }, 362 { "-imaxbel", 0, IMAXBEL },
|
/openbsd/sys/sys/ |
H A D | ttydefaults.h | 49 #define TTYDEF_IFLAG (BRKINT | ICRNL | IMAXBEL | IXON | IXANY)
|
H A D | termios.h | 104 #define IMAXBEL 0x00002000 /* ring bell on input queue full */ macro
|
/openbsd/usr.bin/tic/ |
H A D | reset_cmd.c | 252 #ifdef IMAXBEL in reset_tty_settings() 253 | IMAXBEL in reset_tty_settings()
|
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
H A D | ReadKey.xs | 912 #ifndef IMAXBEL in ReadMode() 913 #define IMAXBEL 0 in ReadMode() macro 981 work.c_iflag &= ~(IXOFF|IXON|IXANY|ICRNL|IMAXBEL|BRKINT); in ReadMode()
|
/openbsd/lib/libedit/ |
H A D | tty.c | 199 #ifdef IMAXBEL 200 {"imaxbel", IMAXBEL, MD_INP},
|
/openbsd/sys/kern/ |
H A D | tty.c | 536 if (ISSET(iflag, IMAXBEL)) { in ttyinput()
|
/openbsd/usr.bin/tmux/ |
H A D | tty.c | 325 tio.c_iflag &= ~(IXON|IXOFF|ICRNL|INLCR|IGNCR|IMAXBEL|ISTRIP); in tty_start_tty()
|