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

dictSubstObjType variable

Syntax

static const Jim_ObjType dictSubstObjType = { "dict-substitution", FreeDictSubstInternalRep, DupDictSubstInternalRep, NULL, JIM_TYPE_NONE, };

References

LocationReferrerText
jim.c:2341
static const Jim_ObjType dictSubstObjType = {
jim.c:4451SetVariableFromAny()
else if (objPtr->typePtr == &dictSubstObjType) {
jim.c:5005SetDictSubstFromAny()
if (objPtr->typePtr != &dictSubstObjType) {
jim.c:5022SetDictSubstFromAny()
objPtr->typePtr = &dictSubstObjType;

Type Use

Type of dictSubstObjType
dictSubstObjType
all items filtered out