Lines Matching refs:archive
29 pattern_search PARAMS ((struct file *file, int archive,
45 that since the non-archive search uses more information in the target
46 (the archive search omits the archive name), it is more specific and
53 /* If this is an archive member reference, use just the
54 archive member name to search for implicit rules. */
58 _("Looking for archive-member implicit rule for `%s'.\n"));
191 If ARCHIVE is nonzero, FILE->name is of the form "LIB(MEMBER)". A rule for
202 pattern_search (struct file *file, int archive,
206 char *filename = archive ? strchr (file->name, '(') : file->name;
276 if (archive || ar_name (filename))