Home
last modified time | relevance | path

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

/scripts/
Dunifdef.c157 #define MAXDEPTH 64 /* maximum #if nesting */ macro
194 static Ifstate ifstate[MAXDEPTH]; /* #if processor state */
195 static bool ignoring[MAXDEPTH]; /* ignore comments state */
196 static int stifline[MAXDEPTH]; /* start of current #if */
467 if (depth >= MAXDEPTH) in nest()