Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_amiga.c160 long utime; in mch_inchar() local
165 utime = 100L; // time = 0 causes problems in DOS 1.2 in mch_inchar()
167 utime = time * 1000L; // convert from milli to micro secs in mch_inchar()
168 if (WaitForChar(raw_in, utime) == 0) // no character available in mch_inchar()
H A Dconfig.h.in240 /* Define if you do not have utime(), but do have the utimes() function. */
H A Dbufwrite.c585 (void)utime((char *)fname, &buf); in set_file_time()
H A Dconfigure.ac3294 utime.h sys/param.h sys/ptms.h libintl.h libgen.h \
3733 tzset usleep utime utimes mblen ftruncate unsetenv posix_openpt)
/vim-8.2.3635/runtime/syntax/
H A Dperl.vim91 …r\|mod\|own\|root\)\|glob\|link\|mkdir\|readlink\|rename\|rmdir\|symlink\|umask\|unlink\|utime\)\>"
H A Dxs.vim3658 syn keyword xsMacro utf8_to_uvchr_buf utime uvchr_to_utf8 uvchr_to_utf8_flags
/vim-8.2.3635/src/auto/
H A Dconfigure11125 utime.h sys/param.h sys/ptms.h libintl.h libgen.h \
12616 tzset usleep utime utimes mblen ftruncate unsetenv posix_openpt
/vim-8.2.3635/runtime/doc/
H A Dversion6.txt8314 Solution: Move including "utime.h" to outside the function. (Derek Wyatt)