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

Jim_ObjType struct

Syntax

struct Jim_ObjType;
Implemented in jim.h:413

Fields

name

No summary provided. Read more...

freeIntRepProc

No summary provided. Read more...

dupIntRepProc

No summary provided. Read more...

updateStringProc

No summary provided. Read more...

flags

No summary provided. Read more...

References

LocationReferrerScopeText
jim.h:413
typedef struct Jim_ObjType {
jim.h:419
jimsh0.c:456
typedef struct Jim_ObjType {
jimsh0.c:462
jim.h:285
const struct Jim_ObjType *typePtr; /* object type. */
jimsh0.c:354
const struct Jim_ObjType *typePtr;
jim-regexp.c:74regexpObjType
static const Jim_ObjType regexpObjType = {
jim-subcmd.c:96subcmdLookupObjType
jim.c:2341dictSubstObjType
static const Jim_ObjType dictSubstObjType = {
jim.c:2352interpolatedObjType
jim.c:2379stringObjType
static const Jim_ObjType stringObjType = {
jim.c:3074comparedStringObjType
jim.c:3137sourceObjType
static const Jim_ObjType sourceObjType = {
jim.c:3174scriptLineObjType
jim.c:3209scriptObjType
static const Jim_ObjType scriptObjType = {
jim.c:4345commandObjType
static const Jim_ObjType commandObjType = {
jim.c:4421variableObjType
static const Jim_ObjType variableObjType = {
jim.c:5293referenceObjType
static const Jim_ObjType referenceObjType = {
jim.c:5991intObjType
static const Jim_ObjType intObjType = {
jim.c:6004coercedDoubleObjType
jim.c:6167doubleObjType
static const Jim_ObjType doubleObjType = {
jim.c:6363listObjType
static const Jim_ObjType listObjType = {
jim.c:7321dictObjType
static const Jim_ObjType dictObjType = {
jim.c:7881indexObjType
static const Jim_ObjType indexObjType = {
jim.c:8015returnCodeObjType
jim.c:9170exprObjType
static const Jim_ObjType exprObjType = {
jim.c:9964scanFmtStringObjType
jim.c:16233getEnumObjType
static const Jim_ObjType getEnumObjType = {
jim.h:285Jim_Obj::typePtrJim_Obj
const struct Jim_ObjType *typePtr; /* object type. */
jim.h:419Jim_ObjType
jimsh0.c:354Jim_Obj::typePtrJim_Obj
const struct Jim_ObjType *typePtr;
jimsh0.c:462Jim_ObjType
jimsh0.c:2958regexpObjType
static const Jim_ObjType regexpObjType = {
jimsh0.c:8095dictSubstObjType
static const Jim_ObjType dictSubstObjType = {
jimsh0.c:8106interpolatedObjType
jimsh0.c:8130stringObjType
static const Jim_ObjType stringObjType = {
jimsh0.c:8751comparedStringObjType
jimsh0.c:8790sourceObjType
static const Jim_ObjType sourceObjType = {
jimsh0.c:8820scriptLineObjType
jimsh0.c:8849scriptObjType
static const Jim_ObjType scriptObjType = {
jimsh0.c:9669commandObjType
static const Jim_ObjType commandObjType = {
jimsh0.c:9746variableObjType
static const Jim_ObjType variableObjType = {
jimsh0.c:10804intObjType
static const Jim_ObjType intObjType = {
jimsh0.c:10812coercedDoubleObjType
jimsh0.c:10940doubleObjType
static const Jim_ObjType doubleObjType = {
jimsh0.c:11121listObjType
static const Jim_ObjType listObjType = {
jimsh0.c:11985dictObjType
static const Jim_ObjType dictObjType = {
jimsh0.c:12271indexObjType
static const Jim_ObjType indexObjType = {
jimsh0.c:12399returnCodeObjType
jimsh0.c:13479exprObjType
static const Jim_ObjType exprObjType = {
jimsh0.c:14181scanFmtStringObjType
jimsh0.c:19547getEnumObjType
static const Jim_ObjType getEnumObjType = {
jimsh0.c:19766subcmdLookupObjType