Searched refs:tmval (Results 1 – 1 of 1) sorted by relevance
87 struct tm tmval; in get_ctime() local90 curtime = vim_localtime(&thetime, &tmval); in get_ctime()278 struct tm tmval; in f_strftime() local295 curtime = vim_localtime(&seconds, &tmval); in f_strftime()351 struct tm tmval; in f_strptime() local362 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 …]