Searched refs:vb_mark_end (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/dev/vt/
H A Dvt_buf.c145 vtbuf_in_this_range(cur, vb->vb_mark_end.tp_row, cur + offset, sz)) {
147 vb->vb_mark_start.tp_row = vb->vb_mark_end.tp_row;
148 vb->vb_mark_start.tp_col = vb->vb_mark_end.tp_col;
220 if (vb->vb_mark_start.tp_col == vb->vb_mark_end.tp_col &&
221 vb->vb_mark_start.tp_row == vb->vb_mark_end.tp_row)
226 ec = vb->vb_mark_end.tp_col;
227 er = vb->vb_mark_end.tp_row;
439 vb->vb_mark_end.tp_row = 0;
440 vb->vb_mark_end.tp_col = 0;
703 if ((vb->vb_mark_start.tp_col != vb->vb_mark_end
[all...]
H A Dvt.h219 term_pos_t vb_mark_end; /* (b) Copy region end. */ member in struct:vt_buf
H A Dvt_core.c248 .vb_mark_end = {.tp_row = 0, .tp_col = 0,},

Completed in 179 milliseconds