Searched refs:dictionaries (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Ddictionary.c33 /* This file implements dictionaries, which are tables that associate
41 operations that dictionaries provide. (Note, however, that, for
89 /* An enum representing the various implementations of dictionaries.
218 /* For linear dictionaries, the index of the last symbol returned; for
219 hashed dictionaries, the bucket of the last symbol returned. */
221 /* For hashed dictionaries, this points to the last symbol returned;
235 dictionaries. */
263 dictionaries. */
892 /* An array of dictionaries, one per language. All dictionaries
895 struct dictionary **dictionaries; member in struct:multidictionary
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Ddictionary.c33 /* This file implements dictionaries, which are tables that associate
41 operations that dictionaries provide. (Note, however, that, for
89 /* An enum representing the various implementations of dictionaries.
218 /* For linear dictionaries, the index of the last symbol returned; for
219 hashed dictionaries, the bucket of the last symbol returned. */
221 /* For hashed dictionaries, this points to the last symbol returned;
235 dictionaries. */
263 dictionaries. */
898 /* An array of dictionaries, one per language. All dictionaries
901 struct dictionary **dictionaries; member in struct:multidictionary
[all...]

Completed in 84 milliseconds