Lines Matching refs:fprintf

10     fprintf(stderr, "%s: f - %s\n", myname, msg);
17 fprintf(stderr, "%s: f - out of space\n", myname);
24 fprintf(stderr, "%s: f - cannot open \"%s\"\n", myname, filename);
31 fprintf(stderr, "%s: e - line %d of \"%s\", missing '}'\n",
39 fprintf(stderr, "%s: e - line %d of \"%s\", unexpected end-of-file\n",
73 fprintf(stderr, "%s: e - line %d of \"%s\", syntax error\n",
82 fprintf(stderr, "%s: e - line %d of \"%s\", unmatched /*\n",
91 fprintf(stderr, "%s: e - line %d of \"%s\", unterminated string\n",
100 fprintf(stderr, "%s: e - line %d of \"%s\", unmatched %%{\n",
109 fprintf(stderr, "%s: e - line %d of \"%s\", unterminated %%union \
118 fprintf(stderr, "%s: e - line %d of \"%s\", too many %%union \
127 fprintf(stderr, "%s: e - line %d of \"%s\", illegal tag\n",
136 fprintf(stderr, "%s: e - line %d of \"%s\", illegal character\n",
145 fprintf(stderr,
154 fprintf(stderr,
163 fprintf(stderr, "%s: w - line %d of \"%s\", the type of %s has been \
170 fprintf(stderr,
178 fprintf(stderr, "%s: w - line %d of \"%s\", the value of %s has been \
185 fprintf(stderr, "%s: e - line %d of \"%s\", the start symbol %s is a \
193 fprintf(stderr, "%s: w - line %d of \"%s\", the start symbol has been \
200 fprintf(stderr, "%s: e - line %d of \"%s\", no grammar has been \
208 fprintf(stderr, "%s: e - line %d of \"%s\", a token appears on the lhs \
216 fprintf(stderr, "%s: w - line %d of \"%s\", conflicting %%prec \
223 fprintf(stderr, "%s: e - line %d of \"%s\", unterminated action\n",
232 fprintf(stderr, "%s: w - line %d of \"%s\", $%d references beyond the \
239 fprintf(stderr, "%s: e - line %d of \"%s\", illegal $-name\n",
248 fprintf(stderr, "%s: e - line %d of \"%s\", $$ is untyped\n",
256 fprintf(stderr, "%s: e - line %d of \"%s\", $%d (%s) is untyped\n",
264 fprintf(stderr, "%s: e - line %d of \"%s\", $%d is untyped\n",
272 fprintf(stderr,
281 fprintf(stderr, "%s: e - the start symbol %s is undefined\n", myname, s);
288 fprintf(stderr, "%s: w - the symbol %s is undefined\n", myname, s);
295 fprintf(stderr, "%s: w - %s flag unsupported, %s\n",
304 fprintf(stderr, "%s: w - line %d of \"%s\", @%d references beyond the \
311 fprintf(stderr,
321 fprintf(stderr,
331 fprintf(stderr, "%s: w - line %d of \"%s\", number of arguments of %s "
339 fprintf(stderr, "%s: e - line %d of \"%s\", bad formal argument list\n",
348 fprintf(stderr, "%s: w - line %d of \"%s\", type of argument %d "
357 fprintf(stderr, "%s: w - line %d of \"%s\", unknown argument %s%s\n",
365 fprintf(stderr, "%s: w - line %d of \"%s\", untyped argument %s%s\n",
372 fprintf(stderr,
381 fprintf(stderr,
390 fprintf(stderr,
399 fprintf(stderr, "%s: w - line %d of \"%s\", destructor redeclared\n",