Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dtime.pro2 char *get_ctime(time_t thetime, int add_newline);
/vim-8.2.3635/src/
H A Dtime.c83 get_ctime(time_t thetime, int add_newline) in get_ctime() argument
90 curtime = vim_localtime(&thetime, &tmval); in get_ctime()