Searched refs:macro_table (Results 1 - 11 of 11) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dmacrotab.h74 struct macro_table;
127 struct macro_table *table;
167 struct macro_table *new_macro_table (struct obstack *obstack,
174 void free_macro_table (struct macro_table *table);
188 struct macro_source_file *macro_set_main (struct macro_table *table,
193 struct macro_source_file *macro_main (struct macro_table *table);
198 void macro_allow_redefinitions (struct macro_table *table);
270 struct macro_table *table;
318 void macro_for_each (struct macro_table *table, macro_callback_fn fn,
H A Dmacroscope.h29 extern struct macro_table *macro_user_macros;
H A Dmacroscope.c36 struct macro_table *macro_user_macros;
46 || ! sal.symtab->macro_table)
51 main_file = macro_main (sal.symtab->macro_table);
H A Dmacrotab.c37 struct macro_table
86 macro_alloc (int size, struct macro_table *t)
96 macro_free (void *object, struct macro_table *t)
113 macro_bcache (struct macro_table *t, const void *addr, int len)
131 macro_bcache_str (struct macro_table *t, const char *s)
140 macro_bcache_free (struct macro_table *t, void *obj)
164 struct macro_table *table;
351 new_macro_key (struct macro_table *t,
386 new_source_file (struct macro_table *t,
420 macro_set_main (struct macro_table *
36 struct macro_table struct
[all...]
H A Dbuildsym.h306 EXTERN struct macro_table *pending_macros;
H A Dsymtab.h784 struct macro_table *macro_table;
782 struct macro_table *macro_table; member in struct:symtab
H A Dbuildsym.c1085 symtab->macro_table = pending_macros;
H A Dsource.c654 s->macro_table ? "Includes" : "Does not include");
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/mi/
H A Dmi-cmd-file.c62 ui_out_field_int (uiout, "macro-info", st.symtab->macro_table ? 1 : 0);
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/preproc/eqn/
H A Dlex.cpp60 PTABLE(definition) macro_table;
268 macro_table.define(token_table[i].name, def);
275 macro_table.define(def_table[i].name, def);
280 macro_table.define(device, def);
799 definition *def = macro_table.lookup(token_buffer.contents());
862 definition *def = macro_table.lookup(token_buffer.contents());
919 definition *def = macro_table.lookup(name);
922 macro_table.define(name, def);
942 macro_table.define(token_buffer.contents(), 0);
1014 definition *def = macro_table
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/preproc/pic/
H A Dlex.cpp32 PTABLE(char) macro_table;
1204 def = macro_table.lookup(token_buffer.contents());
1316 macro_table.define(name, strsave(token_buffer.contents()));
1327 macro_table.define(token_buffer.contents(), 0);
1719 char *def = macro_table.lookup(token_buffer.contents());

Completed in 132 milliseconds