Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtime.c898 static struct timeval prev_timeval; variable
921 *((struct timeval *)tv_rel) = prev_timeval; in time_push()
922 gettimeofday(&prev_timeval, NULL); in time_push()
932 *(struct timeval *)tv_start = prev_timeval; in time_push()
946 prev_timeval.tv_sec -= ((struct timeval *)tp)->tv_sec; in time_pop()
947 if (prev_timeval.tv_usec < 0) in time_pop()
949 prev_timeval.tv_usec += 1000000; in time_pop()
950 --prev_timeval.tv_sec; in time_pop()
980 prev_timeval = start; in time_msg()
993 time_diff(&prev_timeval, &now); in time_msg()
[all …]