Home
last modified time | relevance | path

Searched refs:CONS_BLINK_CURSOR (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/sys/
H A Dconsio.h186 #define CONS_BLINK_CURSOR (1 << 0) macro
189 #define CONS_CURSOR_ATTRS (CONS_BLINK_CURSOR | CONS_CHAR_CURSOR | \
/freebsd/sys/dev/syscons/
H A Dscterm-teken.c678 CONS_BLINK_CURSOR, /* blinking block */ in scteken_param()
680 CONS_CHAR_CURSOR | CONS_BLINK_CURSOR, /* blinking underline */ in scteken_param()
732 flags = scp->base_curs_attr.flags ^ CONS_BLINK_CURSOR; in scteken_param()
H A Dscterm-sc.c188 CONS_BLINK_CURSOR, /* blinking block */ in scterm_scan_esc()
190 CONS_CHAR_CURSOR | CONS_BLINK_CURSOR, /* blinking underline */ in scterm_scan_esc()
197 CONS_BLINK_CURSOR | CONS_LOCAL_CURSOR, /* very visible */ in scterm_scan_esc()
H A Dsyscons.c2395 else if (scp->curs_attr.flags & CONS_BLINK_CURSOR) in scrn_update()
3049 scp->curs_attr.flags & CONS_BLINK_CURSOR, TRUE, in sc_draw_cursor_image()
3061 scp->curs_attr.flags & CONS_BLINK_CURSOR, FALSE, in sc_remove_cursor_image()
3097 scp->curs_attr.height, scp->curs_attr.flags & CONS_BLINK_CURSOR); in sc_set_cursor_image()
/freebsd/usr.sbin/vidcontrol/
H A Dvidcontrol.c623 type = CONS_BLINK_CURSOR | CONS_CHAR_CURSOR; in parse_cursor_params()
625 type |= CONS_BLINK_CURSOR; in parse_cursor_params()
627 type &= ~CONS_BLINK_CURSOR; in parse_cursor_params()