Searched refs:ELAPSED_FUNC (Results 1 – 8 of 8) sorted by relevance
280 #ifdef ELAPSED_FUNC in inchar_loop()314 #ifdef ELAPSED_FUNC in inchar_loop()315 elapsed_time = ELAPSED_FUNC(start_tv); in inchar_loop()403 #ifndef ELAPSED_FUNC in inchar_loop()
1894 #ifdef ELAPSED_FUNC in get_x11_windis()1921 # ifdef ELAPSED_FUNC in get_x11_windis()1925 xopen_message(ELAPSED_FUNC(start_tv)); in get_x11_windis()4916 # ifdef ELAPSED_FUNC in mch_call_shell_fork()5028 # ifdef ELAPSED_FUNC in mch_call_shell_fork()5064 # ifdef ELAPSED_FUNC in mch_call_shell_fork()5242 # ifdef ELAPSED_FUNC in mch_call_shell_fork()6169 # ifdef ELAPSED_FUNC in RealWaitForChar()6486 # ifdef ELAPSED_FUNC in RealWaitForChar()7603 # ifdef ELAPSED_FUNC in setup_term_clip()[all …]
1097 #ifdef ELAPSED_FUNC in vim_beep()1103 if (!did_init || ELAPSED_FUNC(start_tv) > 500) in vim_beep()1133 #ifdef ELAPSED_FUNC in vim_beep()
2720 # define ELAPSED_FUNC(v) elapsed(&v) macro2726 # define ELAPSED_FUNC(v) elapsed(v) macro
4594 #ifdef ELAPSED_FUNC in channel_parse_messages()4603 #ifdef ELAPSED_FUNC in channel_parse_messages()4658 #ifdef ELAPSED_FUNC in channel_parse_messages()4662 && ELAPSED_FUNC(start_tv) < 100L in channel_parse_messages()
7516 # ifdef ELAPSED_FUNC in do_sleep()7564 # ifdef ELAPSED_FUNC in do_sleep()7566 done = ELAPSED_FUNC(start_tv); in do_sleep()
2728 # ifdef ELAPSED_FUNC in out_str_cf()
30573 Problem: Inconsistent use of ELAPSED_FUNC.30574 Solution: Consistently use ELAPSED_FUNC. Also turn ELAPSED_TYPE into a