Searched refs:mtime (Results 1 – 15 of 15) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | fileio.pro | 15 int time_differs(stat_T *st, long mtime, long mtime_ns);
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | psf.vim | 58 syn region psfAttTime matchgroup=psfAttrib start="^\s*\(create_time\|ctime\|mod_time\|mtime\|timest…
|
| H A D | indent.vim | 113 \ -pmt --preserve-mtime
|
| H A D | reva.vim | 74 Builtin mtime open/r open/rw read rename seek space spaces stat
|
| H A D | mush.vim | 50 syntax keyword mushFunction contained money mtime mudname mul munge mwho name nand
|
| H A D | 8th.vim | 186 Builtin mkdir f:mkdir mmap f:mmap mmap-range f:mmap-range mmap-range? f:mmap-range? mtime f:mtime …
|
| H A D | progress.vim | 213 …efor[e-tab-item] move-col[umn] move-to-b[ottom] move-to-eof move-to-t[op] mtime multi-compile mult…
|
| H A D | baan.vim | 1698 syn keyword baanBshell mtime
|
| /vim-8.2.3635/src/ |
| H A D | bufwrite.c | 578 time_t mtime) // modification time in set_file_time() argument 584 buf.modtime = mtime; in set_file_time() 592 tvp[1].tv_sec = mtime; in set_file_time()
|
| H A D | gui_at_fs.c | 100 time_t mtime; member 839 if ((!mch_stat(".", &statBuf)) && (statBuf.st_mtime != dir->mtime)) in SFcheckDir() 2038 dir->mtime = statBuf.st_mtime; in SFgetDir()
|
| H A D | fileio.c | 3122 time_differs(stat_T *st, long mtime, long mtime_ns UNUSED) in time_differs() argument 3132 (long)st->st_mtime - mtime > 1 || mtime - (long)st->st_mtime > 1 in time_differs() 3134 (long)st->st_mtime != mtime in time_differs()
|
| H A D | memline.c | 1174 long mtime; in ml_recover() local 1407 mtime = char_to_long(b0p->b0_mtime); in ml_recover() 1412 || org_stat.st_mtime != mtime)) in ml_recover()
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_swap.vim | 127 call assert_match('^\d*$', info.mtime)
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | phpcomplete.vim | 1146 " build a string with format of "<tagfile>:<mtime>$<tagfile2>:<mtime2>..." 2018 if getftime(classstructure.file) != classstructure.mtime 2067 " mtime: 42, 2075 " mtime: 42, 2171 \ 'mtime': getftime(full_file_path), 2270 \ 'mtime': 0,
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | eval.txt | 11137 mtime last modification time in seconds
|