Lines Matching refs:macro_source_file
121 struct macro_source_file struct
135 struct macro_source_file *included_by; argument
145 struct macro_source_file *includes; argument
149 struct macro_source_file *next_included; argument
191 struct macro_source_file *macro_set_main (struct macro_table *table,
196 struct macro_source_file *macro_main (struct macro_table *table);
215 struct macro_source_file *macro_include (struct macro_source_file *source,
230 struct macro_source_file *(macro_lookup_inclusion
231 (struct macro_source_file *source,
240 void macro_define_object (struct macro_source_file *source, int line,
254 void macro_define_function (struct macro_source_file *source, int line,
262 void macro_undef (struct macro_source_file *source, int line,
316 (struct macro_source_file *source,
325 struct macro_source_file *(macro_definition_location
326 (struct macro_source_file *source,
338 struct macro_source_file *source,
350 void macro_for_each_in_scope (struct macro_source_file *file, int line,
362 extern char *macro_source_fullname (struct macro_source_file *file);