Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtime.c88 struct tm *curtime; in get_ctime() local
90 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() local
295 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() local
1098 curtime = vim_localtime(&tt, &tmval); in add_time()
[all …]
/vim-8.2.3635/runtime/syntax/
H A Dmysql.vim174 syn region mysqlFunction start="curtime(" end=")" contains=ALL