Home
last modified time | relevance | path

Searched refs:S_ISDIR (Results 1 – 9 of 9) sorted by relevance

/vim-8.2.3635/src/
H A Dvim.h2667 #ifndef S_ISDIR
2669 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
2671 # define S_ISDIR(m) 0 macro
H A Dfileio.c364 if (S_ISDIR(perm)) in readfile()
4658 if (S_ISDIR(st.st_mode)) in create_readdirex_item()
4670 if (S_ISDIR(st.st_mode)) in create_readdirex_item()
H A Dviminfo.c3040 if (mch_fstat(fileno(fp), &st) < 0 || S_ISDIR(st.st_mode)) in read_viminfo()
3112 || S_ISDIR(st_old.st_mode) in write_viminfo()
H A Dos_unix.c3139 return (S_ISDIR(statb.st_mode) ? TRUE : FALSE); in mch_isdir()
3156 return (S_ISDIR(statb.st_mode) ? TRUE : FALSE); in mch_isrealdir()
3281 if (S_ISREG(st.st_mode) || S_ISDIR(st.st_mode)) in mch_nodetype()
H A Dif_cscope.c529 if (S_ISDIR(statbuf.st_mode)) in cs_add_common()
H A Dbufwrite.c1050 if (S_ISDIR(st_old.st_mode)) in buf_write()
H A Dgui_at_fs.c980 if (S_ISDIR (statBuf->st_mode)) in SFstatChar()
H A Dfilepath.c1232 else if (S_ISDIR(st->st_mode)) in getftypest()
/vim-8.2.3635/runtime/syntax/
H A Dxs.vim3222 syn keyword xsMacro S_ISCHR S_ISDIR S_ISFIFO S_ISGID S_ISLNK S_ISREG S_ISSOCK