Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dundo.c585 uhp->uh_time = vim_time(); in u_savecommon()
587 curbuf->b_u_time_cur = uhp->uh_time + 1; in u_savecommon()
1302 time_to_bytes(uhp->uh_time, time_buf); in serialize_uhp()
1356 uhp->uh_time = undo_read_time(bi); in unserialize_uhp()
2448 val = (long)(uhp->uh_time); in undo_time()
2953 curbuf->b_u_time_cur = curhead->uh_time; in u_undoredo()
3024 add_time(msgbuf, sizeof(msgbuf), uhp->uh_time); in u_undo_end()
3102 uhp->uh_time); in ex_undolist()
3623 dict_add_number(dict, "time", (long)uhp->uh_time); in u_eval_tree()
H A Dstructs.h431 time_T uh_time; // timestamp when the change was made member