Lines Matching refs:colnr_T

97 tabstop_padding(colnr_T col, int ts_arg, int *vts)  in tabstop_padding()
101 colnr_T tabcol = 0; in tabstop_padding()
129 tabstop_at(colnr_T col, int ts, int *vts) in tabstop_at()
132 colnr_T tabcol = 0; in tabstop_at()
158 colnr_T
159 tabstop_start(colnr_T col, int ts, int *vts) in tabstop_start()
162 colnr_T tabcol = 0; in tabstop_start()
187 colnr_T start_col, in tabstop_fromto()
188 colnr_T end_col, in tabstop_fromto()
195 colnr_T tabcol = 0; in tabstop_fromto()
365 get_sw_value_col(buf_T *buf, colnr_T col UNUSED) in get_sw_value_col()
772 colnr_T old_offset = (colnr_T)(p - oldline); in set_indent()
773 colnr_T new_offset = (colnr_T)(s - newline); in set_indent()
800 added > 0 ? old_offset : (colnr_T)ind_len, added, 0); in set_indent()
820 colnr_T col; in get_number_indent()
841 if (vim_regexec(&regmatch, ml_get(lnum) + lead_len, (colnr_T)0)) in get_number_indent()
844 pos.col = (colnr_T)(*regmatch.endp - ml_get(lnum)); in get_number_indent()
1008 colnr_T col; in inindent()
1231 colnr_T vc; in change_indent()
1232 colnr_T orig_col = 0; // init for GCC in change_indent()
1304 curwin->w_virtcol = (colnr_T)((vcol < 0) ? 0 : vcol); in change_indent()
1317 vcol += lbr_chartabsize(ptr, ptr + new_cursor_col, (colnr_T)vcol); in change_indent()
1325 curwin->w_cursor.col = (colnr_T)new_cursor_col; in change_indent()
1349 curwin->w_cursor.col = (colnr_T)new_cursor_col; in change_indent()
1728 vcol += chartabsize(ptr + col, (colnr_T)vcol); in ex_retab()
1803 colnr_T save_curswant; in get_expr_indent()
1899 colnr_T col; in get_lisp_indent()
1900 colnr_T firsttry; in get_lisp_indent()
1990 amount += lbr_chartabsize_adv(line, &that, (colnr_T)amount); in get_lisp_indent()
2011 amount += lbr_chartabsize(line, that, (colnr_T)amount); in get_lisp_indent()
2050 line, &that, (colnr_T)amount); in get_lisp_indent()
2052 line, &that, (colnr_T)amount); in get_lisp_indent()
2058 line, that, (colnr_T)amount); in get_lisp_indent()