Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/unifdef/
Dunifdef.c148 #define MAXDEPTH 64 /* maximum #if nesting */ macro
184 static Ifstate ifstate[MAXDEPTH]; /* #if processor state */
185 static bool ignoring[MAXDEPTH]; /* ignore comments state */
186 static int stifline[MAXDEPTH]; /* start of current #if */
636 if (depth >= MAXDEPTH) in nest()
/mirbsd/src/sys/sys/
Dlockf.h60 #define MAXDEPTH 50 macro
/mirbsd/src/sys/kern/
Dvfs_lockf.c54 int maxlockdepth = MAXDEPTH;