dictObjType is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

dictObjType variable

Syntax

References

LocationReferrerText
jim.c:7321
static const Jim_ObjType dictObjType = {
jim.c:7537DupDictInternalRep()
dupPtr->typePtr = &dictObjType;
jim.c:7549SetDictFromAny()
if (objPtr->typePtr == &dictObjType) {
jim.c:7604SetDictFromAny()
objPtr->typePtr = &dictObjType;
jim.c:7701Jim_NewDictObj()
objPtr->typePtr = &dictObjType;
jim.c:16320Jim_IsDict()
return objPtr->typePtr == &dictObjType;

Type Use

Type of dictObjType
dictObjType
all items filtered out