Home
last modified time | relevance | path

Searched refs:S_ISCHR (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/
H A Dvim.h2662 && (defined(S_ISCHR) || defined(S_IFCHR))
2702 #ifndef S_ISCHR
2704 # define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) macro
2706 # define S_ISCHR(m) 0 macro
H A Dfileio.c357 && !(S_ISCHR(perm) && is_dev_fd_file(fname)) in readfile()
2437 if (S_ISCHR(perm)) // or character special in readfile()
H A Dfilepath.c1238 else if (S_ISCHR(st->st_mode)) in getftypest()
H A Dbuffer.c244 || (S_ISCHR(perm) && is_dev_fd_file(curbuf->b_ffname)) 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