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

indexObjType variable

Syntax

static const Jim_ObjType indexObjType = { "index", NULL, NULL, UpdateStringOfIndex, JIM_TYPE_NONE, };

References

LocationReferrerText
jimsh0.c:12271
static const Jim_ObjType indexObjType = {
jimsh0.c:12353SetIndexFromAny()
objPtr->typePtr = &indexObjType;
jimsh0.c:12377Jim_GetIndex()
if (objPtr->typePtr != &indexObjType && SetIndexFromAny(interp, objPtr) == JIM_ERR)

Type Use

Type of indexObjType
indexObjType
all items filtered out