Searched refs:orig_col (Results 1 – 3 of 3) sorted by relevance
357 let orig_col = col('.')367 call cursor(orig_lnum, orig_col)402 call cursor(orig_lnum, orig_col)408 call cursor(orig_lnum, orig_col)
87 int orig_col = 0; in internal_format() local314 orig_col = startcol; // Will start backspacing from here in internal_format()333 curwin->w_cursor.col = orig_col; in internal_format()
1232 colnr_T orig_col = 0; // init for GCC in change_indent() local1239 orig_col = curwin->w_cursor.col; in change_indent()1413 curwin->w_cursor.col = orig_col; in change_indent()