Home
last modified time | relevance | path

Searched refs:getviscol (Results 1 – 14 of 14) sorted by relevance

/dports/editors/vim/vim-8.2.3745/src/proto/
H A Dmisc2.pro3 int getviscol(void);
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dcursor.c31 int getviscol(void) in getviscol() function
H A Dchange.c570 coladvance_force(getviscol()); in ins_char_bytes()
683 coladvance_force(getviscol()); in ins_str()
H A Dops.c1946 coladvance_force(getviscol()); in op_replace()
2191 ? oap->end_vcol + 1 : getviscol()); in op_insert()
2414 coladvance_force(getviscol()); in op_change()
3142 int viscol = getviscol(); in do_put()
3151 coladvance_force(getviscol() + (dir == FORWARD)); in do_put()
H A Dnormal.c6192 coladvance_force((colnr_T)(getviscol() + cap->count1)); in nv_replace()
6196 coladvance_force(getviscol()); in nv_replace()
6354 coladvance(getviscol()); in nv_Replace()
6380 coladvance(getviscol()); in nv_vreplace()
7960 coladvance(getviscol()); in nv_edit()
H A Dedit.c6832 coladvance(getviscol() + ((*ptr != TAB && vim_isprintc(utf_ptr2char(ptr))) ? in oneright()
6863 int v = getviscol(); in oneleft()
6876 if (getviscol() < v) { in oneleft()
9085 coladvance(getviscol()); in ins_eol()
H A Dundo.c465 uhp->uh_cursor_vcol = getviscol(); in u_savecommon()
/dports/editors/vim/vim-8.2.3745/src/
H A Dedit.c2660 coladvance(getviscol() + ((*ptr != TAB in oneright()
2696 int v = getviscol(); in oneleft()
2711 && !has_mbyte) || getviscol() < v) in oneleft()
5134 coladvance(getviscol()); in ins_eol()
H A Dchange.c1026 coladvance_force(getviscol()); in ins_char_bytes()
1158 coladvance_force(getviscol()); in ins_str()
H A Dnormal.c5051 coladvance_force((colnr_T)(getviscol() + cap->count1)); in nv_replace()
5055 coladvance_force(getviscol()); in nv_replace()
5270 coladvance(getviscol()); in nv_Replace()
5299 coladvance(getviscol()); in nv_vreplace()
7208 coladvance(getviscol()); in nv_edit()
H A Dregister.c1741 int viscol = getviscol(); in do_put()
1758 coladvance_force(getviscol() + (dir == FORWARD)); in do_put()
H A Dops.c1186 coladvance_force(getviscol()); in op_replace()
1493 ? oap->end_vcol + 1 : getviscol()); in op_insert()
1754 coladvance_force(getviscol()); in op_change()
H A Dmisc2.c41 getviscol(void) in getviscol() function
H A Dundo.c594 uhp->uh_cursor_vcol = getviscol(); in u_savecommon()