Searched refs:vim_time (Results 1 – 13 of 13) sorted by relevance
66 vim_time(void) in vim_time() function1096 if (vim_time() - tt >= 100) in add_time()1099 if (vim_time() - tt < (60L * 60L * 12L)) in add_time()1109 long seconds = (long)(vim_time() - tt); in add_time()
256 history[type][i].time_set = vim_time(); in in_history()342 hisptr->time_set = vim_time(); in add_to_history()
125 namedfm[i].time_set = vim_time(); in setmark_pos()167 fm->time_set = vim_time(); in setpcmark()847 namedfm[n].time_set = digit ? 0 : vim_time(); in ex_delmarks()
466 y_current->y_time_set = vim_time(); in stuff_yank()1199 y_current->y_time_set = vim_time(); in op_yank()1313 curr->y_time_set = vim_time(); in op_yank()3019 y_ptr->y_time_set = vim_time(); in str_to_reg()
585 uhp->uh_time = vim_time(); in u_savecommon()2403 closest = (long)(vim_time() + 1); in undo_time()
1403 curbuf->b_last_used = vim_time(); in main_loop()
3608 if (vim_time() > last_msg_time) in spell_read_dic()3610 last_msg_time = vim_time(); in spell_read_dic()
2142 namedfm_p[NMARKS].time_set = vim_time(); in write_viminfo_filemarks()
3171 curbuf->b_last_used = vim_time(); in do_ecmd()
1885 curbuf->b_last_used = vim_time(); in enter_buffer()
7574 *x = vim_time(); in init_srand()
3 time_T vim_time(void);
11828 Problem: vim_time() not included when needed.12995 Solution: Always include vim_time().