Home
last modified time | relevance | path

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

/NextBSD/sys/dev/vt/
HDvt_buf.c186 ec = vb->vb_mark_end.tp_col; in vtbuf_iscursor()
187 er = vtbuf_htw(vb, vb->vb_mark_end.tp_row); in vtbuf_iscursor()
374 vb->vb_mark_end.tp_row = 0; in vtbuf_init_early()
375 vb->vb_mark_end.tp_col = 0; in vtbuf_init_early()
630 if (vb->vb_mark_start.tp_col || vb->vb_mark_end.tp_col || in vtbuf_flush_mark()
631 vb->vb_mark_start.tp_row || vb->vb_mark_end.tp_row) { in vtbuf_flush_mark()
634 e = vtbuf_htw(vb, vb->vb_mark_end.tp_row); in vtbuf_flush_mark()
655 POS_INDEX(vtbuf_htw(vb, vb->vb_mark_end.tp_row), in vtbuf_get_marked_len()
656 vb->vb_mark_end.tp_col)) { in vtbuf_get_marked_len()
658 POS_COPY(s, vb->vb_mark_end); in vtbuf_get_marked_len()
[all …]
HDvt.h201 term_pos_t vb_mark_end; /* (b) Copy region end. */ member
HDvt_core.c223 .vb_mark_end = {.tp_row = 0, .tp_col = 0,},