Home | History | Annotate | Download | only in make-3.81

Lines Matching full:arfile

99     struct file *arfile;
100 arfile = lookup_file (arname);
101 if (arfile == 0 && file_exists_p (arname))
103 arfile = enter_file (arname);
107 if (arfile != 0)
108 (void) f_mtime (arfile, 0);
155 struct file *arfile;
156 arfile = lookup_file (arname);
157 if (arfile == 0)
159 arfile = enter_file (arname);
163 (void) f_mtime (arfile, 0);