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

/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkStyle.c113 int nbElements; /* Size of the below tables. */ member in struct:ThreadSpecificData
200 tsdPtr->nbElements = 0;
283 for (i = 0; i < tsdPtr->nbElements; i++) {
400 if (tsdPtr->nbElements > 0) {
402 sizeof(StyledElement) * tsdPtr->nbElements);
403 for (elementId = 0; elementId < tsdPtr->nbElements; elementId++) {
440 for (elementId = 0; elementId < tsdPtr->nbElements; elementId++) {
655 elementId = tsdPtr->nbElements++;
663 sizeof(Element) * tsdPtr->nbElements);
678 sizeof(StyledElement) * tsdPtr->nbElements);
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkStyle.c118 int nbElements; /* Size of the below tables. */ member in struct:ThreadSpecificData
215 tsdPtr->nbElements = 0;
296 for (i = 0; i < tsdPtr->nbElements; i++) {
412 if (tsdPtr->nbElements > 0) {
414 sizeof(StyledElement) * tsdPtr->nbElements);
415 for (elementId = 0; elementId < tsdPtr->nbElements; elementId++) {
452 for (elementId = 0; elementId < tsdPtr->nbElements; elementId++) {
667 elementId = tsdPtr->nbElements++;
675 sizeof(Element) * tsdPtr->nbElements);
690 sizeof(StyledElement) * tsdPtr->nbElements);
[all...]

Completed in 117 milliseconds