Searched refs:coladvance2 (Results 1 – 1 of 1) sorted by relevance
17 static int coladvance2(pos_T *pos, int addspaces, int finetune, colnr_T wcol);57 int rc = coladvance2(&curwin->w_cursor, TRUE, FALSE, wcol); in coladvance_force()118 return coladvance2(pos, FALSE, virtual_active(), wcol); in getvpos()122 coladvance2( in coladvance2() function