|
Berkeley YACC
1993-03-03
Berkeley's version of Yet Another Compiler Compiler
|
Routines to report various warnings and errors and maybe quit the program. More...
#include "defs.h"
Include dependency graph for error.c:Go to the source code of this file.
Functions | |
| fatal (char *msg) | |
| no_space () | |
| open_error (char *filename) | |
| unexpected_EOF () | |
| print_pos (char *st_line, char *st_cptr) | |
| syntax_error (int st_lineno, char *st_line, char *st_cptr) | |
| unterminated_comment (int c_lineno, char *c_line, char *c_cptr) | |
| unterminated_string (int s_lineno, char *s_line, char *s_cptr) | |
| unterminated_text (int t_lineno, char *t_line, char *t_cptr) | |
| unterminated_union (int u_lineno, char *u_line, char *u_cptr) | |
| over_unionized (char *u_cptr) | |
| illegal_tag (int t_lineno, char *t_line, char *t_cptr) | |
| illegal_character (char *c_cptr) | |
| used_reserved (char *s) | |
| tokenized_start (char *s) | |
| retyped_warning (char *s) | |
| reprec_warning (char *s) | |
| revalued_warning (char *s) | |
| terminal_start (char *s) | |
| restarted_warning () | |
| no_grammar () | |
| terminal_lhs (int s_lineno) | |
| prec_redeclared () | |
| unterminated_action (int a_lineno, char *a_line, char *a_cptr) | |
| dollar_warning (int a_lineno, int i) | |
| dollar_error (int a_lineno, char *a_line, char *a_cptr) | |
| untyped_lhs () | |
| untyped_rhs (int i, char *s) | |
| unknown_rhs (int i) | |
| default_action_warning () | |
| undefined_goal (char *s) | |
| undefined_symbol_warning (char *s) | |
Routines to report various warnings and errors and maybe quit the program.
Definition in file error.c.