Lines Matching refs:file_info

238 typedef struct file_info_struct file_info;
242 static int is_syscalls_file (const file_info *);
249 static void add_global_decls (const file_info *, const char *);
251 static int needs_to_be_converted (const file_info *);
257 static file_info *find_file (const char *, int);
263 static void scan_for_missed_items (const file_info *);
269 the info fields of the entries point to the file_info struct which is
283 file_info * _fip;
333 file_info * file; /* -> file_info for containing file */
765 /* Return true if the given file_info struct refers to the special SYSCALLS.c.X
769 is_syscalls_file (const file_info *fi_p)
788 needs_to_be_converted (const file_info *file_p)
1265 we create a new file_info record to go with the filename, and we initialize
1271 static file_info *
1282 file_info *file_p = xmalloc (sizeof (file_info));
1365 file_info *fi_p;
1386 /* Call find_file to find the file_info record associated with the file
1388 may cause a new file_info record to be created if this is the first time
1446 /* Call find_file to find the file_info record associated with the file
1448 may cause a new file_info record to be created if this is the first time
1453 filenames hash table, and we simultaneously setup file_info records for
1455 The file_info records for all of these "base" file names (properly)
1456 act as file_info records for the "original" (i.e. un-included) files
2318 file_info node and reverse the order of the list. This should get the
2328 file_info *file_p = hp->fip;
3428 /* Given a pointer to a file_info record, and a pointer to the beginning
3436 add_global_decls (const file_info *file_p, const char *clean_text_p)
3810 scan_for_missed_items (const file_info *file_p)
3928 const file_info *file_p = hp->fip;
4332 file_info record that they hang from. The following line causes all of