Searched refs:SC_VISUAL_BELL (Results 1 – 2 of 2) sorted by relevance
182 #define SC_VISUAL_BELL (1 << 0) macro
1068 sc->flags |= SC_VISUAL_BELL; in scioctl()1070 sc->flags &= ~SC_VISUAL_BELL; in scioctl()4326 if (scp->sc->flags & SC_VISUAL_BELL) { in sc_bell()