Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dtime.pro21 void time_push(void *tv_rel, void *tv_start);
23 void time_msg(char *mesg, void *tv_start);
/vim-8.2.3635/src/
H A Dtime.c919 time_push(void *tv_rel, void *tv_start) in time_push() argument
932 *(struct timeval *)tv_start = prev_timeval; in time_push()
969 void *tv_start) // only for do_source: start time; actually in time_msg() argument
987 if (((struct timeval *)tv_start) != NULL) in time_msg()
990 time_diff(((struct timeval *)tv_start), &now); in time_msg()
H A Dscriptfile.c1126 struct timeval tv_start; in do_source() local
1278 time_push(&tv_rel, &tv_start); in do_source()
1442 time_msg((char *)IObuff, &tv_start); in do_source()