Searched refs:b_u_time_cur (Results 1 – 2 of 2) sorted by relevance
587 curbuf->b_u_time_cur = uhp->uh_time + 1; in u_savecommon()1267 time_to_bytes(buf->b_u_time_cur, time_buf); in serialize_header()2151 curbuf->b_u_time_cur = seq_time; in u_read_undo()2354 target = (long)(curbuf->b_u_time_cur) + step; in undo_time()2953 curbuf->b_u_time_cur = curhead->uh_time; in u_undoredo()3718 dict_add_number(dict, "time_cur", (long)curbuf->b_u_time_cur); in f_undotree()
2805 time_T b_u_time_cur; // uh_time of header below which we are now member