Searched refs:SC_CHAR_CURSOR (Results 1 – 4 of 4) sorted by relevance
563 sc->flags |= SC_CHAR_CURSOR; in scterm_scan_esc()565 sc->flags &= ~SC_CHAR_CURSOR; in scterm_scan_esc()
185 #define SC_CHAR_CURSOR (1 << 3) macro
1049 sc->flags |= SC_CHAR_CURSOR; in scioctl()1051 sc->flags &= ~SC_CHAR_CURSOR; in scioctl()3172 if (scp->sc->flags & SC_CHAR_CURSOR) { in update_cursor_image()3194 if (scp->sc->flags & SC_CHAR_CURSOR) { in sc_set_cursor_image()
221 if (sc->flags & SC_CHAR_CURSOR) { in draw_txtcharcursor()