Home
last modified time | relevance | path

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

/freebsd/sys/dev/syscons/
H A Dscterm-teken.c681 CONS_RESET_CURSOR, /* reset to default */ in scteken_param()
685 CONS_RESET_CURSOR | CONS_LOCAL_CURSOR, /* normal */ in scteken_param()
731 CONS_RESET_CURSOR | CONS_LOCAL_CURSOR, -1, -1); in scteken_param()
H A Dscterm-sc.c191 CONS_RESET_CURSOR, /* reset to default */ in scterm_scan_esc()
195 CONS_RESET_CURSOR | CONS_LOCAL_CURSOR, /* normal */ in scterm_scan_esc()
242 CONS_RESET_CURSOR | CONS_LOCAL_CURSOR, -1, -1); in scterm_scan_esc()
H A Dsyscons.c3126 if (flags & CONS_RESET_CURSOR) in change_cursor_shape()
3161 if (flags & CONS_RESET_CURSOR) in sc_change_cursor_shape()
3175 change_cursor_shape(scp, CONS_RESET_CURSOR, -1, -1); in sc_change_cursor_shape()
/freebsd/sys/sys/
H A Dconsio.h195 #define CONS_RESET_CURSOR (1 << 30) macro
/freebsd/usr.sbin/vidcontrol/
H A Dvidcontrol.c651 type |= CONS_RESET_CURSOR; in parse_cursor_params()