Searched refs:vtbuf_set_mark (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13-stable/sys/dev/vt/ |
| HD | vt.h | 238 int vtbuf_set_mark(struct vt_buf *vb, int type, int col, int row);
|
| HD | vt_core.c | 2192 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()
|
| HD | vt_buf.c | 818 vtbuf_set_mark(struct vt_buf *vb, int type, int col, int row) in vtbuf_set_mark() function
|