Lines Matching refs:vb_cursor
245 (vb->vb_cursor.tp_row == row) && (vb->vb_cursor.tp_col == col)) in vtbuf_iscursor()
675 if (vb->vb_cursor.tp_col > p->tp_col - 1) in vtbuf_grow()
680 vb->vb_cursor.tp_col = p->tp_col - 1; in vtbuf_grow()
682 if (vb->vb_curroffset > 0 || vb->vb_cursor.tp_row > p->tp_row - 1) in vtbuf_grow()
684 vb->vb_cursor.tp_row = p->tp_row - 1; in vtbuf_grow()
717 vtbuf_dirty_cell(vb, &vb->vb_cursor); in vtbuf_cursor_position()
718 vb->vb_cursor = *p; in vtbuf_cursor_position()
719 vtbuf_dirty_cell(vb, &vb->vb_cursor); in vtbuf_cursor_position()
721 vb->vb_cursor = *p; in vtbuf_cursor_position()
933 vtbuf_dirty_cell(vb, &vb->vb_cursor); in vtbuf_cursor_visibility()
950 vtbuf_dirty_cell(vb, &vb->vb_cursor); in vtbuf_scroll_mode()