Lines Matching refs:errorf
74 p.errorf(msg)
107 func (p *parser) errorf(format string, args ...interface{}) { func
121 p.errorf("expected %s, found %s", scanner.TokenString(tok),
160 p.errorf("expected = after ?")
167 p.errorf("expected = after +")
184 p.errorf("expected directive, rule, or assignment after ident " + ident.Dump())
195 p.errorf("expected assignment or rule definition, found %s\n",
252 p.errorf("expected escaped character, found %s",
265 p.errorf("unexpected EOF while looking for endef")
320 p.errorf("expected escaped character, found %s",
353 p.errorf("expected closing paren %s", value.Dump())
371 p.errorf("expected variable name, found %s",
472 p.errorf("unexpected token %s after rule prerequisites", scanner.TokenString(p.tok))