Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtime.c919 time_push(void *tv_rel, void *tv_start) in time_push() argument
921 *((struct timeval *)tv_rel) = prev_timeval; in time_push()
923 ((struct timeval *)tv_rel)->tv_usec = prev_timeval.tv_usec in time_push()
924 - ((struct timeval *)tv_rel)->tv_usec; in time_push()
925 ((struct timeval *)tv_rel)->tv_sec = prev_timeval.tv_sec in time_push()
926 - ((struct timeval *)tv_rel)->tv_sec; in time_push()
927 if (((struct timeval *)tv_rel)->tv_usec < 0) in time_push()
929 ((struct timeval *)tv_rel)->tv_usec += 1000000; in time_push()
930 --((struct timeval *)tv_rel)->tv_sec; in time_push()
H A Dscriptfile.c1125 struct timeval tv_rel; in do_source() local
1278 time_push(&tv_rel, &tv_start); in do_source()
1443 time_pop(&tv_rel); in do_source()
/vim-8.2.3635/src/proto/
H A Dtime.pro21 void time_push(void *tv_rel, void *tv_start);