Lines Matching refs:errorf
54 p.errorf(msg)
68 func (p *parser) errorf(format string, args ...interface{}) { func
86 p.errorf("expected %s, found %s", scanner.TokenString(tok),
123 p.errorf("expected = after ?")
130 p.errorf("expected = after +")
147 p.errorf("expected directive, rule, or assignment after ident " + ident.Dump())
158 p.errorf("expected assignment or rule definition, found %s\n",
217 p.errorf("expected escaped character, found %s",
230 p.errorf("unexpected EOF while looking for endef")
289 p.errorf("expected escaped character, found %s",
321 p.errorf("expected closing paren %s", value.Dump())
339 p.errorf("expected variable name, found %s",
449 p.errorf("unexpected token %s after rule prerequisites", scanner.TokenString(p.tok))