Home
last modified time | relevance | path

Searched refs:uh_walk (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dundo.c589 uhp->uh_walk = 0; in u_savecommon()
1749 if (uhp->uh_walk != mark) in u_write_undo()
1751 uhp->uh_walk = mark; in u_write_undo()
2446 uhp->uh_walk = mark; in undo_time()
2507 uhp->uh_walk = nomark; in undo_time()
2514 uhp->uh_walk = nomark; in undo_time()
2621 if (uhp->uh_walk != mark) in undo_time()
3095 && uhp->uh_walk != mark) in ex_undolist()
3113 uhp->uh_walk = mark; in ex_undolist()
3133 && uhp->uh_next.ptr->uh_walk != mark) in ex_undolist()
[all …]
H A Dstructs.h423 int uh_walk; // used by undo_time() member