Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_terminal.c426 tm->tm_flags &= ~TF_BELL; in termtty_outwakeup()
437 if (flags & TF_BELL) in termtty_outwakeup()
630 tm->tm_flags |= TF_BELL; in termteken_bell()
/f-stack/freebsd/sys/
H A Dterminal.h207 #define TF_BELL 0x2 /* Bell needs to be sent. */ macro