Lines Matching full:s
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()
50 const char *s; in print_pos() local
54 for (s = st_line; *s != '\n'; ++s) in print_pos()
56 if (isprint(UCH(*s)) || *s == '\t') in print_pos()
57 putc(*s, stderr); in print_pos()
62 for (s = st_line; s < st_cptr; ++s) in print_pos()
64 if (*s == '\t') in print_pos()
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()
155 used_reserved(const char *s) in used_reserved() argument
158 "%s: e - line %d of \"%s\", illegal use of reserved symbol \ in used_reserved()
159 %s\n", myname, lineno, input_file_name, s); in used_reserved()
164 tokenized_start(const char *s) in tokenized_start() argument
167 "%s: e - line %d of \"%s\", the start symbol %s cannot be \ in tokenized_start()
168 declared to be a token\n", myname, lineno, input_file_name, s); in tokenized_start()
173 retyped_warning(const char *s) in retyped_warning() argument
175 fprintf(stderr, "%s: w - line %d of \"%s\", the type of %s has been \ in retyped_warning()
176 redeclared\n", myname, lineno, input_file_name, s); in retyped_warning()
180 reprec_warning(const char *s) in reprec_warning() argument
183 "%s: w - line %d of \"%s\", the precedence of %s has been \ in reprec_warning()
184 redeclared\n", myname, lineno, input_file_name, s); in reprec_warning()
188 revalued_warning(const char *s) in revalued_warning() argument
190 fprintf(stderr, "%s: w - line %d of \"%s\", the value of %s has been \ in revalued_warning()
191 redeclared\n", myname, lineno, input_file_name, s); in revalued_warning()
195 terminal_start(const char *s) in terminal_start() argument
197 fprintf(stderr, "%s: e - line %d of \"%s\", the start symbol %s is a \ in terminal_start()
198 token\n", myname, lineno, input_file_name, s); 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()
273 untyped_rhs(int i, const char *s) in untyped_rhs() argument
275 fprintf(stderr, "%s: e - line %d of \"%s\", $%d (%s) is untyped\n", in untyped_rhs()
276 myname, lineno, input_file_name, i, s); in untyped_rhs()
283 fprintf(stderr, "%s: e - line %d of \"%s\", $%d is untyped\n", in unknown_rhs()
289 default_action_warning(const char *s) in default_action_warning() argument
292 "%s: w - line %d of \"%s\", the default action for %s assigns an \ in default_action_warning()
294 myname, lineno, input_file_name, s); in default_action_warning()
298 undefined_goal(const char *s) in undefined_goal() argument
300 fprintf(stderr, "%s: e - the start symbol %s is undefined\n", myname, s); in undefined_goal()
305 undefined_symbol_warning(const char *s) in undefined_symbol_warning() argument
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()
331 "%s: e - line %d of \"%s\", illegal @$ or @N reference\n", in at_error()
341 "%s: e - line %d of \"%s\", unterminated argument list\n", 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()
368 "to %s doesn't agree with previous declaration\n", 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()
394 "%s: w - line %d of \"%s\", wrong number of %sarguments for %s\n", in wrong_number_args_warning()
403 "%s: w - line %d of \"%s\", wrong type for default argument %d to %s\n", in wrong_type_for_arg_warning()
412 "%s: w - line %d of \"%s\", start symbol %s requires arguments\n", in start_requires_args()
420 fprintf(stderr, "%s: w - line %d of \"%s\", destructor redeclared\n", in destructor_redeclared_warning()