Searched refs:gettimeofday (Results 1 – 15 of 15) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | osdef2.h.in | 78 struct timeval; /* for gettimeofday() */ 79 struct timezone; /* for gettimeofday() */ 80 extern int gettimeofday(struct timeval *tp, struct timezone *tzp);
|
| H A D | profiler.c | 27 gettimeofday(tm, NULL); in profile_start() 43 gettimeofday(&now, NULL); in profile_end() 130 gettimeofday(tm, NULL); in profile_setlimit() 154 gettimeofday(&now, NULL); in profile_passed_limit()
|
| H A D | time.c | 905 gettimeofday(struct timeval *tv, char *dummy UNUSED) in gettimeofday() function 922 gettimeofday(&prev_timeval, NULL); in time_push() 979 gettimeofday(&start, NULL); in time_msg() 985 gettimeofday(&now, NULL); in time_msg()
|
| H A D | channel.c | 816 gettimeofday(&start_tv, NULL); in channel_connect() 882 gettimeofday(&end_tv, NULL); in channel_connect() 2208 gettimeofday(&chanpart->ch_deadline, NULL); in channel_parse_json() 2226 gettimeofday(&now_tv, NULL); in channel_parse_json() 3766 gettimeofday(&now_tv, NULL); in channel_read_json_block()
|
| H A D | sha256.c | 386 gettimeofday(&tv, NULL); in get_some_time()
|
| H A D | vim.h | 2719 # define ELAPSED_INIT(v) gettimeofday(&v, NULL)
|
| H A D | mouse.c | 2749 gettimeofday(&mouse_time, NULL); in check_termcode_mouse()
|
| H A D | misc2.c | 2800 gettimeofday(&now_tv, NULL); in elapsed()
|
| H A D | configure.ac | 3728 getpwent getpwnam getpwuid getrlimit gettimeofday localtime_r lstat \
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | repeat.txt | 1077 - The accuracy of the time measured depends on the gettimeofday() system
|
| H A D | term.txt | 949 Win32, and for an xterm (if the gettimeofday() function is available). For
|
| /vim-8.2.3635/src/auto/ |
| H A D | configure | 1939 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 12611 getpwent getpwnam getpwuid getrlimit gettimeofday localtime_r lstat \
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | php.vim | 375 syn keyword phpFunctions checkdate date getdate gettimeofday gmdate gmmktime gmstrftime localtime m…
|
| H A D | xs.vim | 3523 syn keyword xsMacro getsockname getsockopt getspnam gettimeofday getuid getw
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | phpcomplete.vim | 2786 … = time()] | string','getdate(':'[ int $timestamp = time()] | array','gettimeofday(':'[ bool $retu…
|