Searched refs:saved_cursor (Results 1 – 4 of 4) sorted by relevance
680 saved_cursor = pos; in auto_format()682 curwin->w_cursor = saved_cursor; in auto_format()683 saved_cursor.lnum = 0; in auto_format()829 saved_cursor = oap->cursor_start; in op_format()848 curwin->w_cursor = saved_cursor; in op_format()849 saved_cursor.lnum = 0; in op_format()
781 if (saved_cursor.lnum == curwin->w_cursor.lnum) in set_indent()783 if (saved_cursor.col >= old_offset) in set_indent()786 saved_cursor.col += ind_len - old_offset; in set_indent()787 else if (saved_cursor.col >= new_offset) in set_indent()790 saved_cursor.col = new_offset; in set_indent()
1104 if (saved_cursor.lnum != 0) in mark_adjust_internal()1105 one_adjust_nodel(&(saved_cursor.lnum)); in mark_adjust_internal()1269 col_adjust(&saved_cursor); in mark_col_adjust()
963 EXTERN pos_T saved_cursor // w_cursor before formatting text. variable