Home
last modified time | relevance | path

Searched refs:u_save_cursor (Results 1 – 11 of 11) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dundo.pro2 int u_save_cursor(void);
/vim-8.2.3635/src/
H A Dops.c622 return u_save_cursor(); in op_delete()
825 if (u_save_cursor() == FAIL) in op_delete()
856 if (u_save_cursor() == FAIL) // save first line for undo in op_delete()
890 if (u_save_cursor() == FAIL) // save line for undo in op_delete()
1487 if (u_save_cursor() == FAIL) in op_insert()
1521 if (u_save_cursor() == FAIL) in op_insert()
1718 if (u_save_cursor() == FAIL) in op_change()
2352 if (u_save_cursor() == FAIL) in op_addsub()
3949 && u_save_cursor() == OK) in do_pending_operator()
H A Dtextformat.c674 if (u_save_cursor() == FAIL) in auto_format()
1138 if (line_count < 0 && u_save_cursor() == FAIL) in format_lines()
H A Dregister.c1673 if (u_save_cursor() == FAIL) in do_put()
1748 else if (u_save_cursor() == FAIL) in do_put()
H A Dedit.c2374 if (u_save_cursor() == OK) in stop_arrow()
2392 if (u_save_cursor() == OK) in stop_arrow()
H A Dnormal.c5019 if (u_save_cursor() == FAIL) in nv_replace()
5056 if (u_save_cursor() == FAIL) in nv_replace()
5304 if (u_save_cursor() == FAIL) in n_swapchar()
H A Dchange.c2130 (void)u_save_cursor(); // errors are ignored! in open_line()
H A Dundo.c235 u_save_cursor(void) in u_save_cursor() function
H A Dspell.c2901 || u_save_cursor() == FAIL) in ex_spellrepall()
H A Dspellsuggest.c647 if (selected > 0 && selected <= sug.su_ga.ga_len && u_save_cursor() == OK) in spell_suggest()
H A Dgui.c5405 if (u_save_cursor() == OK) in gui_do_findrepl()