HomeSort by: relevance | last modified time | path
    Searched defs:includesPath (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/make/
suff.c 853 SearchPath *includesPath = SearchPath_New();
860 SearchPath_AddAll(includesPath,
871 flags = SearchPath_ToFlags(includesPath, "-I");
879 SearchPath_Free(includesPath);
suff.c 853 SearchPath *includesPath = SearchPath_New();
860 SearchPath_AddAll(includesPath,
871 flags = SearchPath_ToFlags(includesPath, "-I");
879 SearchPath_Free(includesPath);

Completed in 25 milliseconds