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

/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkGrid.c29 #define CHECK_SPACE (2) /* Alloc more space, don't change max. */ macro
2480 CheckSlotData(masterPtr, maxX, COLUMN, CHECK_SPACE);
2481 CheckSlotData(masterPtr, maxY, ROW, CHECK_SPACE);
2643 if (slot >= end && checkOnly != CHECK_SPACE) {
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkGrid.c33 #define CHECK_SPACE (2) /* alloc more space, don't change max */ macro
2220 CheckSlotData(masterPtr, maxX, COLUMN, CHECK_SPACE);
2221 CheckSlotData(masterPtr, maxY, ROW, CHECK_SPACE);
2382 if (slot >= end && checkOnly != CHECK_SPACE) {

Completed in 138 milliseconds