Searched refs:VBF_CURSOR (Results 1 – 2 of 2) sorted by relevance
214 if ((vb->vb_flags & (VBF_CURSOR|VBF_SCROLL)) == VBF_CURSOR && in vtbuf_iscursor()446 vb->vb_flags |= VBF_CURSOR; in vtbuf_init_early()686 if (vb->vb_flags & VBF_CURSOR) { in vtbuf_cursor_position()897 vb->vb_flags |= VBF_CURSOR; in vtbuf_cursor_visibility()899 vb->vb_flags &= ~VBF_CURSOR; in vtbuf_cursor_visibility()
209 #define VBF_CURSOR 0x1 /* Cursor visible. */ macro