Searched refs:vtbuf_set_mark (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/vt/ |
H A D | vt.h | 249 int vtbuf_set_mark(struct vt_buf *vb, int type, int col, int row);
|
H A D | vt_core.c | 2397 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 D | vt_buf.c | 817 vtbuf_set_mark(struct vt_buf *vb, int type, int col, int row) in vtbuf_set_mark() function
|