Home
last modified time | relevance | path

Searched refs:start_vcol (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/
H A Dops.c340 bd.start_vcol += incr; in shift_block()
402 non_white_col = bd.start_vcol; in shift_block()
1592 oap->start_vcol = t; in op_insert()
1603 oap->start_vcol = t; in op_insert()
2208 bdp->start_vcol = 0; in block_prep()
2220 while (bdp->start_vcol < oap->start_vcol && *pstart) 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()
2250 bdp->startspaces = bdp->start_vcol - oap->start_vcol; in block_prep()
2274 - (bdp->start_vcol - oap->start_vcol); in block_prep()
[all …]
H A Dindent.c1584 long start_vcol = 0; // For start of white-space string in ex_retab() local
1649 start_vcol = vcol; in ex_retab()
1664 len = num_spaces = vcol - start_vcol; in ex_retab()
1671 tabstop_fromto(start_vcol, vcol, in ex_retab()
1676 temp = new_ts - (start_vcol % new_ts); in ex_retab()
H A Dedit.c3178 colnr_T start_vcol; in replace_do_bs() local
3201 getvcol(curwin, &curwin->w_cursor, NULL, &start_vcol, NULL); in replace_do_bs()
3202 orig_vcols = chartabsize(ml_get_cursor(), start_vcol); in replace_do_bs()
3224 vcol = start_vcol; in replace_do_bs()
3230 vcol -= start_vcol; in replace_do_bs()
4177 colnr_T start_vcol; in ins_bs() local
4184 start_vcol = vcol; in ins_bs()
4231 if (vcol >= start_vcol) in ins_bs()
H A Dstructs.h3827 colnr_T start_vcol; // start col for block mode operator member
4341 colnr_T start_vcol; // start col of 1st char wholly inside block member
H A Dregister.c1209 y_current->y_width = oap->end_vcol - oap->start_vcol; in op_yank()