Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/vt/
HDvt.h240 void vtbuf_extract_marked(struct vt_buf *vb, term_char_t *buf, int sz, int mark);
HDvt_buf.c772 vtbuf_extract_marked(struct vt_buf *vb, term_char_t *buf, int sz, int mark) in vtbuf_extract_marked() function
HDvt_core.c2290 vtbuf_extract_marked(&vw->vw_buf, VD_PASTEBUF(vd), len, mark); in vt_mouse_event()