Home
last modified time | relevance | path

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

/freebsd/sys/dev/vt/
H A Dvt_core.c1513 cursor_moved = (vd->vd_mx != vd->vd_mx_drawn || in vt_flush()
1538 vd->vd_mx_drawn = vd->vd_mx; in vt_flush()
2173 vd->vd_mx = min(vd->vd_mx, in vt_change_font()
2290 x = vd->vd_mx / vf->vf_width; in vt_mouse_terminput_button()
2391 x += vd->vd_mx; in vt_mouse_event()
2402 vd->vd_mx = x; in vt_mouse_event()
2406 vd->vd_mx / vf->vf_width, in vt_mouse_event()
2443 vd->vd_mx / vf->vf_width, in vt_mouse_event()
2471 if (vtbuf_set_mark(&vw->vw_buf, mark, vd->vd_mx / v in vt_mouse_event()
[all...]
H A Dvt.h139 uint16_t vd_mx; /* (?) Current mouse X. */ member