Searched refs:u_save (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10/vim-55/src/proto/
H A Dundo.pro3 int u_save __ARGS((linenr_T top, linenr_T bot));
/macosx-10.10/vim-55/src/
H A Dops.c237 if (u_save((linenr_T)(oap->start.lnum - 1),
1759 if (u_save((linenr_T)(oap->start.lnum - 1),
1873 if (u_save((linenr_T)(oap->end.lnum - 1),
1934 if (u_save((linenr_T)(curwin->w_cursor.lnum - 1),
2021 if (u_save((linenr_T)(oap->start.lnum - 1),
2236 if (u_save((linenr_T)(oap->start.lnum - 1),
2580 if (u_save(oap->start.lnum,
3403 if (u_save(curwin->w_cursor.lnum - 1, lnum) == FAIL)
3413 * u_save() uses it. */
3421 if (u_save(lnu
[all...]
H A Dif_py_both.h956 if (u_save((linenr_T)n, (linenr_T)(n+1)) == FAIL)
1008 if (u_save((linenr_T)n, (linenr_T)(n + 1)) == FAIL)
H A Dex_cmds.c190 if (u_save((linenr_T)(eap->line1 - 1), (linenr_T)(eap->line2 + 1)) == FAIL)
378 if (u_save((linenr_T)(eap->line1 - 1), (linenr_T)(eap->line2 + 1)) == FAIL)
592 int did_undo; /* called u_save for current line */
656 if (u_save((linenr_T)(lnum - 1),
749 if (u_save(dest, dest + 1) == FAIL)
799 if (u_save(line1 + extra - 1, line2 + extra + 1) == FAIL)
857 if (u_save(n, n + 1) == FAIL)
1192 if (u_save((linenr_T)(line2), (linenr_T)(line2 + 1)) == FAIL)
3974 || (!did_undo && u_save(lnum, lnum + 1 + (empty ? 1 : 0))
4032 && u_save(ea
[all...]
H A Dif_tcl.c727 if (u_save((linenr_T)(val1 - 1), (linenr_T)(val2 + 1)) != OK)
873 if (u_save((linenr_T)val1, (linenr_T)(val1+1)) != OK)
2008 if (u_save((linenr_T)(rs-1), (linenr_T)(re+1)) != OK)
H A Dif_lua.c666 if (u_save(n, n + 1) == FAIL)
1187 if (u_save(eap->line1 - 1, eap->line2 + 1) == FAIL)
H A Dif_mzsch.c2310 if (u_save((linenr_T)(lo-1), (linenr_T)hi) == FAIL)
2431 if (u_save((linenr_T)n, (linenr_T)(n+1)) == FAIL)
2488 if (u_save((linenr_T)n, (linenr_T)(n + 1)) == FAIL)
H A Dfold.c1821 if (u_save(lnum - 1, lnum + 1) == OK)
1901 if (u_save(lnum - 1, lnum + 1) == OK)
H A Dif_perl.xs852 if (u_save(eap->line1 - 1, eap->line2 + 1) != OK)
H A Dundo.c228 return (u_save((linenr_T)(curwin->w_cursor.lnum - 1),
239 u_save(top, bot) function
608 /* find line number for ue_bot for previous u_save() */
2755 u_getbot(); /* compute ue_bot of previous u_save */
3015 * u_getbot(): compute the line number of the previous u_save
3033 * inserted (0 - deleted) since calling u_save. This is equal to the
H A Dif_ruby.c701 if (u_save(eap->line1 - 1, eap->line2 + 1) != OK)
H A Ddiff.c2219 && u_save(lnum - 1, lnum + count) != FAIL)
H A Dedit.c276 static int ins_need_undo; /* call u_save() before inserting a
8491 if (u_save((linenr_T)(curwin->w_cursor.lnum - 2),
H A Dex_docmd.c7881 if (u_save(eap->line2, (linenr_T)(eap->line2 + 1)) == FAIL)
H A Deval.c8526 && u_save(lnum, lnum + 1) == OK)
15775 else if (added > 0 || u_save(lnum - 1, lnum) == OK)
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Drs6000-core.c231 # define COLD_MSTSAVE(c) (c).c_u.u_save

Completed in 621 milliseconds