Searched defs:vpndirs (Results 1 - 1 of 1) 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...]

Completed in 83 milliseconds