Lines Matching refs:paths
1140 ClearPaths(SearchPathList *paths) in ClearPaths() argument
1142 if (paths != NULL) { in ClearPaths()
1144 for (ln = paths->first; ln != NULL; ln = ln->next) in ClearPaths()
1253 HandleDependencySourcesEmpty(ParseSpecial special, SearchPathList *paths) in HandleDependencySourcesEmpty() argument
1269 ClearPaths(paths); in HandleDependencySourcesEmpty()
1290 AddToPaths(const char *dir, SearchPathList *paths) in AddToPaths() argument
1292 if (paths != NULL) { in AddToPaths()
1294 for (ln = paths->first; ln != NULL; ln = ln->next) in AddToPaths()
1306 SearchPathList *paths) in ParseDependencySourceSpecial() argument
1313 AddToPaths(word, paths); in ParseDependencySourceSpecial()
1408 ParseSpecial special, SearchPathList *paths) in ParseDependencySourcesSpecial() argument
1418 ParseDependencySourceSpecial(special, start, paths); in ParseDependencySourcesSpecial()
1585 SearchPathList *paths; /* search paths to alter when parsing a list in ParseDependency() local
1595 paths = NULL; in ParseDependency()
1599 if (!ParseDependencyTargets(&p, line, &special, &targetAttr, &paths)) in ParseDependency()
1614 ParseDependencySources(p, targetAttr, special, &paths); in ParseDependency()
1617 if (paths != NULL) in ParseDependency()
1618 Lst_Free(paths); in ParseDependency()