Searched refs:getvpos (Results 1 – 4 of 4) sorted by relevance
7 int getvpos(pos_T *pos, colnr_T wcol);
98 int rc = getvpos(&curwin->w_cursor, wcol); in coladvance()116 getvpos(pos_T *pos, colnr_T wcol) in getvpos() function
1059 getvpos(&vpos, oap->start_vcol); in op_replace()1188 getvpos(&oap->end, end_vcol); in op_replace()1788 (void)getvpos(&vpos, oap->start_vcol); in op_change()
2046 if (getvpos(&pos, vcol) == OK) in do_put()