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

  /src/usr.bin/make/
main.c 450 (void)SearchPath_Add(sysIncPath, found_path);
453 (void)SearchPath_Add(sysIncPath, argvalue);
1179 Lst_IsEmpty(&sysIncPath->dirs) ? defSysIncPath : sysIncPath,
1479 if (Lst_IsEmpty(&sysIncPath->dirs))
1480 SearchPath_AddAll(sysIncPath, defSysIncPath);
1680 SearchPath *sysInc = Lst_IsEmpty(&sysIncPath->dirs)
1681 ? defSysIncPath : sysIncPath;
parse.c 246 SearchPath *sysIncPath; /* directories for <...> includes */
247 SearchPath *defSysIncPath; /* default for sysIncPath */
999 Lst_Append(*inout_paths, sysIncPath);
1294 * System includes are looked up in sysIncPath, any other includes are looked
1311 SearchPath *path = Lst_IsEmpty(&sysIncPath->dirs)
1312 ? defSysIncPath : sysIncPath;
2954 sysIncPath = SearchPath_New();
2970 SearchPath_Free(sysIncPath);
dir.c 579 SearchPath *path = Lst_IsEmpty(&sysIncPath->dirs)
580 ? defSysIncPath : sysIncPath;
make.h 621 extern SearchPath *sysIncPath;
622 /* The default for sysIncPath. */

Completed in 21 milliseconds