Home
last modified time | relevance | path

Searched refs:bdp (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dops.c519 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 …]
/vim-8.2.3635/src/proto/
H A Dops.pro16 void block_prep(oparg_T *oap, struct block_def *bdp, linenr_T lnum, int is_del);