Searched refs:blink_in_progress (Results 1 – 2 of 2) sorted by relevance
342 (scp == scp->sc->cur_scp && scp->sc->blink_in_progress)) in sctty_outwakeup()1833 if (scp != scp->sc->cur_scp || scp->sc->blink_in_progress in sccnupdate()1908 if (sc->blink_in_progress || sc->switch_in_progress in scrn_timer()2336 || sc->blink_in_progress) { in sc_switch_scr()3854 if (scp->sc->blink_in_progress) in sc_bell()3856 scp->sc->blink_in_progress = 3; in sc_bell()3858 scp->sc->blink_in_progress += 2; in sc_bell()3873 if (ISGRAPHSC(scp) || (scp->sc->blink_in_progress <= 1)) { in blink_screen()3874 scp->sc->blink_in_progress = 0; in blink_screen()3884 scp->sc->blink_in_progress & 1); in blink_screen()[all …]
232 char blink_in_progress; member