HomeSort by: relevance | last modified time | path
    Searched refs:dirSearchPath (Results 1 - 7 of 7) sorted by relevancy

  /src/usr.bin/make/
dir.c 86 * Dir_SetPATH Set ${.PATH} to reflect the state of dirSearchPath.
237 SearchPath dirSearchPath = { LST_INIT }; /* main search path */
522 SearchPath_Clear(&dirSearchPath);
542 if ((ln = dirSearchPath.dirs.first) != NULL) {
557 for (ln = dirSearchPath.dirs.first; ln != NULL; ln = ln->next) {
1402 * Search 'gn' along 'dirSearchPath' and store its modification time in
1536 * Return a copy of dirSearchPath, incrementing the reference counts for
1544 for (ln = dirSearchPath.dirs.first; ln != NULL; ln = ln->next) {
suff.c 481 SearchPath_AddAll(nullSuff->searchPath, &dirSearchPath);
837 * path (dirSearchPath).
864 SearchPath_AddAll(suff->searchPath, &dirSearchPath);
1434 return &dirSearchPath; /* Use default search path */
1720 targ == NULL ? &dirSearchPath : targ->suff->searchPath);
parse.c 994 Lst_Append(*inout_paths, &dirSearchPath);
1244 fullname = Dir_FindFile(newName, &dirSearchPath);
1266 fullname = Dir_FindFile(file, &dirSearchPath);
arch.c 326 SearchPath_Expand(&dirSearchPath, mem.str, &members);
make.h 612 extern SearchPath dirSearchPath;
cond.c 303 path = Dir_FindFile(file, &dirSearchPath);
main.c 1263 (void)SearchPath_Add(&dirSearchPath, path);

Completed in 20 milliseconds