Searched refs:MAXDEPTH (Results 1 – 1 of 1) sorted by relevance
146 #define MAXDEPTH 64 /* maximum #if nesting */ macro199 static Ifstate ifstate[MAXDEPTH]; /* #if processor state */200 static bool ignoring[MAXDEPTH]; /* ignore comments state */201 static int stifline[MAXDEPTH]; /* start of current #if */529 if (depth > MAXDEPTH-1) in nest()531 if (depth == MAXDEPTH-1) in nest()