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

returnCodeObjType variable

Syntax

static const Jim_ObjType returnCodeObjType = { "return-code", NULL, NULL, NULL, JIM_TYPE_NONE, };

References

LocationReferrerText
jim.c:8015
static const Jim_ObjType returnCodeObjType = {
jim.c:8050SetReturnCodeFromAny()
objPtr->typePtr = &returnCodeObjType;
jim.c:8057Jim_GetReturnCode()
if (objPtr->typePtr != &returnCodeObjType && SetReturnCodeFromAny(interp, objPtr) == JIM_ERR)

Type Use

Type of returnCodeObjType
returnCodeObjType
all items filtered out