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

scanFmtStringObjType variable

Syntax

static const Jim_ObjType scanFmtStringObjType = { "scanformatstring", FreeScanFmtInternalRep, DupScanFmtInternalRep, UpdateStringOfScanFmt, JIM_TYPE_NONE, };

References

LocationReferrerText
jim.c:9964
static const Jim_ObjType scanFmtStringObjType = {
jim.c:9987DupScanFmtInternalRep()
dupPtr->typePtr = &scanFmtStringObjType;
jim.c:10034SetScanFmtFromAny()
objPtr->typePtr = &scanFmtStringObjType;
jim.c:15730Jim_ScanCoreCommand()
if (argv[2]->typePtr != &scanFmtStringObjType)

Type Use

Type of scanFmtStringObjType
scanFmtStringObjType
all items filtered out