Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dttydefaults.h49 #define TTYDEF_IFLAG (BRKINT | ICRNL | IMAXBEL | IXON | IXANY)
H A D_termios.h100 #define IMAXBEL 0x00002000 /* ring bell on input queue full */ macro
/f-stack/freebsd/kern/
H A Dtty_ttydisc.c595 } else if (!CMP_FLAG(i, ICRNL|IGNCR|IMAXBEL|INLCR|ISTRIP|IXON) && in ttydisc_optimize()
1064 if (CMP_FLAG(i, IMAXBEL)) in ttydisc_rint()
H A Dtty_compat.c349 iflag |= BRKINT|IXON|IMAXBEL; in ttcompatsetflags()
H A Dtty.c91 INLCR|IGNCR|ICRNL|IXON|IXOFF|IXANY|IMAXBEL)