Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim.h2695 #ifndef S_ISFIFO
2697 # define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO) macro
2699 # define S_ISFIFO(m) 0 macro
H A Dfileio.c354 && !S_ISFIFO(perm) // ... or fifo in readfile()
2426 if (S_ISFIFO(perm)) // fifo in readfile()
H A Dfilepath.c1240 else if (S_ISFIFO(st->st_mode)) in getftypest()
H A Dbuffer.c241 if (perm >= 0 && (S_ISFIFO(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