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

JimDictHashEntry struct

Syntax

struct JimDictHashEntry {     int offset;     unsigned hash; };

Fields

offset

No summary provided. Read more...

hash

No summary provided. Read more...

References

LocationReferrerScopeText
jim.h:471
struct JimDictHashEntry {
jim.c:7431JimDictExpandHashTable()
struct JimDictHashEntry *prevht = dict->ht;
jim.h:471Jim_Dict::htJim_Dict
struct JimDictHashEntry {

Type Use

Variables of JimDictHashEntry type
JimDictExpandHashTable()::prevht
all items filtered out
JimDictHashEntry