Lines Matching refs:fprintf

10     fprintf(stderr, "%s: f - %s\n", myname, msg);  in fatal()
17 fprintf(stderr, "%s: f - out of space\n", myname); in no_space()
24 fprintf(stderr, "%s: f - cannot open \"%s\"\n", myname, filename); in open_error()
31 fprintf(stderr, "%s: e - line %d of \"%s\", missing '}'\n", in missing_brace()
39 fprintf(stderr, "%s: e - line %d of \"%s\", unexpected end-of-file\n", in unexpected_EOF()
73 fprintf(stderr, "%s: e - line %d of \"%s\", syntax error\n", in syntax_error()
82 fprintf(stderr, "%s: e - line %d of \"%s\", unmatched /*\n", in unterminated_comment()
91 fprintf(stderr, "%s: e - line %d of \"%s\", unterminated string\n", in unterminated_string()
100 fprintf(stderr, "%s: e - line %d of \"%s\", unmatched %%{\n", in unterminated_text()
109 fprintf(stderr, "%s: e - line %d of \"%s\", unterminated %%union \ in unterminated_union()
118 fprintf(stderr, "%s: e - line %d of \"%s\", too many %%union \ in over_unionized()
127 fprintf(stderr, "%s: e - line %d of \"%s\", illegal tag\n", in illegal_tag()
136 fprintf(stderr, "%s: e - line %d of \"%s\", illegal character\n", in illegal_character()
145 fprintf(stderr, in used_reserved()
154 fprintf(stderr, in tokenized_start()
163 fprintf(stderr, "%s: w - line %d of \"%s\", the type of %s has been \ in retyped_warning()
170 fprintf(stderr, in reprec_warning()
178 fprintf(stderr, "%s: w - line %d of \"%s\", the value of %s has been \ in revalued_warning()
185 fprintf(stderr, "%s: e - line %d of \"%s\", the start symbol %s is a \ in terminal_start()
193 fprintf(stderr, "%s: w - line %d of \"%s\", the start symbol has been \ in restarted_warning()
200 fprintf(stderr, "%s: e - line %d of \"%s\", no grammar has been \ in no_grammar()
208 fprintf(stderr, "%s: e - line %d of \"%s\", a token appears on the lhs \ in terminal_lhs()
216 fprintf(stderr, "%s: w - line %d of \"%s\", conflicting %%prec \ in prec_redeclared()
223 fprintf(stderr, "%s: e - line %d of \"%s\", unterminated action\n", in unterminated_action()
232 fprintf(stderr, "%s: w - line %d of \"%s\", $%d references beyond the \ in dollar_warning()
239 fprintf(stderr, "%s: e - line %d of \"%s\", illegal $-name\n", in dollar_error()
248 fprintf(stderr, "%s: e - line %d of \"%s\", $$ is untyped\n", in untyped_lhs()
256 fprintf(stderr, "%s: e - line %d of \"%s\", $%d (%s) is untyped\n", in untyped_rhs()
264 fprintf(stderr, "%s: e - line %d of \"%s\", $%d is untyped\n", in unknown_rhs()
272 fprintf(stderr, in default_action_warning()
281 fprintf(stderr, "%s: e - the start symbol %s is undefined\n", myname, s); in undefined_goal()
288 fprintf(stderr, "%s: w - the symbol %s is undefined\n", myname, s); in undefined_symbol_warning()
295 fprintf(stderr, "%s: w - %s flag unsupported, %s\n", in unsupported_flag_warning()
304 fprintf(stderr, "%s: w - line %d of \"%s\", @%d references beyond the \ in at_warning()
311 fprintf(stderr, in at_error()
321 fprintf(stderr, in unterminated_arglist()
331 fprintf(stderr, "%s: w - line %d of \"%s\", number of arguments of %s " in arg_number_disagree_warning()
339 fprintf(stderr, "%s: e - line %d of \"%s\", bad formal argument list\n", in bad_formals()
348 fprintf(stderr, "%s: w - line %d of \"%s\", type of argument %d " in arg_type_disagree_warning()
357 fprintf(stderr, "%s: w - line %d of \"%s\", unknown argument %s%s\n", in unknown_arg_warning()
365 fprintf(stderr, "%s: w - line %d of \"%s\", untyped argument %s%s\n", in untyped_arg_warning()
372 fprintf(stderr, in wrong_number_args_warning()
381 fprintf(stderr, in wrong_type_for_arg_warning()
390 fprintf(stderr, in start_requires_args()
399 fprintf(stderr, "%s: w - line %d of \"%s\", destructor redeclared\n", in destructor_redeclared_warning()