Lines Matching refs:vb_cursor
219 (vb->vb_cursor.tp_row == row) && (vb->vb_cursor.tp_col == col)) in vtbuf_iscursor()
617 if (vb->vb_cursor.tp_col > p->tp_col - 1) in vtbuf_grow()
622 vb->vb_cursor.tp_col = p->tp_col - 1; in vtbuf_grow()
624 if (vb->vb_curroffset > 0 || vb->vb_cursor.tp_row > p->tp_row - 1) in vtbuf_grow()
626 vb->vb_cursor.tp_row = p->tp_row - 1; in vtbuf_grow()
659 vtbuf_dirty_cell(vb, &vb->vb_cursor); in vtbuf_cursor_position()
660 vb->vb_cursor = *p; in vtbuf_cursor_position()
661 vtbuf_dirty_cell(vb, &vb->vb_cursor); in vtbuf_cursor_position()
663 vb->vb_cursor = *p; in vtbuf_cursor_position()
833 vtbuf_dirty_cell(vb, &vb->vb_cursor); in vtbuf_cursor_visibility()
850 vtbuf_dirty_cell(vb, &vb->vb_cursor); in vtbuf_scroll_mode()