Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/cscope-fast/
H A Ddisplay.c178 if (cscopedepth > 1) { in display()
181 (void) printw("%d", cscopedepth); in display()
H A Dglobal.h79 extern int cscopedepth; /* cscope invocation nesting depth */
H A Dmain.c68 int cscopedepth; /* cscope invocation nesting depth */ variable
170 cscopedepth = atoi(mygetenv("CSCOPEDEPTH", "0")); in main()
171 (void) sprintf(path, "CSCOPEDEPTH=%d", ++cscopedepth); in main()