Home | History | Annotate | Download | only in blueprint

Lines Matching refs:ck

22 func ck(err error) {
34 ck(w.Comment("foo"))
40 ck(w.Pool("foo"))
46 ck(w.Rule("foo"))
52 ck(w.Build("foo comment", "foo", []string{"o1", "o2"}, []string{"io1", "io2"},
59 ck(w.Default("foo"))
65 ck(w.Assign("foo", "bar"))
71 ck(w.ScopedAssign("foo", "bar"))
77 ck(w.BlankLine())
83 ck(w.Pool("p"))
84 ck(w.ScopedAssign("depth", "3"))
85 ck(w.BlankLine())
86 ck(w.Comment("here comes a rule"))
87 ck(w.Rule("r"))
88 ck(w.ScopedAssign("command", "echo out: $out in: $in _arg: $_arg"))
89 ck(w.ScopedAssign("pool", "p"))
90 ck(w.BlankLine())
91 ck(w.Build("r comment", "r", []string{"foo.o"}, nil, []string{"foo.in"}, nil, nil))
92 ck(w.ScopedAssign("_arg", "arg value"))