Searched refs:deletionEpoch (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkObj.c59 * NULL or if mainPtr->deletionEpoch does not match epoch.
65 long epoch; /* Value of mainPtr->deletionEpoch at last
800 || winPtr->epoch != mainPtr->deletionEpoch)
807 winPtr->epoch = mainPtr ? mainPtr->deletionEpoch : 0;
H A DtkInt.h638 long deletionEpoch; /* Incremented by window deletions. */ member in struct:TkMainInfo
H A DtkWindow.c910 mainPtr->deletionEpoch = 0l;
1517 winPtr->mainPtr->deletionEpoch++;
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkObj.c60 * if tkwin is NULL or if mainPtr->deletionEpoch does not match epoch.
65 long epoch; /* Value of mainPtr->deletionEpoch at last
712 || winPtr->epoch != mainPtr->deletionEpoch)
719 winPtr->epoch = mainPtr ? mainPtr->deletionEpoch : 0;
H A DtkInt.h647 long deletionEpoch; /* Incremented by window deletions */ member in struct:TkMainInfo
H A DtkWindow.c905 mainPtr->deletionEpoch = 0l;
1527 winPtr->mainPtr->deletionEpoch++;

Completed in 123 milliseconds