Searched refs:sc_vtb_move (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/sys/pc98/cbus/
H A Dsctermvar.h101 sc_vtb_move(&scp->vtb, scp->cursor_pos, scp->cursor_pos + n, count);
117 sc_vtb_move(&scp->vtb, scp->cursor_pos + n, scp->cursor_pos, count);
H A Dscvtb.c308 sc_vtb_move(sc_vtb_t *vtb, int from, int to, int count) function
/freebsd-11.0-release/sys/dev/syscons/
H A Dscvtb.c253 sc_vtb_move(sc_vtb_t *vtb, int from, int to, int count) function
H A Dscterm-teken.c647 sc_vtb_move(&scp->vtb, r->tr_begin.tp_row * scp->xsize,
663 sc_vtb_move(&scp->vtb, src, dst, width);
678 sc_vtb_move(&scp->vtb, src, dst, width);
H A Dsyscons.h664 void sc_vtb_move(sc_vtb_t *vtb, int from, int to, int count);

Completed in 126 milliseconds