Searched refs:Dir_AddDir (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/contrib/bmake/
H A Ddir.h99 Path *Dir_AddDir(Lst, const char *);
H A Ddir.c121 * Dir_AddDir Add a directory to a search path.
300 if ((p = Dir_AddDir(NULL, cdname))) {
337 dot = Dir_AddDir(NULL, ".");
437 * given one by comparing their names. Called from Dir_AddDir via
816 (void)Dir_AddDir(path, dirpath);
1287 (void)Dir_AddDir(path, name);
1527 * Dir_AddDir --
1546 Dir_AddDir(Lst path, const char *name) function
H A Dmain.c575 (void)Dir_AddDir(sysIncPath, found_path);
577 (void)Dir_AddDir(sysIncPath, argvalue);
1211 (void)Dir_AddDir(defIncPath, start);
1215 (void)Dir_AddDir(defIncPath, found_path);
1308 (void)Dir_AddDir(dirSearchPath, path);
H A Dparse.c1107 * Front-end for Dir_AddDir to make sure Lst_ForEach keeps going
1113 * See Dir_AddDir.
1120 (void)Dir_AddDir((Lst) path, (char *)name);
2060 (void)Dir_AddDir(parseIncPath, dir);

Completed in 101 milliseconds