Searched refs:start_tv (Results 1 – 7 of 7) sorted by relevance
281 elapsed_T start_tv; in inchar_loop() local283 ELAPSED_INIT(start_tv); in inchar_loop()315 elapsed_time = ELAPSED_FUNC(start_tv); in inchar_loop()
1895 elapsed_T start_tv; in get_x11_windis() local1898 ELAPSED_INIT(start_tv); in get_x11_windis()1925 xopen_message(ELAPSED_FUNC(start_tv)); in get_x11_windis()4917 elapsed_T start_tv; in mch_call_shell_fork() local5029 ELAPSED_INIT(start_tv); in mch_call_shell_fork()5065 ELAPSED_INIT(start_tv); in mch_call_shell_fork()5245 long msec = ELAPSED_FUNC(start_tv); in mch_call_shell_fork()6173 elapsed_T start_tv; in RealWaitForChar() local6176 ELAPSED_INIT(start_tv); in RealWaitForChar()7604 elapsed_T start_tv; in setup_term_clip() local[all …]
805 struct timeval start_tv; in channel_connect() local816 gettimeofday(&start_tv, NULL); in channel_connect()883 elapsed_msec = (end_tv.tv_sec - start_tv.tv_sec) * 1000 in channel_connect()884 + (end_tv.tv_usec - start_tv.tv_usec) / 1000; in channel_connect()4595 elapsed_T start_tv; in channel_parse_messages() local4604 ELAPSED_INIT(start_tv); in channel_parse_messages()4662 && ELAPSED_FUNC(start_tv) < 100L in channel_parse_messages()
1099 static elapsed_T start_tv; in vim_beep() local1103 if (!did_init || ELAPSED_FUNC(start_tv) > 500) in vim_beep()1106 ELAPSED_INIT(start_tv); in vim_beep()
2796 elapsed(struct timeval *start_tv) in elapsed() argument2801 return (now_tv.tv_sec - start_tv->tv_sec) * 1000L in elapsed()2802 + (now_tv.tv_usec - start_tv->tv_usec) / 1000L; in elapsed()
2722 long elapsed(struct timeval *start_tv);
7517 elapsed_T start_tv; in do_sleep() local7521 ELAPSED_INIT(start_tv); in do_sleep()7566 done = ELAPSED_FUNC(start_tv); in do_sleep()