Searched refs:sysIncPath (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/usr.bin/make/
H A Dglobals.h67 extern struct Path sysIncPath;
H A Dmain.c317 name = Path_FindFile(fname, &sysIncPath);
510 Path_AddDir(&sysIncPath, found_dir);
512 Path_AddDir(&sysIncPath, optarg);
1141 if (TAILQ_EMPTY(&sysIncPath)) {
1165 Path_AddDir(&sysIncPath, found_dir);
1168 Path_AddDir(&sysIncPath, start);
1186 Path_Expand(defsysmk, &sysIncPath, &sysMkPath);
H A Dparse.c50 * those for the #include <...> are kept in the 'sysIncPath' Lst. The
144 struct Path sysIncPath = TAILQ_HEAD_INITIALIZER(sysIncPath); variable in typeref:struct:Path
1678 fullname = Path_FindFile(file, &sysIncPath);
2077 * enclosed in <> or "". The former is looked for only in sysIncPath.
2192 fullname = Path_FindFile(file, &sysIncPath);
/freebsd-10.0-release/contrib/bmake/
H A Dmain.c568 (void)Dir_AddDir(sysIncPath, found_path);
570 (void)Dir_AddDir(sysIncPath, argvalue);
1205 Lst_IsEmpty(sysIncPath) ? defIncPath : sysIncPath,
1451 Lst_IsEmpty(sysIncPath) ? defIncPath : sysIncPath);
H A Dmake.h425 extern Lst sysIncPath; /* The system include path. */
H A Dparse.c95 * those for the .include <...> are kept in the 'sysIncPath' Lst. The
284 Lst sysIncPath; /* dirs for <...> includes */ variable
285 Lst defIncPath; /* default for sysIncPath */
2068 * enclosed in <> or "". The former is looked for only in sysIncPath.
2157 Lst_IsEmpty(sysIncPath) ? defIncPath : sysIncPath);
3085 sysIncPath = Lst_Init(FALSE);
3101 Lst_Destroy(sysIncPath, Dir_Destroy);

Completed in 93 milliseconds