Home
last modified time | relevance | path

Searched refs:S_ISSOCK (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/src/
H A Dvim.h2688 #ifndef S_ISSOCK
2690 # define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK) macro
2692 # define S_ISSOCK(m) 0 macro
H A Dgui_at_fs.c984 #ifdef S_ISSOCK in SFstatChar()
985 if (S_ISSOCK (statBuf->st_mode)) in SFstatChar()
H A Dfileio.c355 && !S_ISSOCK(perm) // ... or socket in readfile()
2431 if (S_ISSOCK(perm)) // or socket in readfile()
H A Dfilepath.c1242 else if (S_ISSOCK(st->st_mode)) in getftypest()
H A Dbuffer.c242 || S_ISSOCK(perm) in open_buffer()
/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