Home
last modified time | relevance | path

Searched refs:mch_getperm (Results 1 – 18 of 18) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dos_amiga.pro25 long mch_getperm(char_u *name);
H A Dos_win32.pro24 long mch_getperm(char_u *name);
H A Dos_unix.pro36 long mch_getperm(char_u *name);
/vim-8.2.3635/src/
H A Dos_vms.c481 if (!(flags & EW_NOTFOUND) && mch_getperm(vms_fmatch[i]) < 0) in mch_expand_wildcards()
536 if (mch_getperm(vms_fmatch[i]) >= 0) // add existing file in mch_expandpath()
H A Dbufwrite.c1096 perm = mch_getperm(fname); in buf_write()
1581 if (!p_bk && mch_getperm(backup) >= 0) in buf_write()
1587 while (*p > 'a' && mch_getperm(backup) >= 0) in buf_write()
2484 mch_setperm((char_u *)org, mch_getperm(fname) & 0777); in buf_write()
H A Dfileio.c352 perm = mch_getperm(fname); in readfile()
493 perm = mch_getperm(fname); // check if the file exists in readfile()
3836 perm = mch_getperm(from); in vim_rename()
4089 || mch_getperm(buf->b_ffname) != buf->b_orig_mode in buf_check_timestamp()
4492 buf->b_orig_mode = mch_getperm(fname); in buf_store_time()
H A Dfindfile.c1012 || (mch_getperm(file_path) >= 0 in vim_findfile()
1828 if (mch_getperm(NameBuff) >= 0 in find_file_in_path_option()
H A Dfilepath.c3525 if (mch_getperm(buf) >= 0) // add existing file in dos_expandpath()
3759 : mch_getperm(buf) >= 0) in unix_expandpath()
4041 ? mch_lstat((char *)f, &sb) < 0 : mch_getperm(f) < 0)) in addfile()
H A Dmemline.c4723 && mch_getperm(buf_fname) < 0) in findswapname()
4850 if (mch_getperm(fname) < 0) // it does not exist in findswapname()
4903 r = mch_getperm(fname); // try "file.swx" in findswapname()
5113 if (mch_getperm(fname) < 0) in findswapname()
H A Dos_amiga.c812 mch_getperm(char_u *name) in mch_getperm() function
H A Dquickfix.c937 && mch_getperm(fields->namebuf) == -1) in qf_parse_fmt_f()
1301 if (*fields->namebuf == NUL || mch_getperm(fields->namebuf) >= 0) in qf_parse_file_pfx()
2402 if (mch_getperm(ptr) < 0) in qf_get_fnum()
2591 if ((fullname != NULL) && (mch_getperm(fullname) >= 0)) in qf_guess_filepath()
4919 if (mch_getperm(name) < 0 in get_mef_name()
H A Dundo.c1614 perm = mch_getperm(buf->b_ffname); in u_write_undo()
1625 if (mch_getperm(file_name) >= 0) in u_write_undo()
H A Dos_win32.c2109 if (mch_getperm((char_u *)name) != -1 && !mch_isdir((char_u *)name)) in executable_file()
2362 if (mch_getperm(vimrun_location) >= 0) in mch_init_g()
3172 mch_getperm(char_u *name) in mch_getperm() function
H A Dmisc2.c2659 perm = mch_getperm(fname); in filewritable()
H A Dos_unix.c2803 mch_getperm(char_u *name) in mch_getperm() function
7003 if (!(flags & EW_NOTFOUND) && mch_getperm((*file)[i]) < 0) in mch_expand_wildcards()
H A Dtag.c3404 if (mch_getperm(fname) < 0 && !has_autocmd(EVENT_BUFREADCMD, fname, NULL)) in jumpto_tag()
H A Dbuffer.c240 perm = mch_getperm(curbuf->b_ffname); in open_buffer()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt1062 Solution: Use win32_getattrs() in mch_getperm(). (Christian Brabandt)
12249 Solution: Remove the call to mch_getperm().