Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dtime.pro23 void time_msg(char *mesg, void *tv_start);
/vim-8.2.3635/src/
H A Dmacros.h215 # define TIME_MSG(s) do { if (time_fd != NULL) time_msg(s, NULL); } while (0)
H A Dtime.c967 time_msg( in time_msg() function
H A Dscriptfile.c1442 time_msg((char *)IObuff, &tv_start); in do_source()