Home
last modified time | relevance | path

Searched refs:vthistory_seek (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/vt/
H A Dvt.h284 int vthistory_seek(struct vt_buf *, int offset, int whence);
H A Dvt_buf.c70 vthistory_seek(struct vt_buf *vb, int offset, int whence) in vthistory_seek() function
H A Dvt_core.c751 diff = vthistory_seek(&vw->vw_buf, offset, whence); in vt_scroll()