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

  /src/usr.bin/make/
parse.c 245 SearchPath *parseIncPath; /* directories for "..." includes */
1242 fullname = Dir_FindFile(newName, parseIncPath);
1264 fullname = Dir_FindFile(file, parseIncPath);
2994 parseIncPath = SearchPath_New();
3012 SearchPath_Free(parseIncPath);
make.h 614 extern SearchPath *parseIncPath;
main.c 481 SearchPath_Add(parseIncPath, argvalue);
1673 name = Dir_FindFile(fname, parseIncPath);

Completed in 15 milliseconds