Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dtime.pro3 time_T vim_time(void);
24 time_T get8ctime(FILE *fd);
25 int put_time(FILE *fd, time_T the_time);
26 void time_to_bytes(time_T the_time, char_u *buf);
/vim-8.2.3635/src/
H A Dtime.c65 time_T
1006 time_T
1010 time_T n = 0; in get8ctime()
1035 put_time(FILE *fd, time_T the_time) in put_time()
1047 time_to_bytes(time_T the_time, char_u *buf) in time_to_bytes()
1052 time_T wtime = the_time; in time_to_bytes()
1063 if (i + 1 > (int)sizeof(time_T)) in time_to_bytes()
H A Dstructs.h159 time_T time_set;
431 time_T uh_time; // timestamp when the change was made
2744 time_T b_last_used; // time when the buffer was last used; used
2805 time_T b_u_time_cur; // uh_time of header below which we are now
H A Dvim.h1852 typedef long time_T; typedef
1855 typedef __time64_t time_T; typedef
1857 typedef time_t time_T; typedef
H A Dglobals.h1798 EXTERN time_T starttime;
1849 EXTERN time_T time_for_testing INIT(= 0);
H A Dviminfo.c2349 while ((time_T)ltime < buflist_buf->b_last_used) in copy_viminfo_marks()
H A Dspellfile.c3515 time_T last_msg_time = 0; in spell_read_dic()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt12016 Solution: Use time_T instead of time_t for global variables. (Ken Takata)