Lines Matching defs:levels
120 * terms of levels in the window hierarchy. All the elements relevant
133 * the stack they remain active for all deeper levels; exact elements
166 * Information about all of the stack levels that are currently
170 static StackLevel *levels = NULL;
595 levels[i].winPtr->optionLevel = -1;
646 * flush all of the levels above the matching one.
650 if (levels[i].winPtr == winPtr) {
652 levels[j].winPtr->optionLevel = -1;
655 basePtr = levels[i].bases;
664 cachedWindow = levels[curLevel].winPtr;
1105 levels[curLevel].winPtr->optionLevel = -1;
1108 levelPtr = &levels[level];
1136 * we've run out of levels. Clear the stacks for EXACT_LEAF_NAME
1146 memcpy((VOID *) newLevels, (VOID *) levels,
1148 ckfree((char *) levels);
1150 levels = newLevels;
1152 levelPtr = &levels[curLevel];
1279 levels = (StackLevel *) ckalloc((unsigned) (5*sizeof(StackLevel)));
1282 levels[0].bases[i] = 0;