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

/netbsd-current/usr.bin/unifdef/
H A Dunifdef.c195 #define MAXDEPTH 64 /* maximum #if nesting */ macro
235 static Ifstate ifstate[MAXDEPTH]; /* #if processor state */
236 static bool ignoring[MAXDEPTH]; /* ignore comments state */
237 static int stifline[MAXDEPTH]; /* start of current #if */
538 if (depth >= MAXDEPTH)
/netbsd-current/games/atc/
H A Dinput.c98 #define MAXDEPTH 15 macro
213 static STACK stack[MAXDEPTH];
253 assert(level < (MAXDEPTH - 1));
/netbsd-current/sys/kern/
H A Dvfs_lockf.c83 #define MAXDEPTH 50 macro
92 int maxlockdepth = MAXDEPTH;
532 * involve us. MAXDEPTH is set just to make sure we
/netbsd-current/sys/arch/amiga/dev/
H A Damidisplaycc.c69 #define MAXDEPTH 8 macro
74 #define MAXCOLORS (1<<MAXDEPTH)
299 u_char * planes[MAXDEPTH];
1271 if (depth > MAXDEPTH || maxcolor >= MAXCOLORS)
/netbsd-current/external/bsd/ntp/dist/libparse/
H A Dparsestreams.c1114 #define MAXDEPTH 50 /* maximum allowed stream crawl */ macro
1194 loopcheck = MAXDEPTH;
1275 loopcheck = MAXDEPTH;
H A Dparsesolaris.c983 #define MAXDEPTH 50 /* maximum allowed stream crawl */ macro
1028 loopcheck = MAXDEPTH;
1112 loopcheck = MAXDEPTH;
/netbsd-current/games/gomoku/
H A Dpickmove.c799 #define MAXDEPTH 100 macro
800 static struct elist einfo[MAXDEPTH];
801 static struct combostr *ecombo[MAXDEPTH]; /* separate from elist to save space */
823 if ((nframes = ocbp->c_nframes) >= MAXDEPTH)
1359 if ((nframes = ocbp->c_nframes) >= MAXDEPTH)

Completed in 275 milliseconds