Lines Matching refs:startspaces
319 if (bd.startspaces) in shift_block()
328 bd.startspaces = 0; in shift_block()
359 bd.textcol -= bd.pre_whitesp_c - (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()
777 curwin->w_cursor.col = bd.textcol + bd.startspaces; in op_delete()
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()
1060 bd.startspaces += vpos.coladd; in op_replace()
1061 n = bd.startspaces; in op_replace()
1065 n = (bd.startspaces ? bd.start_char_vcols - 1 : 0); in op_replace()
1104 vim_memset(newp + bd.textcol, ' ', (size_t)bd.startspaces); in op_replace()
2205 bdp->startspaces = 0; in block_prep()
2250 bdp->startspaces = bdp->start_vcol - oap->start_vcol; in block_prep()
2251 if (is_del && bdp->startspaces) in block_prep()
2252 bdp->startspaces = bdp->start_char_vcols - bdp->startspaces; in block_prep()
2259 bdp->endspaces = bdp->start_char_vcols - bdp->startspaces; in block_prep()
2262 bdp->startspaces += oap->end_vcol - oap->start_vcol + 1; in block_prep()
2263 bdp->endspaces = bdp->start_char_vcols - bdp->startspaces; in block_prep()
2267 bdp->startspaces = oap->end_vcol - oap->start_vcol + 1; in block_prep()
2273 bdp->startspaces = bdp->start_char_vcols in block_prep()
2317 if (is_del && bdp->startspaces) in block_prep()