Lines Matching refs:colnr_T
214 curbuf->b_op_end.col = (colnr_T)STRLEN(ml_get(oap->end.lnum)); in op_shift()
288 colnr_T ws_vcol; in shift_block()
338 (colnr_T)(bd.start_vcol)); in shift_block()
373 colnr_T destination_col; // column to which text in block will in shift_block()
377 colnr_T verbatim_copy_width;// the (displayed) width of this part in shift_block()
385 colnr_T non_white_col; in shift_block()
416 destination_col = (colnr_T)(non_white_col - shift_amount); in shift_block()
463 changed_bytes(curwin->w_cursor.lnum, (colnr_T)bd.textcol); in shift_block()
485 colnr_T offset; // pointer along new line in block_insert()
486 colnr_T startcol; // column where insert starts in block_insert()
1153 oap->end.col = (colnr_T)STRLEN(ml_get(oap->end.lnum)); in op_replace()
1286 oap->end.col = (colnr_T)STRLEN(ml_get(oap->end.lnum)); in op_tilde()
1459 colnr_T ind_pre = 0, ind_post; in op_insert()
1500 ind_pre = (colnr_T)getwhitecols_curline(); in op_insert()
1566 ind_post = (colnr_T)getwhitecols_curline(); in op_insert()
1689 colnr_T l; in op_change()
1759 if (bd.textcol > (colnr_T)pre_indent) in op_change()
1839 colnr_T scol, ecol; in adjust_cursor_eol()
1945 colnr_T col = 0; in do_join()
1991 curwin->w_buffer->b_op_start.col = (colnr_T)STRLEN(curr); in do_join()
2113 mark_col_adjust(curwin->w_cursor.lnum + t, (colnr_T)0, (linenr_T)-t, in do_join()
2131 ml_replace_len(curwin->w_cursor.lnum, newp, (colnr_T)newp_len, TRUE, FALSE); in do_join()
2137 curwin->w_buffer->b_op_end.col = (colnr_T)sumsize; in do_join()
2223 incr = lbr_chartabsize(line, pstart, (colnr_T)bdp->start_vcol); in block_prep()
2286 incr = lbr_chartabsize_adv(line, &pend, (colnr_T)bdp->end_vcol); in block_prep()
2321 bdp->textcol = (colnr_T) (pstart - line); in block_prep()
2394 length = (colnr_T)STRLEN(ml_get(pos.lnum)); in op_addsub()
2400 length = (colnr_T)STRLEN(ml_get(pos.lnum)); in op_addsub()
2498 colnr_T save_coladd = 0; in do_addsub()
2886 curwin->w_cursor.col = (colnr_T)(STRLEN(ml_get_curline()) in do_addsub()
3106 colnr_T start_col = (lnum == min_pos.lnum) in cursor_pos_info()
3108 colnr_T end_col = (lnum == max_pos.lnum) in cursor_pos_info()
3394 colnr_T redo_VIsual_vcol, in get_op_vcol()
3397 colnr_T start, end; in get_op_vcol()
3475 static colnr_T redo_VIsual_vcol; // number of cols or end column in do_pending_operator()
3642 (colnr_T)STRLEN(ml_get(curwin->w_cursor.lnum)); in do_pending_operator()
3647 VIsual.col = (colnr_T)STRLEN(ml_get(VIsual.lnum)); in do_pending_operator()
3678 curwin->w_cursor.col = (colnr_T)STRLEN(ml_get_curline()); in do_pending_operator()
3699 oap->start.col = (colnr_T)STRLEN(ml_get(oap->start.lnum)); in do_pending_operator()
3903 oap->end.col = (colnr_T)STRLEN(ml_get(oap->end.lnum)); in do_pending_operator()