Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_cscope.c481 stat_T statbuf; in cs_add_common() local
505 ret = mch_stat(fname, &statbuf); in cs_add_common()
529 if (S_ISDIR(statbuf.st_mode)) in cs_add_common()
550 ret = mch_stat(fname2, &statbuf); in cs_add_common()
558 i = cs_insert_filelist(fname2, ppath, flags, &statbuf); in cs_add_common()
560 else if (S_ISREG(statbuf.st_mode) || S_ISLNK(statbuf.st_mode)) in cs_add_common()
562 i = cs_insert_filelist(fname, ppath, flags, &statbuf); in cs_add_common()