Home
last modified time | relevance | path

Searched refs:startspaces (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dops.c319 if (bd.startspaces) in shift_block()
328 bd.startspaces = 0; in shift_block()
398 if (bd.startspaces) in shift_block()
426 if (bd.startspaces) in shift_block()
506 spaces = bdp->startspaces; in block_insert()
1060 bd.startspaces += vpos.coladd; in op_replace()
1061 n = bd.startspaces; in op_replace()
2205 bdp->startspaces = 0; in block_prep()
2251 if (is_del && bdp->startspaces) in block_prep()
2252 bdp->startspaces = bdp->start_char_vcols - bdp->startspaces; in block_prep()
[all …]
H A Dregister.c1238 bd.startspaces = 0; in op_yank()
1251 bd.startspaces = (ce - cs + 1) in op_yank()
1275 bd.startspaces = oap->end.coladd in op_yank()
1471 vim_memset(pnew, ' ', (size_t)bd->startspaces); in yank_copy_line()
1472 pnew += bd->startspaces; in yank_copy_line()
1828 bd.startspaces = 0; in do_put()
1855 bd.startspaces = col - vcol; in do_put()
1859 bd.startspaces = incr - bd.endspaces; in do_put()
1908 vim_memset(ptr, ' ', (size_t)bd.startspaces); in do_put()
1909 ptr += bd.startspaces; in do_put()
[all …]
H A Dstructs.h4336 int startspaces; // 'extra' cols before first char member