Home
last modified time | relevance | path

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

/freebsd/sys/dev/vt/
H A Dvt.h249 int vtbuf_set_mark(struct vt_buf *vb, int type, int col, int row);
H A Dvt_core.c2397 vtbuf_set_mark(&vw->vw_buf, VTB_MARK_MOVE, in vt_mouse_event()
2434 vtbuf_set_mark(&vw->vw_buf, VTB_MARK_START, in vt_mouse_event()
2463 if (vtbuf_set_mark(&vw->vw_buf, mark, vd->vd_mx / vf->vf_width, in vt_mouse_event()
H A Dvt_buf.c817 vtbuf_set_mark(struct vt_buf *vb, int type, int col, int row) in vtbuf_set_mark() function