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

/freebsd-current/sys/dev/vt/
H A Dvt_buf.c57 static int vtbuf_wth(const struct vt_buf *vb, int row);
178 vtbuf_wth(const struct vt_buf *vb, int row) function
236 row = vtbuf_wth(vb, row);
831 vb->vb_mark_end.tp_row = vtbuf_wth(vb, row);
836 vb->vb_mark_start.tp_row = vtbuf_wth(vb, row);
839 vb->vb_mark_end.tp_row = vtbuf_wth(vb, row);
844 vtbuf_wth(vb, row);
873 vtbuf_wth(vb, row);

Completed in 180 milliseconds