Lines Matching refs:start_vcol
318 ws_vcol = bd.start_vcol - bd.pre_whitesp; in shift_block()
338 (colnr_T)(bd.start_vcol)); in shift_block()
340 bd.start_vcol += incr; in shift_block()
402 non_white_col = bd.start_vcol; in shift_block()
410 block_space_width = non_white_col - oap->start_vcol; in shift_block()
421 verbatim_copy_width = bd.start_vcol; in shift_block()
1059 getvpos(&vpos, oap->start_vcol); in op_replace()
1072 numc = oap->end_vcol - oap->start_vcol + 1; in op_replace()
1535 && oap->start_vcol != oap->end_vcol) in op_insert()
1570 bd.start_vcol += ind_post - ind_pre; in op_insert()
1591 pre_textlen -= t - oap->start_vcol; in op_insert()
1592 oap->start_vcol = t; in op_insert()
1602 pre_textlen -= t - oap->start_vcol; in op_insert()
1603 oap->start_vcol = t; in op_insert()
1611 pre_textlen -= t - oap->start_vcol; in op_insert()
1788 (void)getvpos(&vpos, oap->start_vcol); in op_change()
2208 bdp->start_vcol = 0; in block_prep()
2220 while (bdp->start_vcol < oap->start_vcol && *pstart) in block_prep()
2223 incr = lbr_chartabsize(line, pstart, (colnr_T)bdp->start_vcol); in block_prep()
2224 bdp->start_vcol += incr; in block_prep()
2239 if (bdp->start_vcol < oap->start_vcol) // line too short 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()
2250 bdp->startspaces = bdp->start_vcol - oap->start_vcol; in block_prep()
2254 bdp->end_vcol = bdp->start_vcol; 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()
2274 - (bdp->start_vcol - oap->start_vcol); in block_prep()
3055 &oparg.start_vcol, &oparg.end_vcol); 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()
3415 if (start < oap->start_vcol) in get_op_vcol()
3416 oap->start_vcol = start; in get_op_vcol()
3442 oap->end_vcol = oap->start_vcol + redo_VIsual_vcol - 1; in get_op_vcol()
3453 coladvance(oap->start_vcol); in get_op_vcol()
3733 &oap->start_vcol, NULL, NULL); in do_pending_operator()
3734 resel_VIsual_vcol = oap->end_vcol - oap->start_vcol + 1; in do_pending_operator()