Home
last modified time | relevance | path

Searched refs:vtbuf_scroll_mode (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/vt/
H A Dvt.h241 void vtbuf_scroll_mode(struct vt_buf *vb, int yes);
262 #define VTBUF_SLCK_ENABLE(vb) vtbuf_scroll_mode((vb), 1)
263 #define VTBUF_SLCK_DISABLE(vb) vtbuf_scroll_mode((vb), 0)
H A Dvt_buf.c907 vtbuf_scroll_mode(struct vt_buf *vb, int yes) in vtbuf_scroll_mode() function