Searched refs:sc_change_cursor_shape (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/syscons/ |
H A D | scterm-teken.c | 708 sc_change_cursor_shape(scp, v0, -1, -1); in scteken_param() 717 sc_change_cursor_shape(scp, -1, in scteken_param() 721 sc_change_cursor_shape(scp, -1, in scteken_param() 728 sc_change_cursor_shape(scp, tcattrs[value], -1, -1); in scteken_param() 730 sc_change_cursor_shape(scp, in scteken_param() 733 sc_change_cursor_shape(scp, in scteken_param() 742 sc_change_cursor_shape(scp, flags | CONS_LOCAL_CURSOR, -1, -1); in scteken_param()
|
H A D | scterm-sc.c | 241 sc_change_cursor_shape(scp, in scterm_scan_esc() 584 sc_change_cursor_shape(scp, v0, -1, -1); in scterm_scan_esc() 593 sc_change_cursor_shape(scp, -1, in scterm_scan_esc() 597 sc_change_cursor_shape(scp, -1, in scterm_scan_esc() 646 sc_change_cursor_shape(scp, in scterm_scan_esc()
|
H A D | syscons.h | 565 void sc_change_cursor_shape(scr_stat *scp, int flags,
|
H A D | syscons.c | 957 sc_change_cursor_shape(scp, *(int *)data, -1, -1); in sctty_ioctl() 992 sc_change_cursor_shape( in sctty_ioctl() 3141 sc_change_cursor_shape(scr_stat *scp, int flags, int base, int height) in sc_change_cursor_shape() function
|