Lines Matching refs:fprintf

45 	fprintf(stderr, "%s: %s\n", input_file_name, msg);  in fatal()
53 fprintf(stderr, "%s: yacc is out of space\n", input_file_name); in no_space()
61 fprintf(stderr, "%s: cannot open source file %s: %s\n", in open_error()
69 fprintf(stderr, "%s: cannot create temporary file: %s\n", in tempfile_error()
77 fprintf(stderr, "%s: cannot open target file %s for writing: %s\n", in open_write_error()
85 fprintf(stderr, "%s:%d: unexpected end-of-file\n", in unexpected_EOF()
118 fprintf(stderr, "%s:%d: syntax error\n", in syntax_error()
127 fprintf(stderr, "%s:%d: unmatched /*\n", in unterminated_comment()
136 fprintf(stderr, "%s:%d:, unterminated string\n", in unterminated_string()
145 fprintf(stderr, "%s:%d: unmatched %%{\n", in unterminated_text()
154 fprintf(stderr, "%s:%d: unterminated %%union declaration\n", in unterminated_union()
163 fprintf(stderr, "%s:%d: too many %%union declarations\n", in over_unionized()
172 fprintf(stderr, "%s:%d: illegal tag\n", in illegal_tag()
182 fprintf(stderr, "%s:%d: illegal character\n", in illegal_character()
192 fprintf(stderr, "%s:%d: illegal use of reserved symbol %s\n", in used_reserved()
200 fprintf(stderr, "%s:%d: the start symbol %s cannot be declared to be a token\n", in tokenized_start()
208 fprintf(stderr, "%s:%d: the type of %s has been redeclared\n", in retyped_warning()
215 fprintf(stderr, "%s:%d: the precedence of %s has been redeclared\n", in reprec_warning()
222 fprintf(stderr, "%s:%d: the value of %s has been redeclared\n", in revalued_warning()
229 fprintf(stderr, "%s:%d: the start symbol %s is a token\n", in terminal_start()
237 fprintf(stderr, "%s:%d: the start symbol has been redeclared\n", in restarted_warning()
244 fprintf(stderr, "%s:%d: no grammar has been specified\n", in no_grammar()
252 fprintf(stderr, "%s:%d: a token appears on the lhs of a production\n", in terminal_lhs()
260 fprintf(stderr, "%s:%d: conflicting %%prec specifiers\n", in prec_redeclared()
267 fprintf(stderr, "%s:%d: unterminated action\n", in unterminated_action()
276 fprintf(stderr, "%s:%d: $%d references beyond the end of the current rule\n", in dollar_warning()
283 fprintf(stderr, "%s:%d: illegal $-name\n", in dollar_error()
293 fprintf(stderr, "%s:%d: $$ is untyped\n", in untyped_lhs()
301 fprintf(stderr, "%s:%d: $%d (%s) is untyped\n", in untyped_rhs()
309 fprintf(stderr, "%s:%d: $%d is untyped\n", in unknown_rhs()
317 fprintf(stderr, "%s:%d: the default action assigns an undefined value to $$\n", in default_action_warning()
324 fprintf(stderr, "%s: the start symbol %s is undefined\n", input_file_name, s); in undefined_goal()
331 fprintf(stderr, "%s: the symbol %s is undefined\n", input_file_name, s); in undefined_symbol_warning()