Searched refs:sc_change_cursor_shape (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/sys/dev/syscons/ |
| D | scterm-teken.c | 710 sc_change_cursor_shape(scp, v0, -1, -1); in scteken_param() 719 sc_change_cursor_shape(scp, -1, in scteken_param() 723 sc_change_cursor_shape(scp, -1, in scteken_param() 730 sc_change_cursor_shape(scp, tcattrs[value], -1, -1); in scteken_param() 732 sc_change_cursor_shape(scp, in scteken_param() 735 sc_change_cursor_shape(scp, in scteken_param() 744 sc_change_cursor_shape(scp, flags | CONS_LOCAL_CURSOR, -1, -1); in scteken_param()
|
| D | syscons.h | 578 void sc_change_cursor_shape(scr_stat *scp, int flags,
|
| D | syscons.c | 954 sc_change_cursor_shape(scp, *(int *)data, -1, -1); in sctty_ioctl() 988 sc_change_cursor_shape(scp, ((int *)data)[0], in sctty_ioctl() 3099 sc_change_cursor_shape(scr_stat *scp, int flags, int base, int height) in sc_change_cursor_shape() function
|