Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/kern/
HDsubr_terminal.c423 tm->tm_flags &= ~TF_BELL; in termtty_outwakeup()
434 if (flags & TF_BELL) in termtty_outwakeup()
627 tm->tm_flags |= TF_BELL; in termteken_bell()
/freebsd-14-stable/sys/sys/
HDterminal.h204 #define TF_BELL 0x2 /* Bell needs to be sent. */ macro