Home
last modified time | relevance | path

Searched refs:vd_mx (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/sys/dev/vt/
HDvt_core.c1506 cursor_moved = (vd->vd_mx != vd->vd_mx_drawn || in vt_flush()
1531 vd->vd_mx_drawn = vd->vd_mx; in vt_flush()
2170 vd->vd_mx = min(vd->vd_mx, in vt_change_font()
2287 x = vd->vd_mx / vf->vf_width; in vt_mouse_terminput_button()
2388 x += vd->vd_mx; in vt_mouse_event()
2399 vd->vd_mx = x; in vt_mouse_event()
2403 vd->vd_mx / vf->vf_width, in vt_mouse_event()
2440 vd->vd_mx / vf->vf_width, in vt_mouse_event()
2468 if (vtbuf_set_mark(&vw->vw_buf, mark, vd->vd_mx / vf->vf_width, in vt_mouse_event()
2847 vd->vd_mx = vd->vd_width / 2; in vtterm_ioctl()
HDvt.h140 uint16_t vd_mx; /* (?) Current mouse X. */ member