Searched refs:cscopedepth (Results 1 – 3 of 3) sorted by relevance
178 if (cscopedepth > 1) { in display()181 (void) printw("%d", cscopedepth); in display()
79 extern int cscopedepth; /* cscope invocation nesting depth */
70 int cscopedepth; /* cscope invocation nesting depth */ variable172 cscopedepth = atoi(mygetenv("CSCOPEDEPTH", "0")); in main()173 (void) sprintf(path, "CSCOPEDEPTH=%d", ++cscopedepth); in main()