Searched refs:impl_files (Results 1 – 3 of 3) sorted by relevance
70 struct impl_files struct73 struct impl_files *next; argument76 static struct impl_files *impl_file_chain;348 struct impl_files *ifiles; in interface_strcmp()465 struct impl_files *ifiles = impl_file_chain; in handle_pragma_implementation()493 ifiles = XNEW (struct impl_files); in handle_pragma_implementation()
71 struct impl_files struct74 struct impl_files *next; argument77 static struct impl_files *impl_file_chain;349 struct impl_files *ifiles; in interface_strcmp()665 struct impl_files *ifiles = impl_file_chain; in handle_pragma_implementation()693 ifiles = XNEW (struct impl_files); in handle_pragma_implementation()
461 * lex.c (struct impl_files, internal_filename): Constify a char *.