Searched refs:vpndirs (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/tools/cscope-fast/
H A Dvpinit.c43 int vpndirs; /* number of directories in view path */ variable
57 if (currentdir != NULL && vpndirs > 0) {
58 for (i = 0; i < vpndirs; ++i) {
62 vpndirs = 0;
66 if (vpndirs > 0 || (vpath = getenv("VPATH")) == NULL ||
87 vpndirs = 1;
90 ++vpndirs;
94 vpdirs = (char **)mymalloc(vpndirs * sizeof (char *));
100 for (i = 0, s = vpath; i < vpndirs && *s != '\0'; ++i) {
115 for (i = 0; i < vpndirs;
[all...]
H A Dvp.h46 extern int vpndirs; /* number of directories in view path */
H A Dvpaccess.c49 for (i = 1; i < vpndirs; i++) {
H A Dvpopen.c53 for (i = 1; i < vpndirs; i++) {
H A Dvpstat.c49 for (i = 1; i < vpndirs; i++) {
H A Dvpfopen.c51 for (i = 1; i < vpndirs; i++) {
H A Ddir.c43 #include "vp.h" /* vpdirs and vpndirs */
251 for (j = 1; j < vpndirs; ++j) {
H A Dmain.c48 #include "vp.h" /* vpdirs and vpndirs */
158 dbvpndirs = vpndirs; /* number of directories in database view path */
1051 samelist(oldrefs, vpdirs, vpndirs) == NO) {
1213 putlist(vpdirs, vpndirs);

Completed in 323 milliseconds