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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A Dunifdef.c152 #define MAXDEPTH 64 /* maximum #if nesting */ macro
189 static Ifstate ifstate[MAXDEPTH]; /* #if processor state */
190 static bool ignoring[MAXDEPTH]; /* ignore comments state */
191 static int stifline[MAXDEPTH]; /* start of current #if */
462 if (depth >= MAXDEPTH)

Completed in 87 milliseconds