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

/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkGrid.c38 #define TYPICAL_SIZE 25 /* (Arbitrary guess) */ macro
1911 GridLayout layoutData[TYPICAL_SIZE + 1];
1928 if (gridCount >= TYPICAL_SIZE) {
2680 size_t size = sizeof(SlotInfo) * TYPICAL_SIZE;
2685 gridPtr->columnSpace = TYPICAL_SIZE;
2689 gridPtr->rowSpace = TYPICAL_SIZE;
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkGrid.c42 #define TYPICAL_SIZE 25 /* (arbitrary guess) */ macro
1742 GridLayout layoutData[TYPICAL_SIZE + 1];
1759 if (gridCount >= TYPICAL_SIZE) {
2421 size = sizeof(SlotInfo) * TYPICAL_SIZE;
2426 gridPtr->columnSpace = TYPICAL_SIZE;
2430 gridPtr->rowSpace = TYPICAL_SIZE;

Completed in 123 milliseconds