Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/vt/
HDvt_cpulogos.c192 terminal_set_cursor(tm, &vw->vw_buf.vb_cursor); in vt_fini_logos()
252 terminal_set_cursor(tm, &vw->vw_buf.vb_cursor); in vt_init_logos()
HDvt_core.c1941 terminal_set_cursor(tm, &vw->vw_buf.vb_cursor); in vt_change_font()
/freebsd-13-stable/sys/sys/
HDterminal.h213 void terminal_set_cursor(struct terminal *tm, const term_pos_t *pos);
/freebsd-13-stable/sys/kern/
HDsubr_terminal.c245 terminal_set_cursor(struct terminal *tm, const term_pos_t *pos) in terminal_set_cursor() function