Home
last modified time | relevance | path

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

/NextBSD/sys/dev/vt/
HDvt_buf.c174 if ((vb->vb_flags & (VBF_CURSOR|VBF_SCROLL)) == VBF_CURSOR && in vtbuf_iscursor()
369 vb->vb_flags |= VBF_CURSOR; in vtbuf_init_early()
611 if (vb->vb_flags & VBF_CURSOR) { in vtbuf_cursor_position()
781 vb->vb_flags |= VBF_CURSOR; in vtbuf_cursor_visibility()
783 vb->vb_flags &= ~VBF_CURSOR; in vtbuf_cursor_visibility()
HDvt.h191 #define VBF_CURSOR 0x1 /* Cursor visible. */ macro