Lines Matching refs:vcol
1547 colnr_T vcol; in do_put() local
1830 vcol = 0; in do_put()
1844 for (ptr = oldp; vcol < col && *ptr; ) in do_put()
1847 incr = lbr_chartabsize_adv(oldp, &ptr, (colnr_T)vcol); in do_put()
1848 vcol += incr; in do_put()
1852 shortline = (vcol < col) || (vcol == col && !*ptr) ; in do_put()
1854 if (vcol < col) // line too short, padd with spaces in do_put()
1855 bd.startspaces = col - vcol; in do_put()
1856 else if (vcol > col) in do_put()
1858 bd.endspaces = vcol - col; in do_put()
2023 getvcol(curwin, &pos, NULL, &vcol, NULL); in do_put()
2046 if (getvpos(&pos, vcol) == OK) in do_put()