Home
last modified time | relevance | path

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

/vim-8.2.3635/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