Home
last modified time | relevance | path

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

/freebsd-14.2/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.c2394 vtbuf_set_mark(&vw->vw_buf, VTB_MARK_MOVE, in vt_mouse_event()
2431 vtbuf_set_mark(&vw->vw_buf, VTB_MARK_START, in vt_mouse_event()
2460 if (vtbuf_set_mark(&vw->vw_buf, mark, vd->vd_mx / vf->vf_width, in vt_mouse_event()
H A Dvt_buf.c818 vtbuf_set_mark(struct vt_buf *vb, int type, int col, int row) in vtbuf_set_mark() function