Searched refs:getviscol (Results 1 – 9 of 9) sorted by relevance
3 int getviscol(void);
2660 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()
1030 coladvance_force(getviscol()); in ins_char_bytes()1162 coladvance_force(getviscol()); in ins_str()
5024 coladvance_force((colnr_T)(getviscol() + cap->count1)); in nv_replace()5028 coladvance_force(getviscol()); in nv_replace()5243 coladvance(getviscol()); in nv_Replace()5272 coladvance(getviscol()); in nv_vreplace()7181 coladvance(getviscol()); in nv_edit()
1757 int viscol = getviscol(); in do_put()1774 coladvance_force(getviscol() + (dir == FORWARD)); in do_put()
1186 coladvance_force(getviscol()); in op_replace()1492 ? oap->end_vcol + 1 : getviscol()); in op_insert()1735 coladvance_force(getviscol()); in op_change()
41 getviscol(void) in getviscol() function
594 uhp->uh_cursor_vcol = getviscol(); in u_savecommon()
4986 Solution: Make getviscol() and getviscol2() use getvvcol() to obtain the