Lines Matching refs:end_vcol
525 spaces = (oap->end_vcol - bdp->end_vcol) + 1; in block_insert()
1072 numc = oap->end_vcol - oap->start_vcol + 1; in op_replace()
1074 numc -= (oap->end_vcol - bd.end_vcol) + 1; in op_replace()
1177 int end_vcol = 0; in op_replace() local
1183 end_vcol = getviscol2(oap->end.col, in op_replace()
1188 getvpos(&oap->end, end_vcol); in op_replace()
1492 ? oap->end_vcol + 1 : getviscol()); in op_insert()
1535 && oap->start_vcol != oap->end_vcol) in op_insert()
1650 if (oap->end_vcol > offset) in op_insert()
1651 oap->end_vcol -= (offset + 1); in op_insert()
2209 bdp->end_vcol = 0; in block_prep()
2241 bdp->end_vcol = bdp->start_vcol; in block_prep()
2244 bdp->endspaces = oap->end_vcol - oap->start_vcol + 1; in block_prep()
2254 bdp->end_vcol = bdp->start_vcol; in block_prep()
2255 if (bdp->end_vcol > oap->end_vcol) // it's all in one character in block_prep()
2262 bdp->startspaces += oap->end_vcol - oap->start_vcol + 1; in block_prep()
2267 bdp->startspaces = oap->end_vcol - oap->start_vcol + 1; in block_prep()
2275 bdp->endspaces = bdp->end_vcol - oap->end_vcol - 1; in block_prep()
2282 while (bdp->end_vcol <= oap->end_vcol && *pend != NUL) 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()
2289 if (bdp->end_vcol <= oap->end_vcol in block_prep()
2300 bdp->endspaces = oap->end_vcol - bdp->end_vcol in block_prep()
2305 else if (bdp->end_vcol > oap->end_vcol) in block_prep()
2307 bdp->endspaces = bdp->end_vcol - oap->end_vcol - 1; in block_prep()
3055 &oparg.start_vcol, &oparg.end_vcol); in cursor_pos_info()
3061 oparg.end_vcol = MAXCOL; in cursor_pos_info()
3063 if (oparg.end_vcol < oparg.start_vcol) in cursor_pos_info()
3065 oparg.end_vcol += oparg.start_vcol; in cursor_pos_info()
3066 oparg.start_vcol = oparg.end_vcol - oparg.start_vcol; in cursor_pos_info()
3067 oparg.end_vcol -= oparg.start_vcol; in cursor_pos_info()
3160 (long)(oparg.end_vcol - oparg.start_vcol + 1)); in cursor_pos_info()
3409 getvvcol(curwin, &(oap->start), &oap->start_vcol, NULL, &oap->end_vcol); in get_op_vcol()
3417 if (end > oap->end_vcol) in get_op_vcol()
3420 && start - 1 >= oap->end_vcol) in get_op_vcol()
3421 oap->end_vcol = start - 1; in get_op_vcol()
3423 oap->end_vcol = end; in get_op_vcol()
3431 oap->end_vcol = 0; in get_op_vcol()
3437 if (end > oap->end_vcol) in get_op_vcol()
3438 oap->end_vcol = end; in get_op_vcol()
3442 oap->end_vcol = oap->start_vcol + redo_VIsual_vcol - 1; in get_op_vcol()
3449 coladvance(oap->end_vcol); in get_op_vcol()
3728 NULL, NULL, &oap->end_vcol); in do_pending_operator()
3734 resel_VIsual_vcol = oap->end_vcol - oap->start_vcol + 1; in do_pending_operator()
3737 resel_VIsual_vcol = oap->end_vcol; in do_pending_operator()