| 137 | * means must call Tcl_NextHashEntry |
| 138 | * to get value to return. */ |
| 139 | struct ArraySearch *nextPtr;/* Next in list of all active searches |
| 140 | * for this variable, or NULL if this is |
| 141 | * the last one. */ |
| 142 | } ArraySearch; |
nothing calls this directly
no outgoing calls
no test coverage detected