Lines Matching refs:search
428 that its name may be changed by a VPATH search, and thus it may
431 to have that name replaced with another found by VPATH search. */
1146 If the file is not found, and SEARCH is nonzero, VPATH searching and
1152 f_mtime (struct file *file, int search)
1172 Also allow for its name to be changed via VPATH search. */
1179 mtime = f_mtime (arfile, search);
1181 if (search && strcmp (arfile->hname, arname))
1237 if (mtime == NONEXISTENT_MTIME && search && !file->ignore_vpath)
1239 /* If name_mtime failed, search VPATH. */
1263 /* If the result of a vpath search is -o or -W, preserve it.
1453 /* Search for a library file specified as -lLIBNAME, searching for a
1499 /* Loop through all the patterns in .LIBPATTERNS, and search on each one. */
1541 /* Now try VPATH search on that. */