Searched refs:MAXDEPTH (Results 1 – 4 of 4) sorted by relevance
20 #define MAXDEPTH 32 macro35 extern Drawable xnestDefaultDrawables[MAXDEPTH + 1];
51 Drawable xnestDefaultDrawables[MAXDEPTH + 1];147 for (i = 0; i <= MAXDEPTH; i++) in xnestOpenDisplay()
164 depths = (DepthPtr) malloc(MAXDEPTH * sizeof(DepthRec)); in xnestOpenScreen()
146 #define MAXDEPTH 64 /* maximum #if nesting */ macro199 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()