Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/cscope-fast/
H A Ddir.c86 if (stat(compath(dir), &statstruct) == 0 && in sourcedir()
120 if (stat(compath(dir), &statstruct) == 0 && in includedir()
253 if (stat(compath(dir), &statstruct) == 0 && in makefilelist()
365 if (vpaccess(compath(path), READ) == 0) { in incfile()
380 for (p = srcfiletable[hash(compath(file)) % HASHMOD]; in infilelist()
404 p->file = stralloc(compath(path)); in addsrcfile()
H A Dlibrary.h34 char *compath(char *pathname);
H A Dcompath.c48 compath(char *pathname) in compath() function
H A DMakefile33 cgrep.o compath.o invlib.o logdir.o \