yyerrorl          176 src/cmd/gc/dcl.c 		yyerrorl(line1, "%S redeclared %s\n"
yyerrorl          498 src/cmd/gc/dcl.c 			yyerrorl(defn->lineno, "non-name %N on left side of :=", n);
yyerrorl          513 src/cmd/gc/dcl.c 		yyerrorl(defn->lineno, "no new variables on left side of :=");
yyerrorl          170 src/cmd/gc/gen.c 				yyerrorl(l->n->lineno, "label %S not defined", lab->sym);
yyerrorl          174 src/cmd/gc/gen.c 			yyerrorl(lab->def->lineno, "label %S defined and not used", lab->sym);
yyerrorl         1426 src/cmd/gc/go.h void	yyerrorl(int line, char *fmt, ...);
yyerrorl         1661 src/cmd/gc/lex.c 				yyerrorl(lexlineno, "Unicode (UTF-8) BOM in middle of file");
yyerrorl         2342 src/cmd/gc/lex.c 		yyerrorl(lineno, "imported and not used: \"%Z\"", path);
yyerrorl         2344 src/cmd/gc/lex.c 		yyerrorl(lineno, "imported and not used: \"%Z\" as %s", path, name);
yyerrorl         1578 src/cmd/gc/plive.c 							yyerrorl(p->lineno, "internal error: %N %lN recorded as live on entry", curfn->nname, n);
yyerrorl          178 src/cmd/gc/subr.c 				yyerrorl(lexlineno, "syntax error: %s", yymsg[i].msg);
yyerrorl          185 src/cmd/gc/subr.c 			yyerrorl(lexlineno, "syntax error near %s", lexbuf);
yyerrorl          191 src/cmd/gc/subr.c 			yyerrorl(lexlineno, "syntax error:%s", fmt+13);
yyerrorl          195 src/cmd/gc/subr.c 		yyerrorl(lexlineno, "%s", fmt);
yyerrorl          405 src/cmd/gc/subr.c 		yyerrorl(pack->lineno, "imported and not used: \"%Z\"", opkg->path);
yyerrorl          418 src/cmd/gc/swt.c 				yyerrorl(c2->node->lineno, "duplicate case %T in type switch\n\tprevious case at %L", c2->node->left->type, c1->node->lineno);
yyerrorl          198 src/cmd/gc/typecheck.c 			yyerrorl(n->lineno, "constant definition loop%s", fmtstrflush(&fmt));
yyerrorl         3545 src/cmd/gc/typecheck.c 			yyerrorl(fn->endlineno, "missing return at end of function");