Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/vt/
HDvt.h238 int vtbuf_set_mark(struct vt_buf *vb, int type, int col, int row);
HDvt_core.c2192 vtbuf_set_mark(&vw->vw_buf, VTB_MARK_MOVE, in vt_mouse_event()
2229 vtbuf_set_mark(&vw->vw_buf, VTB_MARK_START, in vt_mouse_event()
2258 if (vtbuf_set_mark(&vw->vw_buf, mark, vd->vd_mx / vf->vf_width, in vt_mouse_event()
HDvt_buf.c818 vtbuf_set_mark(struct vt_buf *vb, int type, int col, int row) in vtbuf_set_mark() function