Lines Matching refs:colnr_T
200 colnr_T col, in may_record_change()
467 colnr_T col, in changed_common()
707 changed_bytes(linenr_T lnum, colnr_T col) in changed_bytes()
736 inserted_bytes(linenr_T lnum, colnr_T col, int added UNUSED) in inserted_bytes()
848 colnr_T col, // column in first line with change in changed_lines()
1024 colnr_T col; in ins_char_bytes()
1044 colnr_T new_vcol = 0; // init for GCC in ins_char_bytes()
1045 colnr_T vcol; in ins_char_bytes()
1158 colnr_T col; in ins_str()
1236 colnr_T oldlen; in del_bytes()
1237 colnr_T newlen; in del_bytes()
1239 colnr_T col = curwin->w_cursor.col; in del_bytes()
1545 curwin->w_cursor.col = (colnr_T)(p - ptr); in open_line()
1579 curwin->w_cursor.col = (colnr_T)(p - ptr); in open_line()
2026 curwin->w_cursor.col = (colnr_T)(comment_end - saved_line); in open_line()
2101 if (ml_append(curwin->w_cursor.lnum, p_extra, (colnr_T)0, FALSE) in open_line()
2249 ai_col = (colnr_T)getwhitecols_curline(); in open_line()
2265 ai_col = (colnr_T)getwhitecols_curline(); in open_line()
2315 colnr_T col = curwin->w_cursor.col; in truncate_line()