Searched defs:levels (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkOption.c120 * 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; variable
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[curLeve
[all...]
/ast/src/cmd/jcl/
H A Dcpy2dss.c647 int levels[256]; local
648 char indent[elementsof(levels) + 2];
684 levels[lev = 0] = 0;
733 levels[++lev] = next->level;
743 for (i = lev; i > 0 && field->level != levels[i]; i--);
782 if ((lev + 1) >= elementsof(levels))
789 levels[lev + 1] = next->level;
930 while (levels[lev] > 0 && parent)
949 while (levels[lev] > 0)

Completed in 10 milliseconds