Lines Matching defs:depth
174 static bool symdepth; /* -S: output symbol depth */
202 static int depth; /* current #if nesting */
300 case 'S': /* list symbols with their nesting depth */
391 * functions increase or decrease the depth. They also maintain the
510 if (depth == 0)
512 ignoring[depth] = ignoring[depth-1];
517 ignoring[depth] = true;
529 if (depth > MAXDEPTH-1)
531 if (depth == MAXDEPTH-1)
533 depth += 1;
534 stifline[depth] = linenum;
539 if (depth == 0)
541 depth -= 1;
546 ifstate[depth] = is;
591 trans_table[ifstate[depth]][lineval]();
592 debug("process line %d %s -> %s depth %d",
594 ifstate_name[ifstate[depth]], depth);
974 if (text || ignoring[depth]) {
1131 printf("%s%3d", zerosyms ? "" : "\n", depth);
1218 if (depth == 0)
1221 warnx("%s: %d: %s (#if line %d depth %d)",
1222 filename, linenum, msg, stifline[depth], depth);