Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtime.c87 struct tm tmval; in get_ctime() local
90 curtime = vim_localtime(&thetime, &tmval); in get_ctime()
278 struct tm tmval; in f_strftime() local
295 curtime = vim_localtime(&seconds, &tmval); in f_strftime()
351 struct tm tmval; in f_strptime() local
362 CLEAR_FIELD(tmval); in f_strptime()
363 tmval.tm_isdst = -1; in f_strptime()
373 || strptime((char *)str, (char *)fmt, &tmval) == NULL in f_strptime()
374 || (rettv->vval.v_number = mktime(&tmval)) == -1) in f_strptime()
1093 struct tm tmval; in add_time() local
[all …]