Searched refs:mdict (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Ddictionary.h84 extern void mdict_free (struct multidictionary *mdict);
88 extern void mdict_add_symbol (struct multidictionary *mdict,
93 extern void mdict_add_pending (struct multidictionary *mdict,
117 const struct multidictionary *mdict; member in struct:mdict_iterator
130 mdict_iterator_first (const struct multidictionary *mdict,
147 mdict_iter_match_first (const struct multidictionary *mdict,
165 extern int mdict_size (const struct multidictionary *mdict);
H A Ddictionary.c1032 mdict_free (struct multidictionary *mdict) argument
1035 enum dict_type type = mdict->dictionaries[0]->vector->type;
1038 for (unsigned short idx = 0; idx < mdict->n_allocated_dictionaries; ++idx)
1039 dict_free (mdict->dictionaries[idx]);
1051 xfree (mdict->dictionaries);
1060 find_language_dictionary (const struct multidictionary *mdict, argument
1063 for (unsigned short idx = 0; idx < mdict->n_allocated_dictionaries; ++idx)
1065 if (DICT_LANGUAGE (mdict->dictionaries[idx])->la_language == language)
1066 return mdict->dictionaries[idx];
1078 create_new_language_dictionary (struct multidictionary *mdict, argument
1116 mdict_add_symbol(struct multidictionary *mdict, struct symbol *sym) argument
1134 mdict_add_pending(struct multidictionary *mdict, const struct pending *symbol_list) argument
1160 mdict_iterator_first(const multidictionary *mdict, struct mdict_iterator *miterator) argument
1213 mdict_iter_match_first(const struct multidictionary *mdict, const lookup_name_info &name, struct mdict_iterator *miterator) argument
1267 mdict_size(const struct multidictionary *mdict) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Ddictionary.h84 extern void mdict_free (struct multidictionary *mdict);
88 extern void mdict_add_symbol (struct multidictionary *mdict,
93 extern void mdict_add_pending (struct multidictionary *mdict,
117 const struct multidictionary *mdict; member in struct:mdict_iterator
130 mdict_iterator_first (const struct multidictionary *mdict,
147 mdict_iter_match_first (const struct multidictionary *mdict,
165 extern int mdict_size (const struct multidictionary *mdict);
H A Ddictionary.c1038 mdict_free (struct multidictionary *mdict) argument
1041 enum dict_type type = mdict->dictionaries[0]->vector->type;
1044 for (unsigned short idx = 0; idx < mdict->n_allocated_dictionaries; ++idx)
1045 dict_free (mdict->dictionaries[idx]);
1057 xfree (mdict->dictionaries);
1066 find_language_dictionary (const struct multidictionary *mdict, argument
1069 for (unsigned short idx = 0; idx < mdict->n_allocated_dictionaries; ++idx)
1071 if (DICT_LANGUAGE (mdict->dictionaries[idx])->la_language == language)
1072 return mdict->dictionaries[idx];
1084 create_new_language_dictionary (struct multidictionary *mdict, argument
1121 mdict_add_symbol(struct multidictionary *mdict, struct symbol *sym) argument
1139 mdict_add_pending(struct multidictionary *mdict, const struct pending *symbol_list) argument
1165 mdict_iterator_first(const multidictionary *mdict, struct mdict_iterator *miterator) argument
1218 mdict_iter_match_first(const struct multidictionary *mdict, const lookup_name_info &name, struct mdict_iterator *miterator) argument
1272 mdict_size(const struct multidictionary *mdict) argument
[all...]

Completed in 215 milliseconds