Lines Matching refs:depth
202 static int depth; /* current #if nesting */ variable
510 if (depth == 0) in ignoreoff()
512 ignoring[depth] = ignoring[depth-1]; in ignoreoff()
517 ignoring[depth] = true; in ignoreon()
529 if (depth > MAXDEPTH-1) in nest()
531 if (depth == MAXDEPTH-1) in nest()
533 depth += 1; in nest()
534 stifline[depth] = linenum; in nest()
539 if (depth == 0) in unnest()
541 depth -= 1; in unnest()
546 ifstate[depth] = is; in state()
591 trans_table[ifstate[depth]][lineval](); in process()
594 ifstate_name[ifstate[depth]], depth); in process()
974 if (text || ignoring[depth]) { in skipcomment()
1131 printf("%s%3d", zerosyms ? "" : "\n", depth); in findsym()
1218 if (depth == 0) in error()
1222 filename, linenum, msg, stifline[depth], depth); in error()