Home
last modified time | relevance | path

Searched defs:dict_vector (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
H A Ddictionary.c104 struct dict_vector struct
108 enum dict_type type;
110 void (*free) (struct dictionary *dict);
112 void (*add_symbol) (struct dictionary *dict, struct symbol *sym);
114 struct symbol *(*iterator_first) (const struct dictionary *dict,
116 struct symbol *(*iterator_next) (struct dict_iterator *iterator);
118 struct symbol *(*iter_match_first) (const struct dictionary *dict,
122 struct symbol *(*iter_match_next) (const char *name,
126 int (*size) (const struct dictionary *dict);