Lines Matching refs:endspaces
516 spaces = (bdp->endspaces ? ts_val - bdp->endspaces : 0); in block_insert()
784 n = bd.textlen - bd.startspaces - bd.endspaces; in op_delete()
793 (size_t)(bd.startspaces + bd.endspaces)); in op_delete()
796 STRMOVE(newp + bd.textcol + bd.startspaces + bd.endspaces, oldp); in op_delete()
1068 n += (bd.endspaces in op_replace()
1082 ++bd.endspaces; in op_replace()
1121 vim_memset(newp + STRLEN(newp), ' ', (size_t)bd.endspaces); in op_replace()
1523 for (i = 0; i < bd.endspaces; ++i) in op_insert()
1525 bd.textlen += bd.endspaces; in op_insert()
1626 if (bd2.endspaces) in op_insert()
2206 bdp->endspaces = 0; in block_prep()
2244 bdp->endspaces = oap->end_vcol - oap->start_vcol + 1; in block_prep()
2259 bdp->endspaces = bdp->start_char_vcols - bdp->startspaces; in block_prep()
2263 bdp->endspaces = bdp->start_char_vcols - bdp->startspaces; in block_prep()
2275 bdp->endspaces = bdp->end_vcol - oap->end_vcol - 1; in block_prep()
2300 bdp->endspaces = oap->end_vcol - bdp->end_vcol in block_prep()
2303 bdp->endspaces = 0; // replace doesn't add characters in block_prep()
2307 bdp->endspaces = bdp->end_vcol - oap->end_vcol - 1; in block_prep()
2308 if (!is_del && bdp->endspaces) in block_prep()
2310 bdp->endspaces = incr - bdp->endspaces; in block_prep()