Lines Matching refs:fprintf
10 fprintf(stderr, "%s: f - %s\n", myname, msg); in fatal()
27 fprintf(stderr, "%s: f - cannot open \"%s\"\n", myname, filename); in open_error()
34 fprintf(stderr, "%s: e - line %d of \"%s\", missing '}'\n", in missing_brace()
42 fprintf(stderr, "%s: e - line %d of \"%s\", unexpected end-of-file\n", in unexpected_EOF()
76 fprintf(stderr, "%s: e - line %d of \"%s\", syntax error\n", in syntax_error()
85 fprintf(stderr, "%s: e - line %d of \"%s\", unexpected value\n", in unexpected_value()
94 fprintf(stderr, "%s: e - line %d of \"%s\", unmatched /*\n", in unterminated_comment()
103 fprintf(stderr, "%s: e - line %d of \"%s\", unterminated string\n", in unterminated_string()
112 fprintf(stderr, "%s: e - line %d of \"%s\", unmatched %%{\n", in unterminated_text()
121 fprintf(stderr, "%s: e - line %d of \"%s\", unterminated %%union \ in unterminated_union()
130 fprintf(stderr, "%s: e - line %d of \"%s\", too many %%union \ in over_unionized()
139 fprintf(stderr, "%s: e - line %d of \"%s\", illegal tag\n", in illegal_tag()
148 fprintf(stderr, "%s: e - line %d of \"%s\", illegal character\n", in illegal_character()
157 fprintf(stderr, in used_reserved()
166 fprintf(stderr, in tokenized_start()
175 fprintf(stderr, "%s: w - line %d of \"%s\", the type of %s has been \ in retyped_warning()
182 fprintf(stderr, in reprec_warning()
190 fprintf(stderr, "%s: w - line %d of \"%s\", the value of %s has been \ in revalued_warning()
197 fprintf(stderr, "%s: e - line %d of \"%s\", the start symbol %s is a \ in terminal_start()
205 fprintf(stderr, "%s: w - line %d of \"%s\", the start symbol has been \ in restarted_warning()
212 fprintf(stderr, "%s: e - line %d of \"%s\", no grammar has been \ in no_grammar()
220 fprintf(stderr, "%s: e - line %d of \"%s\", a token appears on the lhs \ in terminal_lhs()
228 fprintf(stderr, "%s: w - line %d of \"%s\", conflicting %%prec \ in prec_redeclared()
235 fprintf(stderr, "%s: e - line %d of \"%s\", unterminated action\n", in unterminated_action()
244 fprintf(stderr, "%s: w - line %d of \"%s\", $%d references beyond the \ in dollar_warning()
251 fprintf(stderr, "%s: e - line %d of \"%s\", illegal $-name\n", in dollar_error()
260 fprintf(stderr, "%s: e - line %d of \"%s\", expected %%locations\n", in dislocations_warning()
267 fprintf(stderr, "%s: e - line %d of \"%s\", $$ is untyped\n", in untyped_lhs()
275 fprintf(stderr, "%s: e - line %d of \"%s\", $%d (%s) is untyped\n", in untyped_rhs()
283 fprintf(stderr, "%s: e - line %d of \"%s\", $%d is untyped\n", in unknown_rhs()
291 fprintf(stderr, in default_action_warning()
300 fprintf(stderr, "%s: e - the start symbol %s is undefined\n", myname, s); in undefined_goal()
307 fprintf(stderr, "%s: w - the symbol %s is undefined\n", myname, s); in undefined_symbol_warning()
314 fprintf(stderr, "%s: w - %s flag unsupported, %s\n", in unsupported_flag_warning()
323 fprintf(stderr, "%s: w - line %d of \"%s\", @%d references beyond the \ in at_warning()
330 fprintf(stderr, in at_error()
340 fprintf(stderr, in unterminated_arglist()
350 fprintf(stderr, "%s: w - line %d of \"%s\", number of arguments of %s " in arg_number_disagree_warning()
358 fprintf(stderr, "%s: e - line %d of \"%s\", bad formal argument list\n", in bad_formals()
367 fprintf(stderr, "%s: w - line %d of \"%s\", type of argument %d " in arg_type_disagree_warning()
378 fprintf(stderr, "%s: w - line %d of \"%s\", unknown argument %s%s\n", in unknown_arg_warning()
386 fprintf(stderr, "%s: w - line %d of \"%s\", untyped argument %s%s\n", in untyped_arg_warning()
393 fprintf(stderr, in wrong_number_args_warning()
402 fprintf(stderr, in wrong_type_for_arg_warning()
411 fprintf(stderr, in start_requires_args()
420 fprintf(stderr, "%s: w - line %d of \"%s\", destructor redeclared\n", in destructor_redeclared_warning()