Lines Matching refs:dirs
542 if ((ln = dirSearchPath.dirs.first) != NULL) {
557 for (ln = dirSearchPath.dirs.first; ln != NULL; ln = ln->next) {
579 SearchPath *path = Lst_IsEmpty(&sysIncPath->dirs)
584 for (ln = path->dirs.first; ln != NULL; ln = ln->next) {
817 for (ln = path->dirs.first; ln != NULL; ln = ln->next) {
1075 for (ln = path->dirs.first; ln != NULL; ln = ln->next) {
1129 for (ln = path->dirs.first; ln != NULL; ln = ln->next) {
1180 if (!seenDotLast && path->dirs.first != NULL) {
1181 CachedDir *dir = path->dirs.first->datum;
1212 for (ln = path->dirs.first; ln != NULL; ln = ln->next) {
1481 Lst_Append(&path->dirs, CachedDir_Ref(dir));
1513 for (ln = path->dirs.first; ln != NULL; ln = ln->next) {
1519 Lst_Prepend(&path->dirs, CachedDir_Ref(dotLast));
1526 if (Lst_FindDatum(&path->dirs, dir) == NULL)
1527 Lst_Append(&path->dirs, CachedDir_Ref(dir));
1544 for (ln = dirSearchPath.dirs.first; ln != NULL; ln = ln->next) {
1546 Lst_Append(&path->dirs, CachedDir_Ref(dir));
1566 for (ln = path->dirs.first; ln != NULL; ln = ln->next) {
1583 for (ln = path->dirs.first; ln != NULL; ln = ln->next) {
1587 Lst_Done(&path->dirs);
1598 while (!Lst_IsEmpty(&path->dirs)) {
1599 CachedDir *dir = Lst_Dequeue(&path->dirs);
1614 for (ln = src->dirs.first; ln != NULL; ln = ln->next) {
1616 if (Lst_FindDatum(&dst->dirs, dir) == NULL)
1617 Lst_Append(&dst->dirs, CachedDir_Ref(dir));
1651 for (ln = path->dirs.first; ln != NULL; ln = ln->next) {