Searched refs:noWeights (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkGrid.c2005 int noWeights = 0; /* True if the span has no weights. */
2042 noWeights++;
2061 weight += noWeights ? 1 : layoutPtr[slot].weight;
2062 if ((noWeights || layoutPtr[slot].weight>0) &&
2074 weight += noWeights ? 1 : layoutPtr[slot].weight;
1990 int noWeights = 0; /* True if the span has no weights. */ local
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkGrid.c2183 int noWeights = 0; /* True if the span has no weights. */
2219 noWeights++;
2242 weight = noWeights ? 1 : layoutPtr[slot].weight;
2325 accWeight += noWeights ? 1 : layoutPtr[slot].weight;
2167 int noWeights = 0; /* True if the span has no weights. */ local

Completed in 92 milliseconds