Home
last modified time | relevance | path

Searched refs:terminal_set_cursor (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/vt/
H A Dvt_cpulogos.c191 terminal_set_cursor(tm, &vw->vw_buf.vb_cursor); in vt_fini_logos()
251 terminal_set_cursor(tm, &vw->vw_buf.vb_cursor); in vt_init_logos()
H A Dvt_core.c2146 terminal_set_cursor(tm, &vw->vw_buf.vb_cursor); in vt_change_font()
/freebsd/sys/sys/
H A Dterminal.h213 void terminal_set_cursor(struct terminal *tm, const term_pos_t *pos);
/freebsd/sys/kern/
H A Dsubr_terminal.c244 terminal_set_cursor(struct terminal *tm, const term_pos_t *pos) in terminal_set_cursor() function