Home
last modified time | relevance | path

Searched refs:SC_BLINK_CURSOR (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/misc/syscons/
H A Dscterm-sc.c559 sc->flags |= SC_BLINK_CURSOR; in scterm_scan_esc()
561 sc->flags &= ~SC_BLINK_CURSOR; in scterm_scan_esc()
H A Dsyscons.c1045 sc->flags |= SC_BLINK_CURSOR; in scioctl()
1047 sc->flags &= ~SC_BLINK_CURSOR; in scioctl()
2384 } else if (scp->sc->flags & SC_BLINK_CURSOR) { in scrn_update()
3150 scp->sc->flags & SC_BLINK_CURSOR, TRUE, in sc_draw_cursor_image()
3162 scp->sc->flags & SC_BLINK_CURSOR, FALSE, in sc_remove_cursor_image()
3179 blink = scp->sc->flags & SC_BLINK_CURSOR; in update_cursor_image()
3205 scp->sc->flags & SC_BLINK_CURSOR); in sc_set_cursor_image()
H A Dsyscons.h184 #define SC_BLINK_CURSOR (1 << 2) macro