Searched refs:ifiles (Results 1 – 10 of 10) sorted by relevance
37 our @ifiles = ( tempfile(), tempfile(), tempfile() );40 for my $file (@ifiles) {46 local @ARGV = @ifiles;57 my @my_ifiles = @ifiles;65 for my $file (@ifiles) {71 local @ARGV = @ifiles;79 my @my_ifiles = @ifiles;85 END { unlink_all(@ifiles); }
420 struct impl_files *ifiles; in interface_strcmp() local423 for (ifiles = impl_file_chain; ifiles; ifiles = ifiles->next) in interface_strcmp()425 const char *t1 = ifiles->filename; in interface_strcmp()537 struct impl_files *ifiles = impl_file_chain; in handle_pragma_implementation() local566 for (; ifiles; ifiles = ifiles->next) in handle_pragma_implementation()568 if (! strcmp (ifiles->filename, filename)) in handle_pragma_implementation()571 if (ifiles == 0) in handle_pragma_implementation()573 ifiles = XNEW (struct impl_files); in handle_pragma_implementation()574 ifiles->filename = filename; in handle_pragma_implementation()575 ifiles->next = impl_file_chain; in handle_pragma_implementation()[all …]
841 struct impl_files *ifiles; local844 for (ifiles = impl_file_chain; ifiles; ifiles = ifiles->next)846 const char *t1 = ifiles->filename;1021 struct impl_files *ifiles = impl_file_chain; local1042 for (; ifiles; ifiles = ifiles->next)1044 if (! strcmp (ifiles->filename, main_filename))1047 if (ifiles == 0)1049 ifiles = (struct impl_files*) xmalloc (sizeof (struct impl_files));1050 ifiles->filename = main_filename;1051 ifiles->next = impl_file_chain;[all …]
50 static int ifiles = 0; variable80 ifiles++; in link_ifile()92 ifiles--; in unlink_ifile()191 return (ifiles); in nifile()
142 db_build(char **ifiles) in db_build() argument154 for (reccnt = 0, bplen = 0; (st = cgetnext(&bp, ifiles)) > 0;) { in db_build()
304 @code{ifiles} in @code{open_base_file} in @file{gengtype.c}.
1117 static const char *const ifiles [] = { in open_base_files() local1129 for (ifp = ifiles; *ifp; ifp++) in open_base_files()
420 @code{ifiles} in @code{open_base_file} in @file{gengtype.c}.
28958 so add it to `ifiles' in `open_base_file' in `gengtype.c'.
1101 static const char *const ifiles [] = { in open_base_files() local1114 for (ifp = ifiles; *ifp; ifp++) in open_base_files()