Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dttymodes.h118 #ifdef IMAXBEL
119 TTYMODE(IMAXBEL,c_iflag, 41)
/openbsd/usr.sbin/lpr/lpd/
H A Dmodes.c116 { "imaxbel", IMAXBEL, 0 },
117 { "-imaxbel", 0, IMAXBEL },
H A Dkey.c132 ip->t.c_iflag |= BRKINT|IXON|IMAXBEL; in f_cbreak()
/openbsd/bin/stty/
H A Dmodes.c119 { "imaxbel", IMAXBEL, 0 },
120 { "-imaxbel", 0, IMAXBEL },
H A Dprint.c124 put("-imaxbel", IMAXBEL, 1); in print()
H A Dkey.c150 ip->t.c_iflag |= BRKINT|IXON|IMAXBEL; in f_cbreak()
/openbsd/lib/libc/termios/
H A Dcfmakeraw.c40 t->c_iflag &= ~(IMAXBEL|IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON); in cfmakeraw()
/openbsd/usr.sbin/lpd/
H A Dlp_stty.c162 ip->t.c_iflag |= BRKINT|IXON|IMAXBEL; in f_cbreak()
361 { "imaxbel", IMAXBEL, 0 },
362 { "-imaxbel", 0, IMAXBEL },
/openbsd/sys/sys/
H A Dttydefaults.h49 #define TTYDEF_IFLAG (BRKINT | ICRNL | IMAXBEL | IXON | IXANY)
H A Dtermios.h104 #define IMAXBEL 0x00002000 /* ring bell on input queue full */ macro
/openbsd/usr.bin/tic/
H A Dreset_cmd.c252 #ifdef IMAXBEL in reset_tty_settings()
253 | IMAXBEL in reset_tty_settings()
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A DReadKey.xs912 #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 Dtty.c199 #ifdef IMAXBEL
200 {"imaxbel", IMAXBEL, MD_INP},
/openbsd/sys/kern/
H A Dtty.c536 if (ISSET(iflag, IMAXBEL)) { in ttyinput()
/openbsd/usr.bin/tmux/
H A Dtty.c325 tio.c_iflag &= ~(IXON|IXOFF|ICRNL|INLCR|IGNCR|IMAXBEL|ISTRIP); in tty_start_tty()