Home
last modified time | relevance | path

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

/linux-5.19.10/scripts/
Dunifdef.c146 #define MAXDEPTH 64 /* maximum #if nesting */ macro
199 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()