Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dundo.pro6 int u_savedel(linenr_T lnum, long nlines);
/vim-8.2.3635/src/
H A Dif_mzsch.c2455 if (u_savedel((linenr_T)n, 1L) == FAIL) in set_buffer_line()
2581 if (u_savedel((linenr_T)lo, (long)old_len) == FAIL) in set_buffer_line_list()
H A Dif_ruby.c1490 if (u_savedel(n, 1) == OK) in buffer_delete()
H A Dif_perl.xs1922 if (u_savedel(lnum, 1) == OK)
H A Dif_tcl.c779 if (u_savedel((linenr_T)val1, (long)n) != OK) in bufselfcmd()
H A Dchange.c2351 if (undo && u_savedel(first, nlines) == FAIL) in del_lines()
H A Dif_lua.c1459 if (u_savedel(n, 1L) == FAIL) in luaV_buffer_newindex()
H A Dif_py_both.h4430 if (u_savedel((linenr_T)n, 1L) == FAIL) in SetBufferLine()
4539 if (u_savedel((linenr_T)lo, (long)n) == FAIL) in SetBufferLineList()
H A Dundo.c300 u_savedel(linenr_T lnum, long nlines) in u_savedel() function
H A Dex_cmds.c4667 if (u_savedel(lnum, nmatch_tl) != OK) in ex_substitute()
H A Dex_docmd.c7230 if (*ml_get(lnum) == NUL && u_savedel(lnum, 1L) == OK) in ex_read()