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 |
bool | has_warnings |
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().
const char* context::filename |
Definition at line 39 of file config.h.
Referenced by parse_config(), and parse_file().
bool context::has_errors |
Definition at line 34 of file config.h.
Referenced by check_for_duplicate_bindings(), parse_config(), and parse_file().
bool context::has_warnings |
Definition at line 35 of file config.h.
Referenced by parse_file().
char* context::line_copy |
Definition at line 38 of file config.h.
Referenced by parse_file().