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

/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkOption.c186 TkWindow *cachedWindow; /* Lowest-level window currently loaded in member in struct:ThreadSpecificData
275 tsdPtr->cachedWindow = NULL;/* Invalidate the cache. */
426 if (tkwin != (Tk_Window) tsdPtr->cachedWindow) {
680 tsdPtr->cachedWindow = NULL;
768 tsdPtr->cachedWindow = NULL;
832 tsdPtr->cachedWindow = NULL;
834 tsdPtr->cachedWindow = tsdPtr->levels[tsdPtr->curLevel].winPtr;
1275 if ((level == -1) || (tsdPtr->cachedWindow == NULL)) {
1310 && ((tsdPtr->cachedWindow == NULL)
1311 || (tsdPtr->cachedWindow
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkOption.c193 TkWindow *cachedWindow; member in struct:ThreadSpecificData
290 tsdPtr->cachedWindow = NULL; /* Invalidate the cache. */
446 if (tkwin != (Tk_Window) tsdPtr->cachedWindow) {
700 tsdPtr->cachedWindow = NULL;
790 tsdPtr->cachedWindow = NULL;
856 tsdPtr->cachedWindow = NULL;
858 tsdPtr->cachedWindow = tsdPtr->levels[tsdPtr->curLevel].winPtr;
1303 if ((level == -1) || (tsdPtr->cachedWindow == NULL)) {
1338 && ((tsdPtr->cachedWindow == NULL)
1339 || (tsdPtr->cachedWindow
[all...]

Completed in 95 milliseconds