Jim_ObjType::dupIntRepProc is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDJim_ObjType::dupIntRepProc

Jim_ObjType::dupIntRepProc field

Syntax

Jim_DupInternalRepProc *dupIntRepProc;

References

LocationReferrerScopeText
jim.h:416
Jim_DupInternalRepProc *dupIntRepProc;
jimsh0.c:459
Jim_DupInternalRepProc *dupIntRepProc;
jim.c:2285Jim_DuplicateObj()
if (objPtr->typePtr->dupIntRepProc == NULL) {
jim.c:2290Jim_DuplicateObj()
objPtr->typePtr->dupIntRepProc(interp, objPtr, dupPtr);
jim.c:2341DupDictSubstInternalRep()dictSubstObjType
static const Jim_ObjType dictSubstObjType = {
jim.c:2352DupInterpolatedInternalRep()interpolatedObjType
jim.c:2379DupStringInternalRep()stringObjType
static const Jim_ObjType stringObjType = {
jim.c:3137DupSourceInternalRep()sourceObjType
static const Jim_ObjType sourceObjType = {
jim.c:3209DupScriptInternalRep()scriptObjType
static const Jim_ObjType scriptObjType = {
jim.c:4345DupCommandInternalRep()commandObjType
static const Jim_ObjType commandObjType = {
jim.c:6363DupListInternalRep()listObjType
static const Jim_ObjType listObjType = {
jim.c:7321DupDictInternalRep()dictObjType
static const Jim_ObjType dictObjType = {
jim.c:9170DupExprInternalRep()exprObjType
static const Jim_ObjType exprObjType = {
jim.c:9964DupScanFmtInternalRep()scanFmtStringObjType
jimsh0.c:8043Jim_DuplicateObj()
if (objPtr->typePtr->dupIntRepProc == NULL) {
jimsh0.c:8048Jim_DuplicateObj()
objPtr->typePtr->dupIntRepProc(interp, objPtr, dupPtr);
jimsh0.c:8095DupDictSubstInternalRep()dictSubstObjType
static const Jim_ObjType dictSubstObjType = {
jimsh0.c:8106DupInterpolatedInternalRep()interpolatedObjType
jimsh0.c:8130DupStringInternalRep()stringObjType
static const Jim_ObjType stringObjType = {
jimsh0.c:8790DupSourceInternalRep()sourceObjType
static const Jim_ObjType sourceObjType = {
jimsh0.c:8849DupScriptInternalRep()scriptObjType
static const Jim_ObjType scriptObjType = {
jimsh0.c:9669DupCommandInternalRep()commandObjType
static const Jim_ObjType commandObjType = {
jimsh0.c:11121DupListInternalRep()listObjType
static const Jim_ObjType listObjType = {
jimsh0.c:11985DupDictInternalRep()dictObjType
static const Jim_ObjType dictObjType = {
jimsh0.c:13479DupExprInternalRep()exprObjType
static const Jim_ObjType exprObjType = {
jimsh0.c:14181DupScanFmtInternalRep()scanFmtStringObjType

Call Tree

Functions calling Jim_ObjType::dupIntRepProc
all items filtered out
Jim_ObjType::dupIntRepProc
Functions reading Jim_ObjType::dupIntRepProc
Jim_ObjType::dupIntRepProc
all items filtered out
Type of Jim_ObjType::dupIntRepProc
Jim_ObjType::dupIntRepProc
all items filtered out