Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtime.c21 static char tz_cache[64]; variable
49 if (STRNCMP(tz_cache, tz, sizeof(tz_cache) - 1) != 0) in vim_localtime()
52 vim_strncpy((char_u *)tz_cache, (char_u *)tz, sizeof(tz_cache) - 1); in vim_localtime()