Home
last modified time | relevance | path

Searched refs:TF_BELL (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/kern/
H A Dsubr_terminal.c422 tm->tm_flags &= ~TF_BELL; in termtty_outwakeup()
433 if (flags & TF_BELL) in termtty_outwakeup()
626 tm->tm_flags |= TF_BELL; in termteken_bell()
/freebsd/sys/sys/
H A Dterminal.h204 #define TF_BELL 0x2 /* Bell needs to be sent. */ macro