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

regexpObjType variable

Syntax

static const Jim_ObjType regexpObjType = { "regexp", FreeRegexpInternalRep, NULL, NULL, JIM_TYPE_NONE };

References

LocationReferrerText
jim-regexp.c:74
static const Jim_ObjType regexpObjType = {
jim-regexp.c:89SetRegexpFromAny()
if (objPtr->typePtr == &regexpObjType &&
jim-regexp.c:113SetRegexpFromAny()
objPtr->typePtr = &regexpObjType;

Type Use

Type of regexpObjType
regexpObjType
all items filtered out