Searched refs:is_del (Results 1 – 2 of 2) sorted by relevance
16 void block_prep(oparg_T *oap, struct block_def *bdp, linenr_T lnum, int is_del);
2191 int is_del) in block_prep() argument2243 if (!is_del || oap->op_type == OP_APPEND) in block_prep()2251 if (is_del && bdp->startspaces) in block_prep()2268 if (is_del && oap->op_type != OP_LSHIFT) in block_prep()2290 && (!is_del in block_prep()2308 if (!is_del && bdp->endspaces) in block_prep()2317 if (is_del && bdp->startspaces) in block_prep()