Lines Matching full:subdirs
462 // an assignment to the "subdirs" variable, then the subdirectories listed are
480 scope.Remove("subdirs")
501 subdirs, subdirsPos, err := getLocalStringListFromScope(scope, "subdirs")
525 newBlueprints, newDeps, newErrs = c.findSubdirBlueprints(filepath.Dir(filename), subdirs, subdirsPos,
551 // at rootFile. When it encounters a Blueprints file with a set of subdirs
558 // subdirs are found.
635 // When it encounters a Blueprints file with a set of subdirs listed it recursively parses any
642 // subdirs are found.
792 func (c *Context) findSubdirBlueprints(dir string, subdirs []string, subdirsPos scanner.Position,
795 for _, subdir := range subdirs {