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

/ast/src/lib/libtksh/include/
H A Dtksh.h56 int numLevels; /* Keeps track of how many nested calls to member in struct:Interp
61 int maxNestingDepth; /* If numLevels exceeds this value then Tcl
/ast/src/lib/libtk/generic/
H A DtkOption.c172 static int numLevels = 0; /* Total space allocated. */ variable
1141 if (curLevel >= numLevels) {
1145 (numLevels*2*sizeof(StackLevel)));
1147 (numLevels*sizeof(StackLevel)));
1149 numLevels *= 2;
1276 if (numLevels == 0) {
1278 numLevels = 5;

Completed in 14 milliseconds