Searched refs:sc_vtb_move (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/syscons/ |
H A D | scterm-teken.c | 624 sc_vtb_move(&scp->vtb, r->tr_begin.tp_row * scp->xsize, in scteken_copy() 640 sc_vtb_move(&scp->vtb, src, dst, width); in scteken_copy() 655 sc_vtb_move(&scp->vtb, src, dst, width); in scteken_copy()
|
H A D | sctermvar.h | 99 sc_vtb_move(&scp->vtb, scp->cursor_pos, scp->cursor_pos + n, count); in sc_term_ins_char() 115 sc_vtb_move(&scp->vtb, scp->cursor_pos + n, scp->cursor_pos, count); in sc_term_del_char()
|
H A D | scvtb.c | 235 sc_vtb_move(sc_vtb_t *vtb, int from, int to, int count) in sc_vtb_move() function
|
H A D | syscons.h | 657 void sc_vtb_move(sc_vtb_t *vtb, int from, int to, int count);
|