Home
last modified time | relevance | path

Searched refs:ELAPSED_FUNC (Results 1 – 8 of 8) sorted by relevance

/vim-8.2.3635/src/
H A Dui.c280 #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()
H A Dos_unix.c1894 #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 …]
H A Dmisc1.c1097 #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()
H A Dvim.h2720 # define ELAPSED_FUNC(v) elapsed(&v) macro
2726 # define ELAPSED_FUNC(v) elapsed(v) macro
H A Dchannel.c4594 #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()
H A Dex_docmd.c7516 # ifdef ELAPSED_FUNC in do_sleep()
7564 # ifdef ELAPSED_FUNC in do_sleep()
7566 done = ELAPSED_FUNC(start_tv); in do_sleep()
H A Dterm.c2728 # ifdef ELAPSED_FUNC in out_str_cf()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt30573 Problem: Inconsistent use of ELAPSED_FUNC.
30574 Solution: Consistently use ELAPSED_FUNC. Also turn ELAPSED_TYPE into a