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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Ddictionary.c55 * Implement all the functions in dict_vector as static functions,
56 whose name is the same as the corresponding member of dict_vector
64 * Define a static const struct dict_vector dict_<impl>_vector.
72 * Add a new member <op> to struct dict_vector.
85 * Define a function dict_<op> that looks up <op> in the dict_vector
106 struct dict_vector struct
170 const struct dict_vector *vector;
288 static const struct dict_vector dict_hashed_vector =
300 static const struct dict_vector dict_hashed_expandable_vector =
312 static const struct dict_vector dict_linear_vecto
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Ddictionary.c55 * Implement all the functions in dict_vector as static functions,
56 whose name is the same as the corresponding member of dict_vector
64 * Define a static const struct dict_vector dict_<impl>_vector.
72 * Add a new member <op> to struct dict_vector.
85 * Define a function dict_<op> that looks up <op> in the dict_vector
106 struct dict_vector struct
170 const struct dict_vector *vector;
288 static const struct dict_vector dict_hashed_vector =
300 static const struct dict_vector dict_hashed_expandable_vector =
312 static const struct dict_vector dict_linear_vecto
[all...]

Completed in 141 milliseconds