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

/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclExecute.c453 static Tcl_ObjType dictIteratorType = { variable
7042 statePtr->typePtr = &dictIteratorType;
7047 if (varPtr->value.objPtr->typePtr != &dictIteratorType) {
7061 if (statePtr == NULL || statePtr->typePtr != &dictIteratorType) {
7089 if (statePtr->typePtr == &dictIteratorType) {

Completed in 181 milliseconds