|
i3
|
Used during the config file lexing/parsing to keep the state of the lexer in order to provide useful error messages in yyerror(). More...
#include <config.h>
Data Fields | |
| bool | has_errors |
| int | line_number |
| char * | line_copy |
| const char * | filename |
| char * | compact_error |
| int | first_column |
| int | last_column |
Used during the config file lexing/parsing to keep the state of the lexer in order to provide useful error messages in yyerror().
| char* context::compact_error |
Definition at line 41 of file config.h.
Referenced by parse_cmd(), and TAILQ_HEAD().
| const char* context::filename |
Definition at line 39 of file config.h.
Referenced by parse_cmd(), parse_file(), and yyerror().
Definition at line 44 of file config.h.
Referenced by parse_cmd(), TAILQ_HEAD(), and yyerror().
| bool context::has_errors |
Definition at line 35 of file config.h.
Referenced by parse_file(), and yyerror().
Definition at line 45 of file config.h.
Referenced by TAILQ_HEAD(), and yyerror().
| char* context::line_copy |
Definition at line 38 of file config.h.
Referenced by parse_cmd(), parse_file(), TAILQ_HEAD(), and yyerror().
1.7.4