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

/freebsd-13-stable/sys/dev/vt/
H A Dvt_buf.c61 static int vtbuf_wth(const struct vt_buf *vb, int row);
182 vtbuf_wth(const struct vt_buf *vb, int row) function
240 row = vtbuf_wth(vb, row);
799 vb->vb_mark_end.tp_row = vtbuf_wth(vb, row);
804 vb->vb_mark_start.tp_row = vtbuf_wth(vb, row);
807 vb->vb_mark_end.tp_row = vtbuf_wth(vb, row);
812 vtbuf_wth(vb, row);
834 vtbuf_wth(vb, row);

Completed in 59 milliseconds