Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim.h2674 #ifndef S_ISREG
2676 # define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
2678 # define S_ISREG(m) 0 macro
H A Dos_unix.c3178 if (S_ISREG(st.st_mode) && mch_access((char *)name, X_OK) == 0) in executable_file()
3186 return S_ISREG(st.st_mode) && mch_access((char *)name, X_OK) == 0; in executable_file()
3281 if (S_ISREG(st.st_mode) || S_ISDIR(st.st_mode)) in mch_nodetype()
H A Dif_cscope.c560 else if (S_ISREG(statbuf.st_mode) || S_ISLNK(statbuf.st_mode)) in cs_add_common()
H A Dbufwrite.c1048 if (!S_ISREG(st_old.st_mode)) // not a file in buf_write()
H A Dgui_at_fs.c982 if (S_ISREG (statBuf->st_mode)) in SFstatChar()
H A Dfilepath.c1230 if (S_ISREG(st->st_mode)) in getftypest()
H A Dfileio.c353 if (perm >= 0 && !S_ISREG(perm) // not a regular file ... in readfile()
/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