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

/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkPanedWindow.c754 int i, firstOptionArg, j, found, doubleBw, index, numNewSlaves, haveLoc;
893 for (i = 0, numNewSlaves = 0; i < firstOptionArg - 2; i++) {
983 numNewSlaves++;
990 i = sizeof(Slave *) * (pwPtr->numSlaves+numNewSlaves);
1001 sizeof(Slave *) * numNewSlaves);
1042 pwPtr->numSlaves += numNewSlaves;
751 int i, firstOptionArg, j, found, doubleBw, index, numNewSlaves, haveLoc; local
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkPanedWindow.c726 int i, firstOptionArg, j, found, doubleBw, index, numNewSlaves, haveLoc;
858 for (i = 0, numNewSlaves = 0; i < firstOptionArg - 2; i++) {
947 numNewSlaves++;
954 i = sizeof(Slave *) * (pwPtr->numSlaves+numNewSlaves);
965 sizeof(Slave *) * numNewSlaves);
1003 pwPtr->numSlaves += numNewSlaves;
723 int i, firstOptionArg, j, found, doubleBw, index, numNewSlaves, haveLoc; local

Completed in 122 milliseconds