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

commandObjType variable

Syntax

static const Jim_ObjType commandObjType = { "command", FreeCommandInternalRep, DupCommandInternalRep, NULL, JIM_TYPE_REFERENCES, };

References

LocationReferrerText
jimsh0.c:9669
static const Jim_ObjType commandObjType = {
jimsh0.c:9681Jim_GetCommand()
if (objPtr->typePtr != &commandObjType ||
jimsh0.c:9725Jim_GetCommand()
objPtr->typePtr = &commandObjType;
jimsh0.c:15072Jim_EvalObj()
&& token[1].objPtr->typePtr == &commandObjType

Type Use

Type of commandObjType
commandObjType
all items filtered out