Home
last modified time | relevance | path

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

/dragonfly/usr.bin/unifdef/
H A Dunifdef.c138 #define MAXDEPTH 64 /* maximum #if nesting */ macro
197 static Ifstate ifstate[MAXDEPTH]; /* #if processor state */
198 static bool ignoring[MAXDEPTH]; /* ignore comments state */
199 static int stifline[MAXDEPTH]; /* start of current #if */
651 if (depth > MAXDEPTH-1) in nest()
653 if (depth == MAXDEPTH-1) in nest()
/dragonfly/games/atc/
H A Dinput.c53 #define MAXDEPTH 15 macro
194 STACK stack[MAXDEPTH];
/dragonfly/games/gomoku/
H A Dpickmove.c791 #define MAXDEPTH 100 macro
792 static struct elist einfo[MAXDEPTH];
793 static struct combostr *ecombo[MAXDEPTH]; /* separate from elist to save space */
815 if ((nframes = ocbp->c_nframes) >= MAXDEPTH) in makeempty()
1356 if ((nframes = ocbp->c_nframes) >= MAXDEPTH) in markcombo()