Home
last modified time | relevance | path

Searched refs:getvpos (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dmisc2.pro7 int getvpos(pos_T *pos, colnr_T wcol);
/vim-8.2.3635/src/
H A Dmisc2.c98 int rc = getvpos(&curwin->w_cursor, wcol); in coladvance()
116 getvpos(pos_T *pos, colnr_T wcol) in getvpos() function
H A Dops.c1059 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()
H A Dregister.c2046 if (getvpos(&pos, vcol) == OK) in do_put()