Home
last modified time | relevance | path

Searched refs:uh_seq (Results 1 – 4 of 4) sorted by relevance

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dundo.c454 uhp->uh_seq = ++buf->b_u_seq_last; in u_savecommon()
455 buf->b_u_seq_cur = uhp->uh_seq; in u_savecommon()
906 uhp->uh_seq = undo_read_4c(bi); in unserialize_uhp()
907 if (uhp->uh_seq <= 0) { in unserialize_uhp()
1582 && uhp_table[i]->uh_seq == uhp_table[j]->uh_seq) { in u_read_undo()
1729 assert(uhp == NULL || uhp->uh_seq >= 0); in put_header_ptr()
2073 val = uhp->uh_seq; in undo_time()
2096 closest_seq = uhp->uh_seq; in undo_time()
2103 target = uhp->uh_seq; in undo_time()
2536 curbuf->b_u_seq_cur = curhead->uh_seq; in u_undoredo()
[all …]
H A Dundo_defs.h54 long uh_seq; // sequence number, higher == newer undo member
/dports/editors/vim/vim-8.2.3745/src/
H A Dundo.c583 uhp->uh_seq = ++curbuf->b_u_seq_last; in u_savecommon()
584 curbuf->b_u_seq_cur = uhp->uh_seq; in u_savecommon()
1343 uhp->uh_seq = undo_read_4c(bi); in unserialize_uhp()
1344 if (uhp->uh_seq <= 0) in unserialize_uhp()
2085 && uhp_table[i]->uh_seq == uhp_table[j]->uh_seq) in u_read_undo()
2452 val = uhp->uh_seq; in undo_time()
2464 ? uhp->uh_seq < closest_seq in undo_time()
2465 : uhp->uh_seq > closest_seq) in undo_time()
2476 closest_seq = uhp->uh_seq; in undo_time()
2484 target = uhp->uh_seq; in undo_time()
[all …]
H A Dstructs.h422 long uh_seq; // sequence number, higher == newer undo member