Lines Matching refs:macro_table
36 struct macro_table struct
88 macro_alloc (int size, struct macro_table *t) in macro_alloc() argument
98 macro_free (void *object, struct macro_table *t) in macro_free()
115 macro_bcache (struct macro_table *t, const void *addr, int len) in macro_bcache()
133 macro_bcache_str (struct macro_table *t, const char *s) in macro_bcache_str()
142 macro_bcache_free (struct macro_table *t, void *obj) in macro_bcache_free()
165 struct macro_table *table;
352 new_macro_key (struct macro_table *t, in new_macro_key()
386 new_source_file (struct macro_table *t, in new_source_file()
420 macro_set_main (struct macro_table *t, in macro_set_main()
434 macro_main (struct macro_table *t) in macro_main()
443 macro_allow_redefinitions (struct macro_table *t) in macro_allow_redefinitions()
553 new_macro_definition (struct macro_table *t, in new_macro_definition()
607 struct macro_table *t = d->table; in macro_tree_delete_value()
630 struct macro_table *t = file->table; in find_definition()
754 struct macro_table *t = source->table; in macro_define_object_internal()
793 macro_define_special (struct macro_table *table) in macro_define_special()
806 struct macro_table *t = source->table; in macro_define_function()
994 macro_for_each (struct macro_table *table, macro_callback_fn fn, in macro_for_each()
1051 struct macro_table *
1055 struct macro_table *t; in new_macro_table()
1082 free_macro_table (struct macro_table *table) in free_macro_table()