Lines Matching full:nil
43 // If in == nil, the source is the contents of the file with the given filename.
45 if in == nil {
47 if err != nil {
55 if err != nil {
61 file, errs := parser.Parse(filename, r, parser.NewScope(nil))
74 if err != nil {
85 if err != nil {
91 if err != nil {
107 if err == nil && f.Name() == "Blueprints" {
108 err = processFile(path, nil, os.Stdout)
110 if err != nil {
113 return nil
129 if err := processFile("<standard input>", os.Stdin, os.Stdout); err != nil {
138 case err != nil:
143 if err := processFile(path, nil, os.Stdout); err != nil {
152 if err != nil {
159 if err != nil {
172 err = nil