Searched defs:bpFile (Results 1 – 3 of 3) sorted by relevance
42 type bpFile struct { struct43 comments []*bpparser.CommentGroup44 defs []bpparser.Definition45 localAssignments map[string]*bpparser.Property46 globalAssignments map[string]*bpparser.Expression47 scope mkparser.Scope48 module *bpparser.Module50 mkPos scanner.Position // Position of the last handled line in the makefile51 bpPos scanner.Position // Position of the last emitted line to the blueprint file53 inModule bool[all …]
589 func makeBlueprintStringAssignment(file *bpFile, prefix string, suffix string, value string) error {
53 bpFile = "Blueprints" var