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

Lines Matching refs:searchpath

27 /* Structure used to represent a selective VPATH searchpath.  */
35 char **searchpath; /* Null-terminated list of directories. */
141 /* Construct the VPATH listing for the pattern and searchpath given.
149 If SEARCHPATH is nil, remove all previous listings with the same
151 and readable directories that are not "." given in the searchpath
154 and put in the VPATH searchpath for the given pattern with trailing
200 free ((char *) path->searchpath);
297 path->searchpath = vpath;
326 for (gp = gpaths->searchpath; *gp != NULL; ++gp)
382 register char **vpath = path->searchpath;
587 for (i = 0; v->searchpath[i] != 0; ++i)
588 printf ("%s%c", v->searchpath[i],
589 v->searchpath[i + 1] == 0 ? '\n' : PATH_SEPARATOR_CHAR);
601 register char **path = general_vpath->searchpath;