Searched refs:curtime (Results 1 – 2 of 2) sorted by relevance
88 struct tm *curtime; in get_ctime() local90 curtime = vim_localtime(&thetime, &tmval); in get_ctime()92 if (curtime == NULL) in get_ctime()97 curtime); in get_ctime()279 struct tm *curtime; in f_strftime() local295 curtime = vim_localtime(&seconds, &tmval); in f_strftime()297 if (curtime == NULL) in f_strftime()324 (char *)p, curtime); in f_strftime()1094 struct tm *curtime; in add_time() local1098 curtime = vim_localtime(&tt, &tmval); in add_time()[all …]
174 syn region mysqlFunction start="curtime(" end=")" contains=ALL