Home
last modified time | relevance | path

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

/src/sys/dev/vt/
H A Dvt_buf.c145 vtbuf_in_this_range(cur, vb->vb_mark_end.tp_row, cur + offset, sz)) { in vthistory_addlines()
147 vb->vb_mark_start.tp_row = vb->vb_mark_end.tp_row; in vthistory_addlines()
148 vb->vb_mark_start.tp_col = vb->vb_mark_end.tp_col; in vthistory_addlines()
220 if (vb->vb_mark_start.tp_col == vb->vb_mark_end.tp_col && in vtbuf_iscursor()
221 vb->vb_mark_start.tp_row == vb->vb_mark_end.tp_row) in vtbuf_iscursor()
226 ec = vb->vb_mark_end.tp_col; in vtbuf_iscursor()
227 er = vb->vb_mark_end.tp_row; in vtbuf_iscursor()
439 vb->vb_mark_end.tp_row = 0; in vtbuf_reset_scrollback()
440 vb->vb_mark_end.tp_col = 0; in vtbuf_reset_scrollback()
703 if ((vb->vb_mark_start.tp_col != vb->vb_mark_end.tp_col) || in vtbuf_flush_mark()
[all …]
H A Dvt.h218 term_pos_t vb_mark_end; /* (b) Copy region end. */ member
H A Dvt_core.c252 .vb_mark_end = {.tp_row = 0, .tp_col = 0,},