Lines Matching refs:timestamp
872 time_t timestamp; in write_viminfo_history() local
878 timestamp = histentry[i].time_set; in write_viminfo_history()
884 timestamp = viminfo_history[type] == NULL ? 0 in write_viminfo_history()
913 type, (long)timestamp, cbuf); in write_viminfo_history()
1734 time_t timestamp; in handle_viminfo_register() local
1772 timestamp = (time_t)vp[5].bv_nr; in handle_viminfo_register()
1774 && (timestamp == 0 || y_ptr->y_time_set > timestamp)) in handle_viminfo_register()
1792 y_ptr->y_time_set = timestamp; in handle_viminfo_register()
2591 time_t timestamp; in handle_viminfo_mark() local
2611 timestamp = (time_t)vp[3].bv_nr; in handle_viminfo_mark()
2627 if (timestamp != 0) in handle_viminfo_mark()
2630 if (curwin->w_jumplist[idx].time_set < timestamp) in handle_viminfo_mark()
2688 if (namedfm_p[idx].time_set < timestamp) in handle_viminfo_mark()
2712 || fm->time_set < timestamp || force) in handle_viminfo_mark()
2726 fm->time_set = timestamp; in handle_viminfo_mark()