Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim.h2681 #ifndef S_ISBLK
2683 # define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
2685 # define S_ISBLK(m) 0 macro
H A Dfilepath.c1236 else if (S_ISBLK(st->st_mode)) in getftypest()
H A Dos_unix.c3283 if (S_ISBLK(st.st_mode)) // block device isn't writable in mch_nodetype()
/vim-8.2.3635/runtime/syntax/
H A Dxs.vim3221 syn keyword xsMacro S_IRGRP S_IROTH S_IRUSR S_IRWXG S_IRWXO S_IRWXU S_ISBLK
/vim-8.2.3635/runtime/doc/
H A Dversion6.txt3725 Problem: Nextstep doesn't have S_ISBLK. (John Beppu)
3726 Solution: Define S_ISBLK using S_IFBLK.