Lines Matching refs:vb_cursor
216 (vb->vb_cursor.tp_row == row) && (vb->vb_cursor.tp_col == col)) in vtbuf_iscursor()
646 if (vb->vb_cursor.tp_col > p->tp_col - 1) in vtbuf_grow()
651 vb->vb_cursor.tp_col = p->tp_col - 1; in vtbuf_grow()
653 if (vb->vb_curroffset > 0 || vb->vb_cursor.tp_row > p->tp_row - 1) in vtbuf_grow()
655 vb->vb_cursor.tp_row = p->tp_row - 1; in vtbuf_grow()
688 vtbuf_dirty_cell(vb, &vb->vb_cursor); in vtbuf_cursor_position()
689 vb->vb_cursor = *p; in vtbuf_cursor_position()
690 vtbuf_dirty_cell(vb, &vb->vb_cursor); in vtbuf_cursor_position()
692 vb->vb_cursor = *p; in vtbuf_cursor_position()
904 vtbuf_dirty_cell(vb, &vb->vb_cursor); in vtbuf_cursor_visibility()
921 vtbuf_dirty_cell(vb, &vb->vb_cursor); in vtbuf_scroll_mode()