Searched defs:cscopedepth (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/cscope-fast/
H A Dmain.c70 int cscopedepth; /* cscope invocation nesting depth */ variable
172 cscopedepth = atoi(mygetenv("CSCOPEDEPTH", "0"));
173 (void) sprintf(path, "CSCOPEDEPTH=%d", ++cscopedepth);

Completed in 62 milliseconds