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

/openbsd-current/gnu/usr.bin/binutils/bfd/doc/
H A Dchew.c291 typedef struct dict_struct dict_type; typedef in typeref:struct:dict_struct
320 static void exec (dict_type *);
337 dict_type *lookup_word (char *);
339 dict_type *newentry (char *);
340 unsigned int add_to_definition (dict_type *, stinst_type);
357 dict_type *word;
368 dict_type *e;
369 e = (dict_type *) (pc[1]);
1248 dict_type *root;
1250 dict_type *
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/doc/
H A Dchew.c292 typedef struct dict_struct dict_type; typedef in typeref:struct:dict_struct
321 static void exec (dict_type *);
338 dict_type *lookup_word (char *);
340 dict_type *newentry (char *);
341 unsigned int add_to_definition (dict_type *, stinst_type);
358 dict_type *word;
369 dict_type *e;
370 e = (dict_type *) (pc[1]);
1210 dict_type *root;
1212 dict_type *
[all...]
/openbsd-current/gnu/llvm/lldb/source/Interpreter/
H A DOptionValueDictionary.cpp23 const Type dict_type = ConvertTypeMaskToType(m_type_mask); local
27 GetBuiltinTypeAsCString(dict_type));
52 switch (dict_type) {
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Ddictionary.c47 * Add a new element DICT_<IMPL> to dict_type.
93 enum dict_type enum
111 enum dict_type type;

Completed in 224 milliseconds