Lines Matching refs:incr
287 int incr; in shift_block() local
337 incr = lbr_chartabsize_adv(bd.textstart, &bd.textstart, in shift_block()
339 total += incr; in shift_block()
340 bd.start_vcol += incr; in shift_block()
406 incr = lbr_chartabsize_adv(bd.textstart, &non_white, non_white_col); in shift_block()
407 non_white_col += incr; in shift_block()
433 incr = lbr_chartabsize(line, verbatim_copy_end, in shift_block()
435 if (verbatim_copy_width + incr > destination_col) in shift_block()
437 verbatim_copy_width += incr; in shift_block()
2193 int incr = 0; in block_prep() local
2223 incr = lbr_chartabsize(line, pstart, (colnr_T)bdp->start_vcol); in block_prep()
2224 bdp->start_vcol += incr; in block_prep()
2227 bdp->pre_whitesp += incr; in block_prep()
2238 bdp->start_char_vcols = incr; in block_prep()
2286 incr = lbr_chartabsize_adv(line, &pend, (colnr_T)bdp->end_vcol); in block_prep()
2287 bdp->end_vcol += incr; in block_prep()
2310 bdp->endspaces = incr - bdp->endspaces; in block_prep()
2316 bdp->end_char_vcols = incr; in block_prep()