Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim.h2709 #ifndef S_ISLNK
2711 # define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
2713 # define S_ISLNK(m) 0 macro
H A Dif_cscope.c560 else if (S_ISREG(statbuf.st_mode) || S_ISLNK(statbuf.st_mode)) in cs_add_common()
H A Dfilepath.c1234 else if (S_ISLNK(st->st_mode)) in getftypest()
H A Dfileio.c4642 if (ret >= 0 && S_ISLNK(st.st_mode)) in create_readdirex_item()
/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