Lines Matching refs:macro_table
36 struct macro_table struct
80 macro_alloc (int size, struct macro_table *t) in macro_alloc() argument
90 macro_free (void *object, struct macro_table *t) in macro_free()
101 macro_bcache (struct macro_table *t, const void *addr, int len) in macro_bcache()
118 macro_bcache_str (struct macro_table *t, const char *s) in macro_bcache_str()
127 macro_bcache_free (struct macro_table *t, void *obj) in macro_bcache_free()
144 struct macro_table *table;
330 new_macro_key (struct macro_table *t, in new_macro_key()
364 new_source_file (struct macro_table *t, in new_source_file()
398 macro_set_main (struct macro_table *t, in macro_set_main()
412 macro_main (struct macro_table *t) in macro_main()
531 new_macro_definition (struct macro_table *t, in new_macro_definition()
585 struct macro_table *t = d->table; in macro_tree_delete_value()
608 struct macro_table *t = file->table; in find_definition()
723 struct macro_table *t = source->table; in macro_define_object()
756 struct macro_table *t = source->table; in macro_define_function()
856 struct macro_table *
860 struct macro_table *t; in new_macro_table()
885 free_macro_table (struct macro_table *table) in free_macro_table()