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

/freebsd-11-stable/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.
378 if ((p = Dir_AddDir(NULL, cdname))) {
415 dot = Dir_AddDir(NULL, ".");
515 * given one by comparing their names. Called from Dir_AddDir via
894 (void)Dir_AddDir(path, dirpath);
1376 (void)Dir_AddDir(path, name);
1602 * Dir_AddDir --
1621 Dir_AddDir(Lst path, const char *name) function
H A Dmain.c615 (void)Dir_AddDir(sysIncPath, found_path);
617 (void)Dir_AddDir(sysIncPath, argvalue);
1343 (void)Dir_AddDir(defIncPath, start);
1347 (void)Dir_AddDir(defIncPath, found_path);
1473 (void)Dir_AddDir(dirSearchPath, path);
H A Dparse.c1128 * Front-end for Dir_AddDir to make sure Lst_ForEach keeps going
1134 * See Dir_AddDir.
1141 (void)Dir_AddDir((Lst) path, (char *)name);
2161 (void)Dir_AddDir(parseIncPath, dir);

Completed in 102 milliseconds