Lines Matching refs:vb_cursor
215 (vb->vb_cursor.tp_row == row) && (vb->vb_cursor.tp_col == col)) in vtbuf_iscursor()
645 if (vb->vb_cursor.tp_col > p->tp_col - 1) in vtbuf_grow()
650 vb->vb_cursor.tp_col = p->tp_col - 1; in vtbuf_grow()
652 if (vb->vb_curroffset > 0 || vb->vb_cursor.tp_row > p->tp_row - 1) in vtbuf_grow()
654 vb->vb_cursor.tp_row = p->tp_row - 1; in vtbuf_grow()
687 vtbuf_dirty_cell(vb, &vb->vb_cursor); in vtbuf_cursor_position()
688 vb->vb_cursor = *p; in vtbuf_cursor_position()
689 vtbuf_dirty_cell(vb, &vb->vb_cursor); in vtbuf_cursor_position()
691 vb->vb_cursor = *p; in vtbuf_cursor_position()
903 vtbuf_dirty_cell(vb, &vb->vb_cursor); in vtbuf_cursor_visibility()
920 vtbuf_dirty_cell(vb, &vb->vb_cursor); in vtbuf_scroll_mode()