Searched refs:bdp (Results 1 – 2 of 2) sorted by relevance
519 offset = bdp->textcol + bdp->textlen - (spaces != 0); in block_insert()527 offset = bdp->textcol + bdp->textlen; in block_insert()2241 bdp->end_vcol = bdp->start_vcol; in block_prep()2252 bdp->startspaces = bdp->start_char_vcols - bdp->startspaces; in block_prep()2254 bdp->end_vcol = bdp->start_vcol; 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()2273 bdp->startspaces = bdp->start_char_vcols in block_prep()2300 bdp->endspaces = oap->end_vcol - bdp->end_vcol in block_prep()2307 bdp->endspaces = bdp->end_vcol - oap->end_vcol - 1; in block_prep()[all …]
16 void block_prep(oparg_T *oap, struct block_def *bdp, linenr_T lnum, int is_del);