Searched refs:SC_VISUAL_BELL (Results 1 – 2 of 2) sorted by relevance
195 #define SC_VISUAL_BELL (1 << 0) macro
999 sc->flags |= SC_VISUAL_BELL; in sctty_ioctl()1001 sc->flags &= ~SC_VISUAL_BELL; in sctty_ioctl()4277 if (scp->sc->flags & SC_VISUAL_BELL) { in sc_bell()